Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Interface for struct representing information about where to focus in a Niagara Script Graph after opening the editor for it.
| Name | INiagaraScriptGraphFocusInfo |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorCommon.h |
| Include Path | #include "NiagaraEditorCommon.h" |
Syntax
struct INiagaraScriptGraphFocusInfo : public TSharedFromThis< INiagaraScriptGraphFocusInfo >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → INiagaraScriptGraphFocusInfo
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
INiagaraScriptGraphFocusInfo
(
const ENiagaraScriptGraphFocusInfoType InFocusType |
NiagaraEditorCommon.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~INiagaraScriptGraphFocusInfo() |
INiagaraScriptGraphFocusInfo ///. | NiagaraEditorCommon.h |
Enums
Public
| Name | Remarks |
|---|---|
| ENiagaraScriptGraphFocusInfoType |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FocusType | const ENiagaraScriptGraphFocusInfoType | NiagaraEditorCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ENiagaraScriptGraphFocusInfoType & GetFocusType() |
NiagaraEditorCommon.h |