Navigation
API > API/Runtime > API/Runtime/MovieScene
Enumeration specifying how to evaluate a particular section when inside a segment
| Name | ESectionEvaluationFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSegment.h |
| Include Path | #include "Evaluation/MovieSceneSegment.h" |
Syntax
enum ESectionEvaluationFlags
{
None = 0x00,
PreRoll = 0x01,
PostRoll = 0x02,
ForceKeepState = 0x04,
ForceRestoreState = 0x08,
}
Values
| Name | Remarks |
|---|---|
| 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 |