Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInterpToMovementComponent
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite,
Meta=(ClampMin="1", ClampMax="25", UIMin="1", UIMax="25"), Category=Simulation)
int32 MaxSimulationIterations
Remarks
Max number of iterations used for each discrete simulation step. Increasing this value can address issues with fast-moving objects or complex collision scenarios, at the cost of performance.
WARNING: if (MaxSimulationTimeStep * MaxSimulationIterations) is too low for the min framerate, the last simulation step may exceed MaxSimulationTimeStep to complete the simulation.