Any idea how to use IsLocallyControlled() in movement component class? Right now I check the role like this if (GetOwner()->GetLocalRole() == ROLE_AutonomousProxy || GetOwner()->GetRemoteRole() == ROLE_SimulatedProxy)
Any idea how to use IsLocallyControlled() in movement component class? Right now I check the role like this if (GetOwner()->GetLocalRole() == ROLE_AutonomousProxy || GetOwner()->GetRemoteRole() == ROLE_SimulatedProxy)