FApp::GetCurrentFrameTime

Gets a frame number generated by the engine's timecode provider.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/App.h"

Syntax

static TOptional< FQualifiedFrameTime > GetCurrentFrameTime()

Remarks

Gets a frame number generated by the engine's timecode provider. The current frame time is used to generate a timecode value. The optional will be false if no timecode provider was set or is not in a synchronized state.

Returns

the current frame 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