Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Inventory Item class #159

Open
pavlicekdominik opened this issue Nov 4, 2023 · 0 comments
Open

UI Inventory Item class #159

pavlicekdominik opened this issue Nov 4, 2023 · 0 comments
Assignees
Milestone

Comments

@pavlicekdominik
Copy link
Member

UInventoryItemUI
Implements: IInventoryItemUI

Properties:

  • ItemData: FInventoryItem - The data object that holds the details of the item.

Methods:

  • DisplayItemDetails(): Updates the UI elements to show the item's details based on ItemData.
  • GetItemData() -> FInventoryItem: Returns the ItemData associated with this UI element.

Usage and Logic Integration:

  • Should be used for displaying detailed information of an item when selected or hovered over in the inventory.
  • It acts upon the data change or a user interaction event to display the details.
@pavlicekdominik pavlicekdominik self-assigned this Nov 4, 2023
@pavlicekdominik pavlicekdominik added this to the 1.0.0.X milestone Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant