Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/INiagaraParameterPanelViewModel
Helper struct for storing information about a section in the parameter panel (if used)
| |
|
| Name |
FSectionDesc |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraParameterPanelViewModel.h |
| Include Path |
#include "ViewModels/NiagaraParameterPanelViewModel.h" |
Syntax
struct FSectionDesc
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FSectionDesc
(
const FGuid& InId,
const FText& InName,
const FText& InDesc
)
|
|
ViewModels/NiagaraParameterPanelViewModel.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Description |
FText |
|
ViewModels/NiagaraParameterPanelViewModel.h |
|
| DisplayName |
FText |
|
ViewModels/NiagaraParameterPanelViewModel.h |
|
| SectionId |
FGuid |
|
ViewModels/NiagaraParameterPanelViewModel.h |
|
Functions
Public