Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore > API/Plugins/AvalancheEditorCore/FAvaEditorSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< InObjectReturnType * > GetSelectedObjects () |
Selection/AvaEditorSelection.h | ||
TArray< InElementType > GetSelectedObjects
(
USelection* InSelection |
Selection/AvaEditorSelection.h |
GetSelectedObjects()
| Name | GetSelectedObjects |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/Selection/AvaEditorSelection.h |
| Include Path | #include "Selection/AvaEditorSelection.h" |
template<typename InObjectType, EAvaSelectionSource InSource, typename InObjectReturnType, typename, typename>
TArray < InObjectReturnType * > GetSelectedObjects() const
GetSelectedObjects(USelection *)
| Name | GetSelectedObjects |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/Selection/AvaEditorSelection.h |
| Include Path | #include "Selection/AvaEditorSelection.h" |
template<typename InElementType>
TArray < InElementType > GetSelectedObjects
(
USelection * InSelection
) const