Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | FNavigationToolSerializedTreeNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EditorSequenceNavigationDefs.h |
| Include Path | #include "EditorSequenceNavigationDefs.h" |
Syntax
USTRUCT ()
struct FNavigationToolSerializedTreeNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FNavigationToolSerializedTree | friend | EditorSequenceNavigationDefs.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildrenIndices | TArray< int32 > | Absolute indices of the children in the owning tree | EditorSequenceNavigationDefs.h | |
| GlobalIndex | int32 | Index of this tree node in the owning tree | EditorSequenceNavigationDefs.h | |
| LocalIndex | int32 | Index of this tree node relative to the parent node children items. | EditorSequenceNavigationDefs.h | |
| OwningTree | FNavigationToolSerializedTree * | Pointer to the tree that owns this node | EditorSequenceNavigationDefs.h | |
| ParentIndex | int32 | Absolute Index of the Parent Node in the owning tree. If INDEX_NONE, it means Parent is Root. | EditorSequenceNavigationDefs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CalculateHeight() |
EditorSequenceNavigationDefs.h | ||
TArray< const FNavigationToolSerializedTreeNode * > FindPath
(
const TArray< const FNavigationToolSerializedTreeNode* >& InItems |
EditorSequenceNavigationDefs.h | ||
TConstArrayView< int32 > GetChildrenIndices() |
EditorSequenceNavigationDefs.h | ||
int32 GetGlobalIndex() |
EditorSequenceNavigationDefs.h | ||
int32 GetLocalIndex() |
EditorSequenceNavigationDefs.h | ||
int32 GetParentIndex() |
EditorSequenceNavigationDefs.h | ||
const FNavigationToolSerializedTreeNode * GetParentTreeNode() |
EditorSequenceNavigationDefs.h | ||
void Reset() |
EditorSequenceNavigationDefs.h |