Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/INiagaraParameterPanelViewModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetActiveSection
(
FText& InSection |
ViewModels/NiagaraParameterPanelViewModel.h | ||
virtual void SetActiveSection
(
int32 InSection |
ViewModels/NiagaraParameterPanelViewModel.h |
SetActiveSection(FText &)
| Name | SetActiveSection |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraParameterPanelViewModel.h |
| Include Path | #include "ViewModels/NiagaraParameterPanelViewModel.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraParameterPanelViewModel.cpp |
void SetActiveSection
(
FText & InSection
)
SetActiveSection(int32)
| Name | SetActiveSection |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraParameterPanelViewModel.h |
| Include Path | #include "ViewModels/NiagaraParameterPanelViewModel.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraParameterPanelViewModel.cpp |
virtual void SetActiveSection
(
int32 InSection
)