Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Description
Set the timecode provider that will control the Engine's timecode. It will shutdown the previous timecode provider. The new timecode provider will be initialized.
| Name | SetTimecodeProvider |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
bool SetTimecodeProvider
(
UTimecodeProvider * InTimecodeProvider
)
the result value of the new timecode provider initialization.