Add MVP crafting HUD
This commit is contained in:
@@ -147,6 +147,12 @@ array, shows occupied slots, total carried weight, and a short visible stack
|
||||
list, and leaves mutation actions on the existing server-authoritative commands
|
||||
and RPCs until a full UMG inventory screen is introduced.
|
||||
|
||||
The MVP crafting UI is a compact `AAgrarianDebugHUD` crafting panel. The
|
||||
Agrarian player Blueprint preloads primitive `KnownRecipeAssets`, and the HUD
|
||||
reads those recipes plus the replicated inventory to show craftable status and
|
||||
ingredient counts. Interactive UMG recipe browsing, hotkeys, and queued
|
||||
crafting controls are deferred until the primitive loop settles.
|
||||
|
||||
Inventory persistence saves `UAgrarianInventoryComponent::Items` into
|
||||
`FAgrarianSavedPlayer::Inventory` and restores through
|
||||
`UAgrarianInventoryComponent::RestoreSavedItems`. Restore broadcasts
|
||||
|
||||
Reference in New Issue
Block a user