Struct FrameMetrics
Metrics that correspond to a particular frame
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.MovieSceneCapture
Assembly: UE4DotNet.dll
Syntax
public struct FrameMetrics
Fields
| Improve this Doc View SourceFrameDelta
Declaration
public float FrameDelta
Field Value
Type | Description |
---|---|
System.Single |
FrameNumber
Declaration
public int FrameNumber
Field Value
Type | Description |
---|---|
System.Int32 |
NumDroppedFrames
Declaration
public int NumDroppedFrames
Field Value
Type | Description |
---|---|
System.Int32 |
TotalElapsedTime
Declaration
public float TotalElapsedTime
Field Value
Type | Description |
---|---|
System.Single |