Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Description
Gets a list of the registered payload types which are allowed in the current editor context. This API should be called when providing a list types to the user instead of getting the type list directly from the type registry.
| Name | FNiagaraEditorUtilities::GetAllowedPayloadTypes |
| 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
{
void FNiagaraEditorUtilities::GetAllowedPayloadTypes
(
TArray < FNiagaraTypeDefinition > & OutAllowedTypes
)
}