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