Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
| |
|
| Name |
ENavigationToolIgnoreNotifyFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolDefines.h |
| Include Path |
#include "NavigationToolDefines.h" |
Syntax
enum ENavigationToolIgnoreNotifyFlags
{
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 |
|