Navigation
API > API/Plugins > API/Plugins/NiagaraShader
References
| Module | NiagaraShader |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraShared.h |
| Include | #include "NiagaraShared.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraDataInterfaceGeneratedFunction
Remarks
Information about a data interface function generated by the translator.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | DefinitionName | Name of the function as defined by the data interface. | |
| FString | InstanceName | Name of the instance. | |
| uint16 | MiscUsageBitMask | ||
| TArray< FunctionSpecifier > | Specifiers | ||
| TArray< FNiagaraVariableCommonReference > | VariadicInputs | ||
| TArray< FNiagaraVariableCommonReference > | VariadicOutputs |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName * | FindSpecifierValue
(
const FName& Name |
||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FNiagaraDataInterfaceGeneratedFunction& Other |
||
| bool | operator==
(
const FNiagaraDataInterfaceGeneratedFunction& Other |
Typedefs
| Name | Description |
|---|---|
| FunctionSpecifier | Specifier values for this instance. |