Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDemoNetDriver
Description
Removes all child connections for splitscreen viewers. This should be done before the ClientConnections or ServerConnection variables change or during most travel scenarios.
| Name | CleanUpSplitscreenConnections |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h |
| Include Path | #include "Engine/DemoNetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp |
int32 CleanUpSplitscreenConnections
(
bool bDeleteOwner
)
The number of splitscreen connections cleaned up.
Parameters
| Name | Remarks |
|---|---|
| bDeleteOwner | If the connections should delete the owning actor to the connection |