TEvaluationTreeEntryContainer::Insert

Insert a new element to the entry with the specified identifier at a specific index within the entry

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationTree.h"

Syntax

void Insert
(
    FEvaluationTreeEntryHandle ID,
    int32 Index,
    ElementType && Element
)

Remarks

Insert a new element to the entry with the specified identifier at a specific index within the entry

Parameters

Parameter

Description

ID

The entry identifier, obtained through AllocateEntry

Index

The index within the entry at which to insert the new element

Element

The element to add

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