Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Change the NetDriver's NetDriverName. This will also reinit packet simulation settings so that settings can be qualified to a specific driver.
| Name | SetNetDriverName |
| 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 SetNetDriverName
(
FName NewNetDriverNamed
)