FNiagaraParameterStore::FindVariable

Returns the associated [FNiagaraVariable](API\Plugins\Niagara\FNiagaraVariable) for the passed data interface if it exists in the store.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraParameterStore.h"

Source

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

Syntax

const FNiagaraVariableBase * FindVariable
(
    const UNiagaraDataInterface * Interface
) const

Remarks

Returns the associated FNiagaraVariable for the passed data interface if it exists in the store. Null if not.

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