YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
The UI of the inventory that renders the inventory to the player's screen.
Public Member Functions | |
Blueprint Functions | |
UYomInventoryComponent * | GetInventory () |
Returns the inventory actor, this is used in blueprints. More... | |
Public Attributes | |
Blueprint Members | |
TSubclassOf< UYomButton > | YomButtonWidget |
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... | |
UYomInventoryComponent * UYomPlayerInventoryWidget::GetInventory | ( | ) |
Returns the inventory actor, this is used in blueprints.
UPanelWidget* UYomPlayerInventoryWidget::BaseButtonWidget |
The widget in which all buttons need to be loaded.
int UYomPlayerInventoryWidget::StartButtonAmount = 6 |
The amount of buttons that is spawned when the inventory is loaded.
TSubclassOf<UYomButton> UYomPlayerInventoryWidget::YomButtonWidget |
The class that needs to be displayed to show an item (a button)