Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
ENavigationToolItemFlags |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/EditorSequenceNavigationDefs.h |
| Include Path |
#include "EditorSequenceNavigationDefs.h" |
Syntax
enum ENavigationToolItemFlags
{
None = 0,
IgnorePendingKill = 1 << 0,
PendingRemoval = 1 << 1,
Expanded = 1 << 2,
}
Values
| Name |
Remarks |
| 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 |