Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/AOnlineBeacon
- FNetworkNotify::NotifyAcceptingChannel()
- AOnlineBeacon::NotifyAcceptingChannel()
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeacon.h |
| Include | #include "OnlineBeacon.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/OnlineBeacon.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 |