Struct MovieSceneEvaluationTrack
Evaluation track that is stored within an evaluation template for a sequence.
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.MovieScene
Assembly: UE4DotNet.dll
Syntax
public struct MovieSceneEvaluationTrack
Remarks
Contains user-defined evaluation templates, and an optional track implementation
Fields
| Improve this Doc View SourcebEvaluateInPostroll
Declaration
public bool bEvaluateInPostroll
Field Value
Type | Description |
---|---|
System.Boolean |
bEvaluateInPreroll
Declaration
public bool bEvaluateInPreroll
Field Value
Type | Description |
---|---|
System.Boolean |
EvaluationGroup
Declaration
public Name EvaluationGroup
Field Value
Type | Description |
---|---|
Name |
Properties
| Improve this Doc View SourceSourceTrack
The movie scene track that created this evaluation track.
Declaration
public MovieSceneTrack SourceTrack { get; set; }
Property Value
Type | Description |
---|---|
MovieSceneTrack |