Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNiagaraScriptGraph
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraScriptGraph.h |
| Include | #include "Widgets/SNiagaraScriptGraph.h" |
Syntax
class SNiagaraScriptGraph : public SCompoundWidget
Remarks
A widget for editing a UNiagaraScript with a graph.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | FocusGraphElement
(
const INiagaraScriptGraphFocusInfo* FocusInfo |
||
| void | |||
| const TSharedPtr< SGraphEditor > | |||
| TSharedPtr< FNiagaraScriptGraphViewModel > | GetViewModel () |
||
| void | |||
| void | |||
| void | UpdateViewModel
(
TSharedRef< FNiagaraScriptGraphViewModel > InNewModel |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |