Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraStackViewModel
Description
Select a stack entry. This selection is distinct from the Selection from the FNiagaraSystemSelectionViewModel which changes the root stack selection.
| Name | SelectStackEntry |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackViewModel.h |
| Include Path | #include "ViewModels/Stack/NiagaraStackViewModel.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/Stack/NiagaraStackViewModel.cpp |
void SelectStackEntry
(
UNiagaraStackEntry * StackEntryToSelect,
FNiagaraStackEntrySelectionConfig Config
) const