FMovieSceneEvaluationTrack::SetPreAndPostrollConditions

Define how this track evaluates in pre and postroll

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h

Include

#include "Evaluation/MovieSceneEvaluationTrack.h"

Syntax

void SetPreAndPostrollConditions
(
    bool bInEvaluateInPreroll,
    bool bInEvaluateInPostroll
)

Remarks

Define how this track evaluates in pre and postroll

Parameters

Parameter

Description

bInEvaluateInPreroll

Whether this track should evaluate in preroll

bInEvaluateInPostroll

Whether this track should evaluate in postroll

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