Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
| Name | FAvaEditorSelection |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/Selection/AvaEditorSelection.h |
| Include Path | #include "Selection/AvaEditorSelection.h" |
Syntax
class FAvaEditorSelection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaEditorSelection
(
FEditorModeTools& InModeTools, |
Selection/AvaEditorSelection.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TDerivesFromUObject | typename TEnableIf< TIsDerivedFrom< InObjectType, InParentObjectType >::Value >::Type | Selection/AvaEditorSelection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangedSelectionWeak | TWeakObjectPtr< UObject > | The Selection that changed that triggered this FAvaEditorSelection to be instanced. | Selection/AvaEditorSelection.h | |
| ModeTools | FEditorModeTools & | The Mode Tools used to get the USelection instances | Selection/AvaEditorSelection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * GetChangedSelection() |
Selection/AvaEditorSelection.h | ||
TArray< InObjectReturnType * > GetSelectedObjects () |
Selection/AvaEditorSelection.h | ||
USelection * GetSelection() |
Retrieves the USelection object closest to Object Type | Selection/AvaEditorSelection.h | |
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 | Selection/AvaEditorSelection.h |