Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FTimecode > FTimecode
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timecode.h |
Include | #include "Misc/Timecode.h" |
FTimecode
&40;
double InSeconds,
const FFrameRate & InFrameRate,
bool InbRollover
&41;
Remarks
User construction from a time in seconds
Be aware that the Cycles may not correspond to the System Time. See FDateTime and "leap seconds".
Parameters
Name | Description |
---|---|
InbRollover | If true, the hours will be the modulo of 24. |