ENiagaraParameterEditMode

Defines edit modes for parameters in the view model.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "ViewModels/NiagaraParameterEditMode.h"

Syntax

enum ENiagaraParameterEditMode
{
    EditAll,
    EditValueOnly,
}

Values

Name

Description

EditAll

User can edit all aspects include name, type, and value, and can also add and remove.

EditValueOnly

The user can only edit the value of the parameters.

Remarks

Defines edit modes for parameters in the view model.

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