Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h |
| Include | #include "NiagaraParameterMapHistory.h" |
Syntax
struct FGraphTraversalHandle
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphTraversalHandle
(
const TArray< FGuid >& InputPath, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | PopNode () |
||
| void | PopPin () |
||
| void | PushNode
(
const UEdGraphNode* Node |
||
| void | PushNode
(
const FNiagaraCompilationNode* Node |
||
| void | PushPin
(
const UEdGraphPin* Pin |
||
| void | PushPin
(
const FNiagaraCompilationPin* Pin |
||
| FString | ToString
(
bool bVerbose |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FGraphTraversalHandle& Rhs |