Files
UnrealEngine/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothConfig.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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()
{}