Hi all,
I’m new here to UE4, which is an awesome tool. I have experience with UDK or Unity game developing.
I’m just confused on how casting works in UE4(4.7.2). I read the material on casting form other blueprints, but when I try it, it doesn’t work for me.
For example, I try casting an int from an player BP to enemy BP(let’s says invisibility), it doesn’t work for me.
I try creating a variable with that actor type, picking it from the drop down list, etc, but it feels like a bug.
Casting to the player always works for me via “get player controller” node, though. I’m still confused.
Thank you for your time.