FMovieSceneEvaluationField::Add

Add the specified data to this field, assuming the specified range lies after any other entries

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationField.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationField.cpp

Syntax

void Add
(
    const TRange< FFrameNumber > & InRange,
    FMovieSceneEvaluationGroup && InGroup,
    FMovieSceneEvaluationMetaData && InMetaData
)

Remarks

Add the specified data to this field, assuming the specified range lies after any other entries

Parameters

Parameter

Description

InRange

The range to add

InGroup

The group defining what should happen at this time

InMetaData

The meta-data defining efficient access to what happens in this frame

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