Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSegment.h |
Include | #include "Evaluation/MovieSceneSegment.h" |
Syntax
enum ESectionEvaluationFlags
{
None = 0x00,
PreRoll = 0x01,
PostRoll = 0x02,
ForceKeepState = 0x04,
ForceRestoreState = 0x08,
}
Values
Name | Description |
---|---|
None | No special flags - normal evaluation |
PreRoll | Segment resides inside the 'pre-roll' time for the section |
PostRoll | Segment resides inside the 'post-roll' time for the section |
ForceKeepState | |
ForceRestoreState |
Remarks
Enumeration specifying how to evaluate a particular section when inside a segment