Files
UnrealEngineUWP/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothConfig.cpp

18 lines
338 B
C++
Raw Normal View History

// 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()
{}