virtual void OnRep_PlayerState() override;
example:
void AAuraCharacter::OnRep_PlayerState()
{
Super::OnRep_PlayerState();

InitAbilityActorInfo();
}
posted on 2025-08-21 22:56  偷懒的阿贤  阅读(11)  评论(0)    收藏  举报