ESectionEvaluationFlags

Enumeration specifying how to evaluate a particular section when inside a segment

Windows
MacOS
Linux

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,
}

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

Remarks

Enumeration specifying how to evaluate a particular section when inside a segment

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss