UNiagaraFunctionLibrary::GetDataInterface

Finds an array interface of the given class.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraFunctionLibrary.h

Include

#include "NiagaraFunctionLibrary.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraFunctionLibrary.cpp

Syntax

static UNiagaraDataInterface * GetDataInterface
(
    UClass * DIClass,
    UNiagaraComponent * NiagaraSystem,
    FName OverrideName
)

Remarks

Finds an array interface of the given class.

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