Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReleaseAsyncProperty
(
const EnumType AsyncProperties, |
Release properties that should not be modified/accessed during async build. | ChaosClothAsset/ClothAssetBase.h | |
void ReleaseAsyncProperty
(
const EAsyncProperties AsyncProperties, |
Release properties that should not be modified/accessed during async build. | ChaosClothAsset/ClothAssetBase.h |
ReleaseAsyncProperty(const EnumType, ESkinnedAssetAsyncPropertyLockType)
Description
Release properties that should not be modified/accessed during async build.
| Name | ReleaseAsyncProperty |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAssetBase.h |
| Include Path | #include "ChaosClothAsset/ClothAssetBase.h" |
template<typename EnumType UE_REQUIRES>
void ReleaseAsyncProperty
(
const EnumType AsyncProperties,
ESkinnedAssetAsyncPropertyLockType LockType
)
ReleaseAsyncProperty(const EAsyncProperties, ESkinnedAssetAsyncPropertyLockType)
Description
Release properties that should not be modified/accessed during async build.
| Name | ReleaseAsyncProperty |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAssetBase.h |
| Include Path | #include "ChaosClothAsset/ClothAssetBase.h" |
template<>
void ReleaseAsyncProperty
(
const EAsyncProperties AsyncProperties,
ESkinnedAssetAsyncPropertyLockType LockType
)