Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
References
| |
|
| Module |
AvalancheOutliner |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerDefines.h |
| Include |
#include "AvaOutlinerDefines.h" |
Syntax
enum EAvaOutlinerItemFlags
{
None = 0,
IgnorePendingKill = 1 << 0,
PendingRemoval = 1 << 1,
Expanded = 1 << 2,
}
Values
| Name |
Description |
| 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 |