Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/Net > API/Plugins/NetcodeUnitTest/Net/FNetworkNotifyHook
- FNetworkNotify::NotifyAcceptingChannel()
- FNetworkNotifyHook::NotifyAcceptingChannel()
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 bool NotifyAcceptingChannel
&40;
UChannel &42; Channel
&41;
Remarks
Notification that a new channel is being created/opened as a result of a remote request (Actor creation, etc) true if the channel should be opened, false if it should be rejected (destroying the channel)
Parameters
| Name | Description |
|---|---|
| Channel | newly created channel |