FFindInputNodeOptions

Options for the FindInputNodes function

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraGraph.h"

Syntax

struct FFindInputNodeOptions

Remarks

Options for the FindInputNodes function

Variables

Name Description

Public variable

bool

 

bFilterByScriptUsage

Whether or not to limit to nodes connected to an output node of the specified script type.

Public variable

bool

 

bFilterDuplicates

Whether of not to filter out duplicate nodes, defaults to false.

Public variable

bool

 

bIncludeAttributes

Whether or not to include attributes, defaults to true.

Public variable

bool

 

bIncludeParameters

Whether or not to include parameters, defaults to true.

Public variable

bool

 

bIncludeSystemConstants

Whether or not to include system parameters, defaults to true.

Public variable

bool

 

bIncludeTranslatorConstants

Whether or not to include translator parameters, defaults to false.

Public variable

bool

 

bSort

Whether or not to sort the nodes, defaults to false.

Public variable

ENiagaraScriptU...

 

TargetScriptUsage

The specified script usage required for an input.

Public variable

FGuid

 

TargetScriptUsageId

The specified id within the graph of the script usage

Constructors

Name Description

Public function

FFindInputNodeOptions()

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