Hi, I have an actor in my scene (Bowling_pin) that when the top of it touches another actor (Fall_Collision) after being hit by the player character it needs to score a point on HUD.
Both actors are in the scene (Fall_Collision + Pin)
- I set up the function to +1 score in the (Fall_Collision actor BP)
- I referenced Z function in the (Pin)
- When I try referencing the (Fall_Collision actor BP) in my HUD I have no object reference. It is just a wildcard. How do I cast to an in scene actor with a widget?
Thank you