Hi,
I have a normal hud widget named WB_Hud and i have a second widget with an ability icon that has the image name cooldown etc named WB_abilityIcon. in the graph i have a cooldown event that i want to call in to my playerbp when triggering a skill. see bellow:
I would like to be able to call it here see bellow but whenever i try that i get this error: Blueprint Runtime Error: “Accessed None trying to read property Hud_AbilityIcon”. Node: Trigger Cooldown Graph: EventGraph Function: Execute Ubergraph BP Player Blueprint: BP_Player
I am extremely new just following tutorials always breaking things but eventually i get it to work but this part i just cant figure out how to get my cooldown working if anyone can be kind enough to help i would appreciate it.