Okay, it keeps cutting off what I’m trying to say because I’m using the triangles. Just replace the “” with the things above “,” and “.”. Apparently, the message board interprets anything with the triangles as not posted for some reason.
So, replace those things. And then later in the same overlap event:
if (TestCast && TestCast == OtherActor)
{
TestCast->MuzzleLocation …then do what you wanted to do after you get the MuzzleLocation here!
}
Also, I’m still not clear if this is directly from your character file overlapping or if you are trying to manage two other objects overlapping each other from a third “main” file.
And, I see you have some errors at the bottom of your picture. Did those only pop up when you were trying to do your current action, or are they from something else?