Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/TNiagaraParameterMapHistoryBuild-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 HandleVariableWrite
(
int32 ParameterMapIndex, |
Record that a pin writes to the parameter map. | NiagaraParameterMapHistory.h | |
int32 HandleVariableWrite
(
int32 ParameterMapIndex, |
Record that a variable write to the parameter map. | NiagaraParameterMapHistory.h |
HandleVariableWrite(int32, const FInputPin *)
Description
Record that a pin writes to the parameter map. The pin name is expected to be the namespaced parameter map version of the name. If any aliases are in place, they are removed.
| Name | HandleVariableWrite |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h |
| Include Path | #include "NiagaraParameterMapHistory.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraParameterMapHistory.cpp |
int32 HandleVariableWrite
(
int32 ParameterMapIndex,
const FInputPin * InPin
)
HandleVariableWrite(int32, const FNiagaraVariable &)
Description
Record that a variable write to the parameter map. The var name is expected to be the namespaced parameter map version of the name. If any aliases are in place, they are removed.
| Name | HandleVariableWrite |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h |
| Include Path | #include "NiagaraParameterMapHistory.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraParameterMapHistory.cpp |
int32 HandleVariableWrite
(
int32 ParameterMapIndex,
const FNiagaraVariable & Var
)