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
USTRUCT ()
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 |
![]() ![]() |
TSoftObjectPtr< const UMovieSceneCondition > | Condition | Optional condition that the entity can provide to be checked at runtime before import. |
![]() ![]() |
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 () |