hello.
in my project for access a variable in "MyCharacter" from other BP i use get_player_character->cast_to MyCharacter->get var" that work ok but if i change the character and now MyCharacter its "MyCharacter2" and have the same var i going to have a problem. And going to need change all cast_to in my proyect.
my question its, its possible made in someway avoid it.
in my project for access a variable in "MyCharacter" from other BP i use get_player_character->cast_to MyCharacter->get var" that work ok but if i change the character and now MyCharacter its "MyCharacter2" and have the same var i going to have a problem. And going to need change all cast_to in my proyect.
my question its, its possible made in someway avoid it.
Comment