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 Action class #162

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

UI Inventory Action class #162

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

Comments

@pavlicekdominik
Copy link
Member

UInventoryActionUI
Implements: IInventoryActionUI

Properties:

  • ActionName: FString - The name of the action that can be performed.

Methods:

  • SetAction(FString NewActionName): Assigns a new action to this UI element.
  • ExecuteAction(): Calls the logic associated with the action set for this UI element.

Usage and Logic Integration:

  • Provides a way to link user interface elements with actions such as use, equip, or discard.
  • The execution of actions is event-driven, typically bound to button presses or similar interactions.
@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