Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationField.h |
| Include | #include "Evaluation/MovieSceneEvaluationField.h" |
Syntax
struct FMovieSceneEvaluationFieldEntityMetaData
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bEvaluateInSequencePostRoll | Opt-in - when no meta-data is present, or this value is false, this entity cannot be evaluated as part of sub-sequence postroll | |
| uint8: 1 | bEvaluateInSequencePreRoll | Opt-in - when no meta-data is present, or this value is false, this entity cannot be evaluated as part of sub-sequence preroll | |
| ESectionEvaluationFlags | Flags | ||
| FFrameNumber | ForcedTime | ||
| FString | OverrideBoundPropertyPath | Opt-in - when this value is set, the entity should use this property path instead of the one defined on its generating section |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsRedundant () |