Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNode
Description
Route input parameter map to output parameter map if it exists. Note that before calling this function, the input pins should have been visited already.
| Name | RouteParameterMapAroundMe |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNode.h |
| Include Path | #include "NiagaraNode.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNode.cpp |
virtual void RouteParameterMapAroundMe
(
FNiagaraParameterMapHistoryBuilder & OutHistory,
bool bRecursive
) const