Store if the marker is visible in a bool variable, also store it's position as a vector if it's not 0,0,0. It will be the markers last valid location.
Check the marker's visibility in EventTick, and if it disappears (turns from true to false) apply it's last know position.
Check the marker's visibility in EventTick, and if it disappears (turns from true to false) apply it's last know position.
Originally posted by Denis
View Post
Comment