Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
A single page in the wizard
| Name | FModuleWizardPage |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/Wizard/SNiagaraModuleWizard.h |
| Include Path | #include "Widgets/Wizard/SNiagaraModuleWizard.h" |
Syntax
struct FModuleWizardPage : public TSharedFromThis< FModuleWizardPage >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FModuleWizardPage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FModuleWizardPage() |
Widgets/Wizard/SNiagaraModuleWizard.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FModuleWizardPage() |
Widgets/Wizard/SNiagaraModuleWizard.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FText | Name in the breadcrumb view | Widgets/Wizard/SNiagaraModuleWizard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanCompleteWizard() |
If true then the wizard as a whole can be finished, even if it's not the last page. | Widgets/Wizard/SNiagaraModuleWizard.h | |
virtual bool CanGoToNextPage() |
If there is a follow-up page, this enables the button for it. | Widgets/Wizard/SNiagaraModuleWizard.h | |
virtual TSharedRef< SWidget > GetContent() |
Widgets/Wizard/SNiagaraModuleWizard.h | ||
virtual void RefreshContent() |
Called when the page is activated | Widgets/Wizard/SNiagaraModuleWizard.h |