Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > FMovieSceneEvaluationTrack
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h |
Include | #include "Evaluation/MovieSceneEvaluationTrack.h" |
void SetPreAndPostrollConditions
&40;
bool bInEvaluateInPreroll,
bool bInEvaluateInPostroll
&41;
Remarks
Define how this track evaluates in pre and postroll
Parameters
Name | Description |
---|---|
bInEvaluateInPreroll | Whether this track should evaluate in preroll |
bInEvaluateInPostroll | Whether this track should evaluate in postroll |