Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNode
Description
Adds the current node information to the parameter map history
@Param OutHistory The resulting history @Param bRecursive If true then the history of all of this node's input pins will also be added @Param bFilterForCompilation If true, some nodes like static switches or reroute nodes are jumped over. The ui usually sets this to false to follow all possible paths.
Derived Overrides
- UNiagaraNodeAssignment::BuildParameterMapHistory
- UNiagaraNodeCustomHlsl::BuildParameterMapHistory
- UNiagaraNodeFunctionCall::BuildParameterMapHistory
- UNiagaraNodeInput::BuildParameterMapHistory
- UNiagaraNodeOp::BuildParameterMapHistory
- UNiagaraNodeOutput::BuildParameterMapHistory
- UNiagaraNodeReadDataSet::BuildParameterMapHistory
- UNiagaraNodeWriteDataSet::BuildParameterMapHistory
| Name | BuildParameterMapHistory |
| 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 BuildParameterMapHistory
(
FNiagaraParameterMapHistoryBuilder & OutHistory,
bool bRecursive,
bool bFilterForCompilation
) const