Skip to content

EB1WidgetCreationType

🎛️ Enum: EB1WidgetCreationType

Describes how a UI widget is instantiated and added to the interface.

  • AutoCreatedAtStartup: Widget is automatically created when the game starts.
  • PlacedOnOtherWidget: Widget is embedded within another widget layout.
  • CreateManually: Widget must be created explicitly via script or code.
  • LazyCreation: Widget is created only when first accessed.