Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
| |
|
| Name |
EAvaOutlinerScopedSelectionPurpose |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Selection/AvaOutlinerScopedSelection.h |
| Include Path |
#include "Selection/AvaOutlinerScopedSelection.h" |
Syntax
enum EAvaOutlinerScopedSelectionPurpose
{
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" |