Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore > API/Plugins/AvalancheEditorCore/Selection
References
| |
|
| Module |
AvalancheEditorCore |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheEditorCore/Public/Selection/AvaEditorSelection.h |
| Include |
#include "Selection/AvaEditorSelection.h" |
Syntax
enum EAvaSelectionSource
{
Single,
All,
}
Values
| Name |
Description |
| Single |
Only consider one USelection Object, closest to the Object Type. |
| All |
Consider all USelection Objects in Editor Mode Tools (i.e. SelectedActors, SelectedComponents and SelectedObjects) |