UNiagaraDataInterfaceGrid2DCollection::FindAttributes

Finds all attributes by locating the data interface amongst the parameter stores.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceGrid2DCollection.h

Include

#include "NiagaraDataInterfaceGrid2DCollection.h"

Source

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

Syntax

void FindAttributes
(
    TArray< FNiagaraVariableBase > & OutVariables,
    TArray< uint32 > & OutVariableOffsets,
    int32 & OutNumAttribChannelsFound,
    TArray< FText > * OutWarnings
) const

Remarks

Finds all attributes by locating the data interface amongst the parameter stores.

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