Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UMinimalClient
- FNetworkNotify::NotifyAcceptingChannel()
- UMinimalClient::NotifyAcceptingChannel()
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/MinimalClient.h |
Include | #include "MinimalClient.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/MinimalClient.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 |