Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/IClothingSimulation
Description
Called by the engine to determine if this simulation can run this tick at this LOD. ForceClothNextUpdateTeleportAndReset rather than Simulate and AppendSimulationData will be called this tick.
Virtual Inheritance
- IClothingSimulationInterface::ShouldSimulateLOD → IClothingSimulation::ShouldSimulateLOD
| Name | ShouldSimulateLOD |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInterface.h |
| Include Path | #include "ClothingSimulationInterface.h" |
virtual bool ShouldSimulateLOD
(
int32 OwnerLODIndex
) const