Navigation
API > API/Plugins > API/Plugins/ChaosCloth
| Name | UChaosClothingSimulationInteractor |
| Type | class |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationInteractor.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationInteractor.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UChaosClothingSimulationInteractor : public UClothingSimulationInteractor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UClothingSimulationInteractor → UChaosClothingSimulationInteractor
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Commands | TArray< Chaos::Internal::FClothingSimulationInteractorCommand > | Simulation command queue processed when we hit a sync. | ChaosCloth/ChaosClothingSimulationInteractor.h | |
| ConfigCommands | TArray< Chaos::Internal::FClothingInteractorConfigCommand > | ChaosCloth/ChaosClothingSimulationInteractor.h |
Functions
Public
Overridden from UClothingSimulationInteractor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ClothConfigUpdated() |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void DisableGravityOverride() |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void EnableGravityOverride
(
const FVector& Gravity |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void PhysicsAssetUpdated() |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void SetAnimDriveSpringStiffness
(
float Stiffness |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void SetMaxNumIterations
(
int32 MaxNumIterations |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void SetNumIterations
(
int32 NumIterations |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void SetNumSubsteps
(
int32 NumSubsteps |
ChaosCloth/ChaosClothingSimulationInteractor.h | ||
virtual void Sync
(
IClothingSimulationInterface* InSimulation, |
ChaosCloth/ChaosClothingSimulationInteractor.h |
Protected
Overridden from UClothingSimulationInteractor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClothingInteractor * CreateClothingInteractor() |
ChaosCloth/ChaosClothingSimulationInteractor.h |