Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
| Name | EAvaSelectionSource |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/Selection/AvaEditorSelection.h |
| Include Path | #include "Selection/AvaEditorSelection.h" |
Syntax
enum EAvaSelectionSource
{
Single,
All,
}
Values
| Name | Remarks |
|---|---|
| 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) |