Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/UClothingAssetCommon
Description
Return true when any one of the cloth configs fullfill the predicate. Used to select which type of data to cache.
| Name | AnyOfClothConfigs |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include Path | #include "ClothingAsset.h" |
template<typename PredicateType>
bool AnyOfClothConfigs
(
PredicateType Predicate
) const