Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNetDriver * FindNamedNetDriver
(
const UWorld* InWorld, |
Finds a UNetDriver based on its name. | Engine/Engine.h | |
UNetDriver * FindNamedNetDriver
(
const UPendingNetGame* InPendingNetGame, |
Engine/Engine.h |
FindNamedNetDriver(const UWorld *, FName)
Description
Finds a UNetDriver based on its name.
| Name | FindNamedNetDriver |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
UNetDriver * FindNamedNetDriver
(
const UWorld * InWorld,
FName NetDriverName
)
A pointer to the UNetDriver that was found, or nullptr if it wasn't found.
Parameters
| Name | Remarks |
|---|---|
| NetDriverName | The name associated with the driver to find. |
FindNamedNetDriver(const UPendingNetGame *, FName)
| Name | FindNamedNetDriver |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
UNetDriver * FindNamedNetDriver
(
const UPendingNetGame * InPendingNetGame,
FName NetDriverName
)