Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
| |
|
| Name |
EAvaOutlinerIgnoreNotifyFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/AvaOutlinerDefines.h |
| Include Path |
#include "AvaOutlinerDefines.h" |
Syntax
enum EAvaOutlinerIgnoreNotifyFlags
{
None = 0,
Spawn = 1 << 0,
Duplication = 1 << 1,
All = 0xFF,
}
Values
| Name |
Remarks |
| None |
|
| Spawn |
Ignores automatically handling actor spawns, usually so that it is manually handled |
| Duplication |
Ignores automatically handling actor duplications, usually so that it is manually handled |
| All |
|