After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the blueprint graph contains a MyBool getter node with target = OtherActor, it will show the value of self->MyBool rather than OtherActor->MyBool.
Affects getter nodes in general and is confusing to users when dealing with common variables like RelativeLocation.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-191481 in the post.
5 |
Component | UE - Gameplay - Blueprint Runtime |
---|---|
Affects Versions | 5.0, 5.1, 5.2, 5.3 |
Created | Jul 28, 2023 |
---|---|
Updated | Feb 13, 2024 |