Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraFunctionLibrary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TDIType * GetDataInterface
(
UNiagaraComponent* NiagaraSystem, |
Finds an array interface of the given class. | NiagaraFunctionLibrary.h | |
static UNiagaraDataInterface * GetDataInterface
(
UClass* DIClass, |
Finds an array interface of the given class. | NiagaraFunctionLibrary.h |
GetDataInterface(UNiagaraComponent *, FName)
Description
Finds an array interface of the given class.
| Name | GetDataInterface |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraFunctionLibrary.h |
| Include Path | #include "NiagaraFunctionLibrary.h" |
template<class TDIType>
static TDIType * GetDataInterface
(
UNiagaraComponent * NiagaraSystem,
FName OverrideName
)
GetDataInterface(UClass , UNiagaraComponent , FName)
Description
Finds an array interface of the given class.
| Name | GetDataInterface |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraFunctionLibrary.h |
| Include Path | #include "NiagaraFunctionLibrary.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraFunctionLibrary.cpp |
static UNiagaraDataInterface * GetDataInterface
(
UClass * DIClass,
UNiagaraComponent * NiagaraSystem,
FName OverrideName
)