YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
UYomPlayerInventoryWidget Class Reference

Detailed Description

The UI of the inventory that renders the inventory to the player's screen.

Inheritance diagram for UYomPlayerInventoryWidget:

Public Member Functions

Blueprint Functions
UYomInventoryComponentGetInventory ()
 Returns the inventory actor, this is used in blueprints. More...
 

Public Attributes

Blueprint Members
TSubclassOf< UYomButtonYomButtonWidget
 The class that needs to be displayed to show an item (a button) More...
 
UPanelWidget * BaseButtonWidget
 The widget in which all buttons need to be loaded. More...
 
int StartButtonAmount = 6
 The amount of buttons that is spawned when the inventory is loaded. More...
 

Member Function Documentation

◆ GetInventory()

UYomInventoryComponent * UYomPlayerInventoryWidget::GetInventory ( )

Returns the inventory actor, this is used in blueprints.

Member Data Documentation

◆ BaseButtonWidget

UPanelWidget* UYomPlayerInventoryWidget::BaseButtonWidget

The widget in which all buttons need to be loaded.

◆ StartButtonAmount

int UYomPlayerInventoryWidget::StartButtonAmount = 6

The amount of buttons that is spawned when the inventory is loaded.

◆ YomButtonWidget

TSubclassOf<UYomButton> UYomPlayerInventoryWidget::YomButtonWidget

The class that needs to be displayed to show an item (a button)