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 Category class #161

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

UI Inventory Category class #161

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

Comments

@pavlicekdominik
Copy link
Member

UInventoryCategoryUI
Implements: IInventoryCategoryUI

Properties:

  • CategoryName: FString - The name of the category.

Methods:

  • SetCategory(FString NewCategoryName): Sets the CategoryName and updates the UI to reflect the change.
  • SelectCategory(): Highlights this category as selected.
  • DeselectCategory(): Removes the selection highlight from this category.

Usage and Logic Integration:

  • Manages the categorization within the inventory UI, allowing items to be filtered by category.
  • Selection and deselection methods are usually triggered by user interactions to filter the displayed items.
@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