Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Delegate hooks for the minimal client - also directly inherited by UMinimalClient
| Name | FMinClientHooks |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/MinimalClient.h |
| Include Path | #include "MinimalClient.h" |
Syntax
struct FMinClientHooks
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMinClientHooks() |
Default constructor | MinimalClient.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConnectedDel | FOnMinClientConnected | Delegate for notifying of successful minimal client connection | MinimalClient.h | |
| HandleClientPlayerDel | FOnHandleClientPlayer | Delegate for notifying of the net connection HandlerClientPlayer event | MinimalClient.h | |
| LowLevelSendDel | FOnLowLevelSend | Delegate for notifying of net connection low level packet sends | MinimalClient.h | |
| NetActorDel | FOnMinClientNetActor | Delegate for notifying AFTER net actor creation | MinimalClient.h | |
| NetworkFailureDel | FOnMinClientNetworkFailure | Delegate notifying of network failure | MinimalClient.h | |
| ReceivedControlBunchDel | FOnMinClientReceivedControlBunch | Delegate for notifying of control channel bunches | MinimalClient.h | |
| ReceivedRawPacketDel | FOnMinClientReceivedRawPacket | Delegate for notifying of net connection raw packet receives | MinimalClient.h | |
| ReceiveRPCDel | FOnProcessNetEvent | Delegate for notifying/controlling RPC receives | MinimalClient.h | |
| RepActorSpawnDel | FOnMinClientRepActorSpawn | Delegate for notifying/controlling replicated actor spawning | MinimalClient.h | |
| RPCFailureDel | FOnRPCFailure | Delegate for notifying of failure during call of SendRPCChecked | MinimalClient.h | |
| SendRPCDel | FOnSendRPC | Delegate for notifying/controlling RPC sends | MinimalClient.h | |
| UMinimalClient | friend | MinimalClient.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyHooks
(
FMinClientHooks& Target |
MinimalClient.h |