TMovieSceneEvaluationTree::AddIfEmpty

Adds a new time range with the associated data to the tree, only for segments where there's no data yet.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationTree.h"

Syntax

void AddIfEmpty
(
    TRange< FFrameNumber > InTimeRange,
    DataType InData
)

Remarks

Adds a new time range with the associated data to the tree, only for segments where there's no data yet.

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