Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld
- FNetworkNotify::NotifyAcceptingChannel()
- UWorld::NotifyAcceptingChannel()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
virtual bool NotifyAcceptingChannel
&40;
class 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 |