UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EditorSequenceNavigationDefs.h File Reference
#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)
 

Macro Definition Documentation

◆ UE_API

#define UE_API   MOVIESCENE_API

Enumeration Type Documentation

◆ ENavigationToolItemFlags

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

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( ENavigationToolItemFlags  )