Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > Net > FNetworkNotifyHook
- FNetworkNotify::NotifyAcceptedConnection()
- FNetworkNotifyHook::NotifyAcceptedConnection()
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h |
Include | #include "Net/NUTUtilNet.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/NUTUtilNet.cpp |
virtual void NotifyAcceptedConnection
&40;
UNetConnection &42; Connection
&41;
Remarks
Notification that a new connection has been created/established as a result of a remote request, previously approved by NotifyAcceptingConnection
Parameters
Name | Description |
---|---|
Connection | newly created connection |