You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!IsAlive())
{
MulticastOnDeath(InstigatorActor);
// I greatly dislike this hard-coupled nightmare of a statement, but this is what was done in class. TODO: Use something like a GameplayMessage or maybe a delegate of sorts here.
GetWorld()->GetAuthGameMode<ACGameModeBase>()->OnActorKilled(GetOwner(), InstigatorActor);
}
The text was updated successfully, but these errors were encountered:
In
CAttributeComponent.cpp
:The text was updated successfully, but these errors were encountered: