21 UFUNCTION(
Server, Reliable, BlueprintCallable, Category=
"Server")
22 virtual
void DestroyActor(AActor* ActorToDestroy);
24 UFUNCTION(NetMulticast, Reliable, BlueprintCallable, Category="
Server")
25 virtual
void DestroyActorOnClient(AActor* ActorToDestroy);