Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
These settings are shared between all instances on a skeletal mesh Deprecated, use UClothConfigBase instead.
| Name | UDEPRECATED_ClothSharedSimConfigBase |
| Type | class |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothConfigBase.h |
| Include Path | #include "ClothConfigBase.h" |
Syntax
UCLASS (Abstract, Deprecated, MinimalAPI)
class UDEPRECATED_ClothSharedSimConfigBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDEPRECATED_ClothSharedSimConfigBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDEPRECATED_ClothSharedSimConfigBase() |
ClothConfigBase.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UDEPRECATED_ClothSharedSimConfigBase() |
ClothConfigBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClothConfigBase * Migrate() |
Return a new updated cloth shared config migrated from this current object. | ClothConfigBase.h |