Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/UTimeManagementBlueprintLibrary
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/TimeManagementBlueprintLibrary.h |
| Include | #include "TimeManagementBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/TimeManagement/Private/TimeManagementBlueprintLibrary.cpp |
UFUNCTION (BlueprintPure, Meta=(DisplayName="Timecode To String", BlueprintAutocast),
Category="Utilities|Time Management")
static FString Conv_TimecodeToString
(
const FTimecode & InTimecode,
bool bForceSignDisplay
)
Remarks
Converts an Timecode to a string (hh:mm:ss:ff). If bForceSignDisplay then the number sign will always be prepended instead of just when expressing a negative time.