Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimecode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsDropFormatTimecodeSupported
(
const double InRate |
Drop frame is only support for frame rate of 29.97 or 59.94. | Misc/Timecode.h | |
static bool IsDropFormatTimecodeSupported
(
const FFrameRate& InFrameRate |
Drop frame is only support for frame rate of 29.97 or 59.94. | Misc/Timecode.h |
IsDropFormatTimecodeSupported(const double)
Description
Drop frame is only support for frame rate of 29.97 or 59.94.
| Name | IsDropFormatTimecodeSupported |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timecode.h |
| Include Path | #include "Misc/Timecode.h" |
static bool IsDropFormatTimecodeSupported
(
const double InRate
)
IsDropFormatTimecodeSupported(const FFrameRate &)
Description
Drop frame is only support for frame rate of 29.97 or 59.94.
| Name | IsDropFormatTimecodeSupported |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timecode.h |
| Include Path | #include "Misc/Timecode.h" |
static bool IsDropFormatTimecodeSupported
(
const FFrameRate & InFrameRate
)