Create Custom UI Widget

HUD
Both Server and Client
Both Mobile and PC

Creating Custom UI Widget

Declaration

func CreateCustomUIWidget(out var createdEntity entity<UIWidget>, widgetType WidgetType, uI entity<CustomUI>, parentWidget entity<UIWidget>)
go

Parameters

Input

Name Type Description
Widget Type HudWidgetType The type of control created
UI CustomHud UI entity
Parent Widget HudWidget The parent control. If not filled, the UI entity will be the parent node.

Out

Name Type Description
Created Entity HudWidget Created Custom Widget Entity