FMinClientHooks

Delegate hooks for the minimal client - also directly inherited by [UMinimalClient](API\Plugins\NetcodeUnitTest\UMinimalClient)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/MinimalClient.h

Include

#include "MinimalClient.h"

Syntax

struct FMinClientHooks

Remarks

Delegate hooks for the minimal client - also directly inherited by UMinimalClient

Variables

Name Description

Public variable

FOnMinClientCon...

 

ConnectedDel

Delegate for notifying of successful minimal client connection

Public variable

FOnHandleClient...

 

HandleClientPlayerDel

Delegate for notifying of the net connection HandlerClientPlayer event

Public variable

FOnLowLevelSend

 

LowLevelSendDel

Delegate for notifying of net connection low level packet sends

Public variable

FOnMinClientNet...

 

NetActorDel

Delegate for notifying AFTER net actor creation

Public variable

FOnMinClientNet...

 

NetworkFailureDel

Delegate notifying of network failure

Public variable

FOnMinClientRec...

 

ReceivedControlBunchDel

Delegate for notifying of control channel bunches

Public variable

FOnMinClientRec...

 

ReceivedRawPacketDel

Delegate for notifying of net connection raw packet receives

Public variable

FOnProcessNetEv...

 

ReceiveRPCDel

Delegate for notifying/controlling RPC receives

Public variable

FOnMinClientRep...

 

RepActorSpawnDel

Delegate for notifying/controlling replicated actor spawning

Public variable

FOnRPCFailure

 

RPCFailureDel

Delegate for notifying of failure during call of SendRPCChecked

Public variable

FOnSendRPC

 

SendRPCDel

Delegate for notifying/controlling RPC sends

Constructors

Name Description

Public function

FMinClientHooks()

Default constructor

Functions

Name Description

Protected function

void

 

CopyHooks

(
    FMinClientHooks& Target
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss