Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/UClothingAssetCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ClothConfigType * GetClothConfig () |
Return a const cloth config pointer of the desired cloth config type, or nullptr if there isn't any suitable. | ClothingAsset.h | |
ClothConfigType * GetClothConfig () |
Return a cloth config pointer of the desired cloth config type, or nullptr if there isn't any suitable. | ClothingAsset.h |
GetClothConfig()
Description
Return a const cloth config pointer of the desired cloth config type, or nullptr if there isn't any suitable.
| Name | GetClothConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include Path | #include "ClothingAsset.h" |
template<typename ClothConfigType, typename>
const ClothConfigType * GetClothConfig() const
GetClothConfig()
Description
Return a cloth config pointer of the desired cloth config type, or nullptr if there isn't any suitable.
| Name | GetClothConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include Path | #include "ClothingAsset.h" |
template<typename ClothConfigType, typename>
ClothConfigType * GetClothConfig()