TMovieSceneEvaluationTree::AddSelective

Add a new time range with the associated data to the tree.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationTree.h"

Syntax

void AddSelective
(
    TRange< FFrameNumber > InTimeRange,
    DataType InData,
    TFunctionRef< bool)> Predicate
)

Remarks

Add a new time range with the associated data to the tree.

Parameters

Parameter

Description

InTimeRange

The range with which this data should be associated

InData

The data to assoicate with this time range

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