예제 #1
0
bool UActorComponent::IsNetSimulating() const
{
	return GetIsReplicated() && GetOwnerRole() != ROLE_Authority;
}
예제 #2
0
bool UActorComponent::IsSupportedForNetworking() const
{
	return IsNameStableForNetworking() || GetIsReplicated();
}