Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingAssetBase
Description
Get a Skinned Asset dependency that participates in async compilation, if any. Used by the Skeletal Mesh to declare any compilation dependencies from the clothing assets.
| Name | GetSkinnedAssetDependency |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingAssetBase.h |
| Include Path | #include "ClothingAssetBase.h" |
virtual USkinnedAsset * GetSkinnedAssetDependency() const
The underlying Skinned Asset or nullptr if this clothing asset has no such dependency.