Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SNiagaraScriptGraph
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraScriptGraph.h |
| Include Path | #include "Widgets/SNiagaraScriptGraph.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SNiagaraScriptGraph >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SNiagaraScriptGraph::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SNiagaraScriptGraph.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SNiagaraScriptGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DisplayAsReadOnly
(
const TAttribute< bool >& InAttribute |
Widgets/SNiagaraScriptGraph.h | ||
WidgetArgsType & ForegroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Widgets/SNiagaraScriptGraph.h | ||
WidgetArgsType & GraphTitle
(
const TAttribute< FText >& InAttribute |
The text displayed in the title bar of the graph. | Widgets/SNiagaraScriptGraph.h | |
WidgetArgsType & IsEditable
(
const TAttribute< bool >& InAttribute |
Widgets/SNiagaraScriptGraph.h | ||
WidgetArgsType & ShowHeader
(
bool InArg |
Widgets/SNiagaraScriptGraph.h | ||
WidgetArgsType & ZoomToFitOnLoad
(
bool InArg |
Widgets/SNiagaraScriptGraph.h |