Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkinnedAsset
Description
Wait for the asset to finish compilation to protect internal skinned asset data from race conditions during async build. A derived class may want to define its async properties as enums and cast them to uint64 when calling this function.
| Name | WaitUntilAsyncPropertyReleasedInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkinnedAsset.h |
| Include Path | #include "Engine/SkinnedAsset.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkinnedAsset.cpp |
void WaitUntilAsyncPropertyReleasedInternal
(
uint64 AsyncProperties,
ESkinnedAssetAsyncPropertyLockType LockType
) const