Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
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.
| Name | GetCurrentFrameTime |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
static TOptional < FQualifiedFrameTime > GetCurrentFrameTime()
the current frame time.