Navigation
API > API/Runtime > API/Runtime/MovieScene
A structure that uniquely identifies an entry within a TEvaluationTreeEntryContainer
| Name | FEvaluationTreeEntryHandle |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTree.h" |
Syntax
struct FEvaluationTreeEntryHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default construction to an invalid handle | Evaluation/MovieSceneEvaluationTree.h | ||
FEvaluationTreeEntryHandle
(
int32 InEntryIndex |
Evaluation/MovieSceneEvaluationTree.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntryIndex | int32 | Specifies an index into TEvaluationTreeEntryContainer |
Evaluation/MovieSceneEvaluationTree.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid () |
Check whether this identifier has been initialized. | Evaluation/MovieSceneEvaluationTree.h |