FFixedTimeStep::GetActualDt

Get how much time actually passed (Dt and any sleeps) mainly for stats.

Windows
MacOS
Linux

Override Hierarchy

ITimeStep::GetActualDt()

FFixedTimeStep::GetActualDt()

References

Module

ChaosSolvers

Header

/Engine/Source/Runtime/Experimental/ChaosSolvers/Public/Framework/TimeStep.h

Include

#include "Framework/TimeStep.h"

Source

/Engine/Source/Runtime/Experimental/ChaosSolvers/Private/Framework/TimeStep.cpp

Syntax

virtual float GetActualDt() const

Remarks

Get how much time actually passed (Dt and any sleeps) mainly for stats. By default will just return Dt

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