FNiagaraParameterMapHistory::AddVariable

Helper to add a variable to the known list for a parameter map.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h

Include

#include "NiagaraParameterMapHistory.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraParameterMapHistory.cpp

Syntax

int32 AddVariable
(
    const FNiagaraVariable & InVar,
    const FNiagaraVariable & InAliasedVar,
    const UEdGraphPin * InPin,
    TOptional< FNiagaraVariableMetaData > InMetaData
)

Remarks

Helper to add a variable to the known list for a parameter map.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss