Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | SNiagaraScriptInputPreviewPanel |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraScriptInputPreviewPanel.h |
| Include Path | #include "Widgets/SNiagaraScriptInputPreviewPanel.h" |
Syntax
class SNiagaraScriptInputPreviewPanel :
public SCompoundWidget ,
public FGCObject ,
public FSelfRegisteringEditorUndoClient
Inheritance Hierarchy
- FEditorUndoClient → FSelfRegisteringEditorUndoClient → SNiagaraScriptInputPreviewPanel
- FGCObject → SNiagaraScriptInputPreviewPanel
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNiagaraScriptInputPreviewPanel
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNiagaraScriptInputPreviewPanel
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SNiagaraScriptInputPreviewPanel() |
Widgets/SNiagaraScriptInputPreviewPanel.h |
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FSearchItem |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddParameterButton | TSharedPtr< SComboButton > | Widgets/SNiagaraScriptInputPreviewPanel.h | ||
| FocusedSearchResult | TOptional< FSearchItem > | Widgets/SNiagaraScriptInputPreviewPanel.h | ||
| RootArray | TArray< UHierarchyElement * > | Widgets/SNiagaraScriptInputPreviewPanel.h | ||
| ScriptToolkit | TWeakPtr< FNiagaraScriptToolkit > | Widgets/SNiagaraScriptInputPreviewPanel.h | ||
| SearchBox | TSharedPtr< SSearchBox > | Widgets/SNiagaraScriptInputPreviewPanel.h | ||
| SearchResults | TArray< FSearchItem > | Widgets/SNiagaraScriptInputPreviewPanel.h | ||
| TransientLeftoverParameters | TArray< TObjectPtr< UNiagaraHierarchyScriptParameter > > | We construct and maintain an array of parameters not in the hierarchy to ensure we display all parameters without requiring hierarchy setup. | Widgets/SNiagaraScriptInputPreviewPanel.h | |
| TreeView | TSharedPtr< STreeView< UHierarchyElement * > > | Widgets/SNiagaraScriptInputPreviewPanel.h | ||
| VariableObjectSelection | TWeakPtr< FNiagaraObjectSelection > | Widgets/SNiagaraScriptInputPreviewPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SNiagaraScriptInputPreviewPanel.h | ||
void Refresh() |
Widgets/SNiagaraScriptInputPreviewPanel.h | ||
void RemoveDelegates() |
Widgets/SNiagaraScriptInputPreviewPanel.h | ||
void SetupDelegates() |
Widgets/SNiagaraScriptInputPreviewPanel.h |