Struct Timecode
A timecode that stores time in HH:MM:SS format with the remainder of time represented by an integer frame count.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.CoreUObject
Assembly: UE4DotNet.dll
Syntax
public struct Timecode
Fields
| Improve this Doc View SourcebDropFrameFormat
Declaration
public bool bDropFrameFormat
Field Value
Type | Description |
---|---|
System.Boolean |
Frames
Declaration
public int Frames
Field Value
Type | Description |
---|---|
System.Int32 |
Hours
Declaration
public int Hours
Field Value
Type | Description |
---|---|
System.Int32 |
Minutes
Declaration
public int Minutes
Field Value
Type | Description |
---|---|
System.Int32 |
Seconds
Declaration
public int Seconds
Field Value
Type | Description |
---|---|
System.Int32 |