Am I controlling this actor? (Character) - Replication

Is there a way to determine if I’m controlling said actor? I’m replicating it’s movements in multiplayer.

Hello Taurian.

There are few ways to get this done, one is checking if the pawn has a controller, another way is like you just posted by replacing the GetOwner with Self().
Hope this help.

Hey thanks