Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Trigger the destruction of this NetDriver. If called while the NetDriver is ticking it will queue the destruction request and execute it after all the NetDriver work is finished.
| Name | RequestNetDriverDestruction |
| 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 |
void RequestNetDriverDestruction()