Show / Hide Table of Contents

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 Source

bEvaluateInPostroll

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

bEvaluateInPreroll

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

EvaluationGroup

Declaration
public Name EvaluationGroup
Field Value
Type Description
Name

Properties

| Improve this Doc View Source

SourceTrack

The movie scene track that created this evaluation track.

Declaration
public MovieSceneTrack SourceTrack { get; set; }
Property Value
Type Description
MovieSceneTrack
  • Improve this Doc
  • View Source
Back to top Generated by DocFX