![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FTimecode, including all inherited members.
| bDropFrameFormat | FTimecode | |
| Frames | FTimecode | |
| FromFrameNumber(const FFrameNumber &InFrameNumber, const FFrameRate &InFrameRate, bool InbDropFrame) | FTimecode | inlinestatic |
| FromFrameNumber(const FFrameNumber &InFrameNumber, const FFrameRate &InFrameRate) | FTimecode | inlinestatic |
| FromFrameTime(const FFrameTime &InFrameTime, const FFrameRate &InFrameRate, TOptional< bool > bDropFrame={}) | FTimecode | inlinestatic |
| FromTimespan(const FTimespan &InTimespan, const FFrameRate &InFrameRate, bool InbDropFrame, bool InbRollover) | FTimecode | inlinestatic |
| FromTimespan(const FTimespan &InTimespan, const FFrameRate &InFrameRate, bool InbRollover) | FTimecode | inlinestatic |
| FTimecode() | FTimecode | inline |
| FTimecode(int32 InHours, int32 InMinutes, int32 InSeconds, int32 InFrames, bool InbDropFrame) | FTimecode | inlineexplicit |
| FTimecode(int32 InHours, int32 InMinutes, int32 InSeconds, int32 InFrames, float InSubframe, bool InbDropFrame) | FTimecode | inlineexplicit |
| FTimecode(double InSeconds, const FFrameRate &InFrameRate, bool InbDropFrame, bool InbRollover) | FTimecode | inlineexplicit |
| FTimecode(double InSeconds, const FFrameRate &InFrameRate, bool InbRollover) | FTimecode | inlineexplicit |
| Hours | FTimecode | |
| IsDropFormatTimecodeSupported(const double InRate) | FTimecode | inlinestatic |
| IsDropFormatTimecodeSupported(const FFrameRate &InFrameRate) | FTimecode | inlinestatic |
| IsValid() const | FTimecode | inline |
| IsValidDropFormatTimecodeRate(const FString &InRateString) | FTimecode | inlinestatic |
| Minutes | FTimecode | |
| operator!= | FTimecode | friend |
| operator!= | FTimecode | friend |
| operator== | FTimecode | friend |
| operator== | FTimecode | friend |
| ParseTimecode(const FStringView InTimecodeString) | FTimecode | static |
| Seconds | FTimecode | |
| Subframe | FTimecode | |
| ToFrameNumber(const FFrameRate &InFrameRate) const | FTimecode | inline |
| ToString(bool bForceSignDisplay=false, bool bDisplaySubframe=false) const | FTimecode | |
| ToTimespan(const FFrameRate &InFrameRate) const | FTimecode | inline |
| UseDropFormatTimecode(const FFrameRate &InFrameRate) | FTimecode | inlinestatic |
| UseDropFormatTimecodeByDefaultWhenSupported() | FTimecode | static |