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