Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | FNiagaraScriptIDAndGraphFocusInfo |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorCommon.h |
| Include Path | #include "NiagaraEditorCommon.h" |
Syntax
struct FNiagaraScriptIDAndGraphFocusInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraScriptIDAndGraphFocusInfo
(
const uint32& InScriptUniqueAssetID, |
NiagaraEditorCommon.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScriptGraphFocusInfo | const TSharedPtr< INiagaraScriptGraphFocusInfo > | NiagaraEditorCommon.h | ||
| ScriptUniqueAssetID | const uint32 | NiagaraEditorCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< INiagaraScriptGraphFocusInfo > & GetScriptGraphFocusInfo() |
NiagaraEditorCommon.h | ||
const uint32 & GetScriptUniqueAssetID() |
NiagaraEditorCommon.h |