FNetworkNotify::NotifyAcceptingChannel

Notification that a new channel is being created/opened as a result of a remote request (Actor creation, etc)

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h

Include

#include "Engine/NetworkDelegates.h"

Syntax

virtual bool NotifyAcceptingChannel
(
    class UChannel * Channel
)

Remarks

Notification that a new channel is being created/opened as a result of a remote request (Actor creation, etc)

Returns

true if the channel should be opened, false if it should be rejected (destroying the channel)

Parameters

Parameter

Description

Channel

newly created channel