Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FNiagaraObjectSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetSelectedObjects
(
const TSet< UObject* >& InSelectedObjects |
Replaces the currently selected set of objects with the supplied set. | NiagaraObjectSelection.h | |
void SetSelectedObjects
(
const TArray< UObject* >& InSelectedObjects |
Replaces the currently selected set of objects with the supplied array. | NiagaraObjectSelection.h |
SetSelectedObjects(const TSet< UObject * > &)
Description
Replaces the currently selected set of objects with the supplied set.
| Name | SetSelectedObjects |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraObjectSelection.h |
| Include Path | #include "NiagaraObjectSelection.h" |
void SetSelectedObjects
(
const TSet< UObject * > & InSelectedObjects
)
SetSelectedObjects(const TArray< UObject * > &)
Description
Replaces the currently selected set of objects with the supplied array.
| Name | SetSelectedObjects |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraObjectSelection.h |
| Include Path | #include "NiagaraObjectSelection.h" |
void SetSelectedObjects
(
const TArray < UObject * > & InSelectedObjects
)