Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingSimulationFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsAsset
(
const UClothingAssetBase* InAsset |
Given an asset, decide whether this factory can create a simulation to use the data inside (return false if data is invalid or missing in the case of custom data) | ClothingSimulationFactory.h | |
virtual bool SupportsAsset
(
UClothingAssetBase* InAsset |
ClothingSimulationFactory.h |
SupportsAsset(const UClothingAssetBase *)
Description
Given an asset, decide whether this factory can create a simulation to use the data inside (return false if data is invalid or missing in the case of custom data)
| Name | SupportsAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationFactory.h |
| Include Path | #include "ClothingSimulationFactory.h" |
virtual bool SupportsAsset
(
const UClothingAssetBase * InAsset
) const
SupportsAsset(UClothingAssetBase *)
| Name | SupportsAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationFactory.h |
| Include Path | #include "ClothingSimulationFactory.h" |
virtual bool SupportsAsset
(
UClothingAssetBase * InAsset
)