Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Description
Convenience wrapper to get all discovered parameter definitions assets from asset registry. NOTE: You are not guaranteed to get all parameter definitions in mounted directories if the asset registry has not finished discovering assets.
| Name | FNiagaraEditorUtilities::GetAllParameterDefinitions |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include Path | #include "NiagaraEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraEditorUtilities
{
TArray < UNiagaraParameterDefinitions * > FNiagaraEditorUtilities::GetAllParameterDefinitions()
}