Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
| |
|
| Name |
EAvaOutlinerItemFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerDefines.h |
| Include Path |
#include "AvaOutlinerDefines.h" |
Syntax
enum EAvaOutlinerItemFlags
{
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 Outliner |
| Expanded |
Whether the Item is in expanded state to show its child items |