Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeNv
| Name | UClothingSimulationFactoryNv |
| Type | class |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeNv/Public/ClothingSimulationFactoryNv.h |
| Include Path | #include "ClothingSimulationFactoryNv.h" |
Syntax
UCLASS (MinimalAPI)
class UClothingSimulationFactoryNv : public UClothingSimulationFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UClothingSimulationFactory → UClothingSimulationFactoryNv
Functions
Public
Overridden from UClothingSimulationFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClothingSimulationInteractor * CreateInteractor() |
ClothingSimulationFactoryNv.h | ||
virtual IClothingSimulation * CreateSimulation() |
ClothingSimulationFactoryNv.h | ||
virtual void DestroySimulation
(
IClothingSimulation* InSimulation |
ClothingSimulationFactoryNv.h | ||
virtual TArrayView< const TSubclassOf< UClothConfigBase > > GetClothConfigClasses() |
ClothingSimulationFactoryNv.h | ||
virtual const UEnum * GetWeightMapTargetEnum() |
ClothingSimulationFactoryNv.h | ||
virtual bool SupportsAsset
(
UClothingAssetBase* InAsset |
ClothingSimulationFactoryNv.h | ||
virtual bool SupportsRuntimeInteraction() |
ClothingSimulationFactoryNv.h |