Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UInterpToMovementComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h |
| Include | #include "Components/InterpToMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/InterpToMovementComponent.cpp |
virtual bool ShouldUseSubStepping&40;&41; const
Remarks
Determine whether or not to use substepping in the InterpTo motion update. If true, GetSimulationTimeStep() will be used to time-slice the update. If false, all remaining time will be used during the tick. Whether or not to use substepping in the InterpTo motion update.