Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
Remove a child connection from internal data structures.
This function won't actually close the child connection or perform any other clean-up. To close the child connection call UChildConnection::CloseAndRemoveChild().
| Name | RemoveChild |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetConnection.cpp |
void RemoveChild
(
UChildConnection * ChildConnection
)