FNiagaraParameterMapHistoryBuilder::HandleVariableRead

Record that a pin reads from the 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 HandleVariableRead
(
    int32 ParameterMapIndex,
    const UEdGraphPin * InPin,
    bool RegisterReadsAsVariables,
    const UEdGraphPin * InDefaultPin,
    bool bFilterForCompilation,
    bool & OutUsedDefault
)

Remarks

Record that a pin reads from 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.

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