Files
UnrealEngine/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothConfig.cpp
2025-05-18 13:04:45 +08:00

18 lines
338 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ClothConfig.h"
#include UE_INLINE_GENERATED_CPP_BY_NAME(ClothConfig)
UClothConfigCommon::UClothConfigCommon()
{}
UClothConfigCommon::~UClothConfigCommon()
{}
UClothSharedConfigCommon::UClothSharedConfigCommon()
{}
UClothSharedConfigCommon::~UClothSharedConfigCommon()
{}