FNiagaraParameterMapHistory::IsPrimaryDataSetOutput

Called to determine if a given variable should be output from a script.

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

bool IsPrimaryDataSetOutput
(
    const FNiagaraVariable & InVar,
    const UNiagaraScript * InScript,
    bool bAllowDataInterfaces
) const

Remarks

Called to determine if a given variable should be output from a script. It is not static as it requires the overall context to include emitter namespaces visited for system scripts.

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