FNiagaraDataInterfaceGeneratedFunction

Information about a data interface function generated by the translator.

Choose your operating system:

Windows

macOS

Linux

References

Module

NiagaraShader

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraShared.h

Include

#include "NiagaraShared.h"

Syntax

USTRUCT()
struct FNiagaraDataInterfaceGeneratedFunction

Remarks

Information about a data interface function generated by the translator.

Variables

Name Description

Public variable

FName

 

DefinitionName

Name of the function as defined by the data interface.

Public variable

FString

 

InstanceName

Name of the instance.

Public variable

TArray< Functio...

 

Specifiers

Functions

Name Description

Public function Const

const FName ...

 

FindSpecifierValue

(
    const FName& Name
)

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FNiagaraDataInterfaceGenerate...
)

Public function Const

bool

 

operator==

(
    const FNiagaraDataInterfaceGenerate...
)

Typedefs

Name

Description

FunctionSpecifier

Specifier values for this instance.