FApp::SetFixedDeltaTime

Sets time step in seconds if a fixed delta time is wanted.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/App.h

Include

#include "Misc/App.h"

Syntax

static void SetFixedDeltaTime
(
    double Seconds
)

Remarks

Sets time step in seconds if a fixed delta time is wanted.

Parameters

Parameter

Description

seconds

Time step in seconds for fixed delta time.

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