Create Custom UI

HUD
Server Side
Both Mobile and PC

Create a custom UI that only the specified player can see

Declaration

func CreateCustomUI(out var createdEntity entity<CustomUI>, owner entity<Player>, uIID CustomUIID)
go

Parameters

Input

Name Type Description
Owner Player The player entity to which the UI belongs. The UI is only visible to that player
UI ID CustomHudID Custom UI Index

Out

Name Type Description
Created Entity CustomHud Created custom UI entity