![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "EditorSequenceNavigationDefs.generated.h"Go to the source code of this file.
Classes | |
| struct | FNavigationToolSerializedItem |
| struct | FNavigationToolSerializedTreeNode |
| struct | FNavigationToolSerializedTree |
| struct | FNavigationToolViewColumnSaveState |
| struct | FNavigationToolViewSaveState |
| struct | FNavigationToolSaveState |
| struct | TStructOpsTypeTraits< FNavigationToolSerializedTree > |
Macros | |
| #define | UE_API MOVIESCENE_API |
Enumerations | |
| enum class | ENavigationToolItemFlags : uint8 { None = 0 , IgnorePendingKill = 1 << 0 , PendingRemoval = 1 << 1 , Expanded = 1 << 2 } |
Functions | |
| ENUM_CLASS_FLAGS (ENavigationToolItemFlags) | |
| #define UE_API MOVIESCENE_API |
|
strong |
| Enumerator | |
|---|---|
| None | |
| IgnorePendingKill | Whether item should get the underlying UObject, ignoring if it's pending kill |
| PendingRemoval | Item pending removal from the Navigation Tool |
| Expanded | Whether the item is in expanded state to show its child items |
| ENUM_CLASS_FLAGS | ( | ENavigationToolItemFlags | ) |