Show / Hide Table of Contents

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 Source

bDropFrameFormat

Declaration
public bool bDropFrameFormat
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Frames

Declaration
public int Frames
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Hours

Declaration
public int Hours
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Minutes

Declaration
public int Minutes
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Seconds

Declaration
public int Seconds
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX