Abilities logic
We can now create a logic for our Attack x2 ability. As the name suggests, Attack x2 should perform an attack that does double damage. Before we apply this sort of logic, we must first create an event that occurs after selecting the ability from the Combo Box and pressing it. Head back into the Designer view. In the Details tab, navigate to Events, and press + next to the OnOpening event:
This will create an OnOpening event in your Event Graph. By selecting and clicking on the ability from the Combo Box, we need to first clear all the children from the Panel Widget using the Clear Children function, similar to what we did by clicking ...
Get Building an RPG with Unreal 4.x now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.