Struct FrameRate
A frame rate represented as a fraction comprising 2 integers: a numerator (number of frames), and a denominator (per second).
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 FrameRate
Fields
| Improve this Doc View SourceDenominator
Declaration
public int Denominator
Field Value
Type | Description |
---|---|
System.Int32 |
Numerator
Declaration
public int Numerator
Field Value
Type | Description |
---|---|
System.Int32 |