Files
UnrealEngineUWP/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Private/ClothConfigBase.cpp
kriss gossart 6c392a35cc Rename ClothConfig files to ClothConfigBase in line with the class name definition.
#rb Benn.Gallagher
[FYI] Jaco.VanDyk


#ROBOMERGE-SOURCE: CL 9969464 via CL 9969468
#ROBOMERGE-BOT: (v560-9963197)

[CL 9969469 by kriss gossart in Main branch]
2019-11-04 12:47:03 -05:00

10 lines
174 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "ClothConfigBase.h"
UClothConfigBase::UClothConfigBase()
{}
UClothConfigBase::~UClothConfigBase()
{}