If variable Role is private and you're stuck, look here

if (GetLocalRole() == ROLE_Authority && IsLocallyControlled())
{
	FGoKartMove Move = CreateMove(DeltaTime);
	Server_SendMove(Move);
}
5 Likes

awesome, thanks!

Thanks for sharing.

Privacy & Terms