Hello, Beginner here. Just trying to make a little height indicator but im unable to figure out how to read the variable shown on the pictures. What is supposed to be the target? I dont even get why it needs a target, it just reads what the variable contains right?
1 Like
Getplayercharacter → cast to BP_FirstPersonCharacter →
That should get it working. But… generally a good idea to just get that once on construct, and then use it
3 Likes
Thanks again! Once step closer to finishing my game
1 Like