Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h |
Include |
#include "Engine/NetworkDelegates.h" |
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)
Parameter |
Description |
---|---|
Channel |
newly created channel |