Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/UTimecodeRegressionProvider
Description
Sets the actual time code provider. You must call this before registering with the engine, i.e. before Initialize() is called.
| Name | SetTimecodeImplementation |
| Type | function |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/Estimation/TimecodeRegressionProvider.h |
| Include Path | #include "Estimation/TimecodeRegressionProvider.h" |
| Source | /Engine/Source/Runtime/TimeManagement/Private/Estimation/TimecodeRegressionProvider.cpp |
void SetTimecodeImplementation
(
UTimecodeProvider * InTimecodeImpl
)