Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Sends a message to a client to destroy an actor to the client. The actor may already be destroyed locally.
| Name | SendDestructionInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetDriver.cpp |
int64 SendDestructionInfo
(
UNetConnection * Connection,
FActorDestructionInfo * DestructionInfo
)