UI Inventory Category class
pavlicekdominik opened this issue · 0 comments
pavlicekdominik commented
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.