FNiagaraParameterMapHistory::IsAliasedModuleParameter

Does this parameter start with the "Module" namespace?

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

static bool IsAliasedModuleParameter
(
    const FNiagaraVariable & InVar
)

Remarks

Does this parameter start with the "Module" namespace?

that the emitter namespace is an alias for all non-funcion/module script types and will be specialized to the function call node's name using the module.

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