UNiagaraDataInterfaceGrid2DCollection::FindAttributesByName

Finds all attributes by locating the variable name inside 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 FindAttributesByName
(
    FName DataInterfaceName,
    TArray< FNiagaraVariableBase > & OutVariables,
    TArray< uint32 > & OutVariableOffsets,
    int32 & OutNumAttribChannelsFound,
    TArray< FText > * OutWarnings
) const

Remarks

Finds all attributes by locating the variable name inside 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