UEngine::SetTimecodeProvider

Set the timecode provider that will control the Engine's timecode.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

bool SetTimecodeProvider
(
    UTimecodeProvider * InTimecodeProvider
)

Remarks

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.

Returns

the result value of the new timecode provider initialization.

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