FMovieSceneEvaluationField::Insert

Insert a new range into this field

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

int32 Insert
(
    const TRange< FFrameNumber > & InRange,
    FMovieSceneEvaluationGroup && InGroup,
    FMovieSceneEvaluationMetaData && InMetaData
)

Remarks

Insert a new range into this field

Returns

The index the entries were inserted at

Parameters

Parameter

Description

InRange

The total range to insert to the field. Will potentially be intersected with preexisting adjacent ranges

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