added OnRep function

This commit is contained in:
Nyx
2025-10-23 10:00:08 -06:00
parent 5b585da3a9
commit 35da54c5a2

View File

@@ -71,5 +71,9 @@ void AMagickPlayerState::SetupAbilityActorInfo()
ElistriaAbilitySystemComponent->AddAttributeSetSubobject(LevelSet.Get()); ElistriaAbilitySystemComponent->AddAttributeSetSubobject(LevelSet.Get());
} }
} }
}
void AMagickPlayerState::OnRep_ElistriaAbilitySystemComponent()
{
// Whenever the ability system component is replicated, we need to refresh the actor info
return;
} }