NiagaraParameterMapSectionID::Type

Enums to use when grouping the blueprint members in the list panel.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraParameterMapView.h

Include

#include "Widgets/SNiagaraParameterMapView.h"

Syntax

namespace NiagaraParameterMapSectionID
{
    enum Type
    {
        NONE,
        USER,
        SYSTEM,
        EMITTER,
        PARTICLE,
        MODULE_INPUT,
        STATIC_SWITCH,
        MODULE_LOCAL,
        MODULE_OUTPUT,
        ENGINE,
        TRANSIENT,
        PARAMETERCOLLECTION,
        STACK_CONTEXT,
        DATA_INSTANCE,
        Num,
    }
}

Values

Name

Description

NONE

USER

SYSTEM

EMITTER

PARTICLE

MODULE_INPUT

STATIC_SWITCH

MODULE_LOCAL

MODULE_OUTPUT

ENGINE

TRANSIENT

PARAMETERCOLLECTION

STACK_CONTEXT

DATA_INSTANCE

Num

Remarks

Enums to use when grouping the blueprint members in the list panel. The order here will determine the order in the list

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