Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TEvaluationTreeEntryContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< ElementType > Get
(
FEvaluationTreeEntryHandle ID |
Access the entry contents corresponding to the specified ID | Evaluation/MovieSceneEvaluationTree.h | |
TArrayView< const ElementType > Get
(
FEvaluationTreeEntryHandle ID |
Const access to the entry contents corresponding to the specified ID | Evaluation/MovieSceneEvaluationTree.h |
Get(FEvaluationTreeEntryHandle)
Description
Access the entry contents corresponding to the specified ID
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTree.h" |
TArrayView < ElementType > Get
(
FEvaluationTreeEntryHandle ID
)
An array view for the currently allocated elements, not including spare capacity
Get(FEvaluationTreeEntryHandle)
Description
Const access to the entry contents corresponding to the specified ID
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTree.h" |
TArrayView < const ElementType > Get
(
FEvaluationTreeEntryHandle ID
) const
A const array view for the currently allocated elements, not including spare capacity