Im trying to do RTS game, i created a blueprint that whenever player click on a character get it to be active.
i did an OnClicked event for the character but still i cant get it to be clickable?
any help
thank you in advance.
Im trying to do RTS game, i created a blueprint that whenever player click on a character get it to be active.
i did an OnClicked event for the character but still i cant get it to be clickable?
any help
thank you in advance.
if your character is subtype of pawn you can try to set your default click trace channel in your controller to pawn
I did change that but still cant make it to be clickable, and by the way this character is in another pawn(not the main one).