UProjectileMovementComponent::GetSimulationTimeStep

Compute remaining time step given remaining time and current iterations.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/ProjectileMovementComponent.h

Include

#include "GameFramework/ProjectileMovementComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/ProjectileMovementComponent.cpp

Syntax

float GetSimulationTimeStep
(
    float RemainingTime,
    int32 Iterations
) const

Remarks

Compute remaining time step given remaining time and current iterations. The last iteration (limited by MaxSimulationIterations) always returns the remaining time, which may violate MaxSimulationTimeStep.

Returns

The remaining time step to use for the next sub-step of iteration.

Parameters

Parameter

Description

RemainingTime

Remaining time in the tick.

Iterations

Current iteration of the tick (starting at 1).

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss