Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/UTimeManagementBlueprintLibrary
Description
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.
| Name | Conv_TimecodeToString |
| Type | function |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/TimeManagementBlueprintLibrary.h |
| Include Path | #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
)