Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
| |
|
| Name |
UE::SequenceNavigator::ENavigationToolScopedSelectionPurpose |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolScopedSelection.h |
| Include Path |
#include "NavigationToolScopedSelection.h" |
Syntax
namespace UE
{
namespace SequenceNavigator
{
enum ENavigationToolScopedSelectionPurpose
{
Sync,
Read,
}
}
}
Values
| Name |
Remarks |
| Sync |
At the end of the Scope, it will set whatever has been added to the Selected List to be the new Selection |
| Read |
Used only to check for whether an Object is Selected or not. Cannot execute "Select" |