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
class FAvaEditorSelection
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaEditorSelection
(
FEditorModeTools& InModeTools, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * | |||
| TArray< InObjectReturnType * > | |||
| USelection * | GetSelection () |
Retrieves the USelection object closest to Object Type | |
| bool | IsValid () |
Determines this Selection valid either if there's either no Changed Selection (i.e. just handling Mode Tools) or the given Selection Object is one of the 3 in the given Editor Mode Tools |
Typedefs
| Name | Description |
|---|---|
| TDerivesFromUObject |