Skip to content

Enum Parameter

Gerard Martin edited this page Jun 7, 2026 · 6 revisions
image

Exposes a parameter offering multiple choices to modify the Customizable Object. It also defines a default value. It's abstract, it does not define what type those options refer to. It is usually linked to a switch nodes. This allows changing textures, meshes, colors and numbers at the same time when a single enum parameter changes.

Properties

image
  • Default Index: Option selected by default, when none has been explicitly chosen. It refers to an index in the Values array below.

  • Parameter Name: Name of the enum parameter defined by the node. It has to be unique within all the parameters in this customizable object hierarchy. Used when coding or within blueprints to refer to this parameter.

  • Values: Options offered by this enum.

  • Name: Name of the option

  • Parameter UI Metadata: Metadata associated to this single enumeration option.

Clone this wiki locally