Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimecode
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timecode.h |
Include | #include "Misc/Timecode.h" |
FString ToString
&40;
bool bForceSignDisplay
&41; const
Remarks
Get the Qualified Timecode formatted in HH:MM:SS:FF or HH:MM:SS;FF depending on if this represents drop-frame timecode or not.
Parameters
Name | Description |
---|---|
bForceSignDisplay | Forces the timecode to be prepended with a positive or negative sign. Standard behavior is to only show the sign when the value is negative. |