18 lines
338 B
C++
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()
|
|
{}
|
|
|