Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Selection
References
| |
|
| Module |
AvalancheOutliner |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Selection/AvaOutlinerScopedSelection.h |
| Include |
#include "Selection/AvaOutlinerScopedSelection.h" |
Syntax
enum EAvaOutlinerScopedSelectionPurpose
{
Sync,
Read,
}
Values
| Name |
Description |
| 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" |