Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/TNiagaraSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetSelectedObject
(
SelectedItemType SelectedObject |
Replaces the currently selected set of objects with the supplied object. | NiagaraObjectSelection.h | |
void SetSelectedObject
(
SelectedItemType SelectedObject, |
Replaces the currently selected set of objects with the supplied object. | NiagaraObjectSelection.h |
SetSelectedObject(SelectedItemType)
Description
Replaces the currently selected set of objects with the supplied object.
| Name | SetSelectedObject |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraObjectSelection.h |
| Include Path | #include "NiagaraObjectSelection.h" |
void SetSelectedObject
(
SelectedItemType SelectedObject
)
SetSelectedObject(SelectedItemType, const void *)
Description
Replaces the currently selected set of objects with the supplied object.
| Name | SetSelectedObject |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraObjectSelection.h |
| Include Path | #include "NiagaraObjectSelection.h" |
void SetSelectedObject
(
SelectedItemType SelectedObject,
const void * InSelectionInfo
)