Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include | #include "NiagaraGraph.h" |
Syntax
struct FNiagaraFindInputNodeOptions
Remarks
Options for the FindInputNodes function
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFilterByScriptUsage | Whether or not to limit to nodes connected to an output node of the specified script type. | |
| bool | bFilterDuplicates | Whether of not to filter out duplicate nodes, defaults to false. | |
| bool | bIncludeAttributes | Whether or not to include attributes, defaults to true. | |
| bool | bIncludeParameters | Whether or not to include parameters, defaults to true. | |
| bool | bIncludeSystemConstants | Whether or not to include system parameters, defaults to true. | |
| bool | bIncludeTranslatorConstants | Whether or not to include translator parameters, defaults to false. | |
| bool | bSort | Whether or not to sort the nodes, defaults to false. | |
| ENiagaraScriptUsage | TargetScriptUsage | The specified script usage required for an input. | |
| FGuid | TargetScriptUsageId | The specified id within the graph of the script usage |
Constructors
| Type | Name | Description | |
|---|---|---|---|