UNetConnection::NotifyActorDestroyed

Called when owning network driver receives NotifyActorDestroyed.

Windows
MacOS
Linux

Override Hierarchy

UNetConnection::NotifyActorDestroyed()

UReplayNetConnection::NotifyActorDestroyed()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

virtual void NotifyActorDestroyed
(
    AActor * Actor,
    bool IsSeamlessTravel
)

Remarks

Called when owning network driver receives NotifyActorDestroyed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss