FMovieSceneEvaluationTrack::SetEvaluationGroup

Set this track's flush group name.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationTrack.h"

Syntax

void SetEvaluationGroup
(
    FName InEvaluationGroup
)

Remarks

Set this track's flush group name.

@note When not 'None', setting an evaluation group indicates that all tracks with similar groups and priorities should be grouped together at runtime. Named groups can be optionally flushed immediately at runtime by calling IMovieSceneTemplateGenerator::FlushGroupImmediately with the appropriate group.

Parameters

Parameter

Description

InEvaluationGroup

The evaluation group to assign this track to

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