Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
ViewModel providing selected graphs of system
| Name | FNiagaraSystemGraphSelectionViewModel |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraSystemGraphSelectionViewModel.h |
| Include Path | #include "ViewModels/NiagaraSystemGraphSelectionViewModel.h" |
Syntax
class FNiagaraSystemGraphSelectionViewModel : public TSharedFromThis< FNiagaraSystemGraphSelectionViewModel >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FNiagaraSystemGraphSelectionViewModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraSystemGraphSelectionViewModel() |
ViewModels/NiagaraSystemGraphSelectionViewModel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnSelectedEmitterScriptGraphsRefreshed | TMulticastDelegate_NoParams< void > | ViewModels/NiagaraSystemGraphSelectionViewModel.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnSelectedEmitterScriptGraphsRefreshedDelegate | FOnSelectedEmitterScriptGraphsRefreshed | ViewModels/NiagaraSystemGraphSelectionViewModel.h | ||
| SelectedEmitterScriptGraphs | TArray< TWeakObjectPtr< UNiagaraGraph > > | ViewModels/NiagaraSystemGraphSelectionViewModel.h | ||
| SystemViewModelWeak | TWeakPtr< FNiagaraSystemViewModel > | ViewModels/NiagaraSystemGraphSelectionViewModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnSelectedEmitterScriptGraphsRefreshed & GetOnSelectedEmitterScriptGraphsRefreshedDelegate() |
ViewModels/NiagaraSystemGraphSelectionViewModel.h | ||
const TArray< TWeakObjectPtr< UNiagaraGraph > > GetSelectedEmitterScriptGraphs() |
ViewModels/NiagaraSystemGraphSelectionViewModel.h | ||
void Initialize
(
TSharedRef< FNiagaraSystemViewModel > InSystemViewModel |
ViewModels/NiagaraSystemGraphSelectionViewModel.h |