INiagaraParameterDefinitionsSubscriberViewModel::GetAvailableParameterDefinitions

Get all parameter libraries under the editor and niagara packages, along with those that are in the same package as the [UObject](API\Runtime\CoreUObject\UObject\UObject) this viewmodel is editing.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraParameterDefinitionsSubscriberViewModel.h

Include

#include "ViewModels/NiagaraParameterDefinitionsSubscriberViewModel.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraParameterDefinitionsSubscriberViewModel.cpp

Syntax

TArray< UNiagaraParameterDefinitions * > GetAvailableParameterDefinitions
(
    bool bSkipSubscribedParameterDefinitions
)

Remarks

Get all parameter libraries under the editor and niagara packages, along with those that are in the same package as the UObject this viewmodel is editing.

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