I'm new to UE and i trying to make my first game (block breaker). My idea in general is:
- When starting the game, the pad can`t move.
- When clicking, the player chooses the direction in which the ball should be fired.
- After the ball is fired, the pad can now move.
My problem is that I can't get the variable 'CanPlayerMove' from BP_Ball in BP_Player. I will be very grateful if you help me, and also accept suggestions for the code, game, etc.