Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimecode
Description
Returns true if the given frame rate string represents a supported drop frame timecode frame rate, or false otherwise.
Drop frame timecode is only supported for NTSC_30 (29.97 FPS) or NTSC_60 (59.94 FPS) frame rates.
| Name | IsValidDropFormatTimecodeRate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timecode.h |
| Include Path | #include "Misc/Timecode.h" |
static bool IsValidDropFormatTimecodeRate
(
const FString & InRateString
)