UNetDriver::SendDestructionInfo

Sends a message to a client to destroy an actor to the client.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetDriver.cpp

Syntax

int64 SendDestructionInfo
(
    UNetConnection * Connection,
    FActorDestructionInfo * DestructionInfo
)

Remarks

Sends a message to a client to destroy an actor to the client. The actor may already be destroyed locally.

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