UClientUnitTest::NotifySendRPC

Overridable in subclasses - can be used to control/block sending of RPC's

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "ClientUnitTest.h"

Syntax

virtual void NotifySendRPC
(
    AActor * Actor,
    UFunction * Function,
    void * Parameters,
    FOutParmRec * OutParms,
    FFrame * Stack,
    UObject * SubObject,
    bool & bBlockSendRPC
)

Remarks

Overridable in subclasses - can be used to control/block sending of RPC's

Parameters

Parameter

Description

Actor

The actor the RPC will be called in

Function

The RPC to call

Parameters

The parameters data blob

OutParms

Out parameter information (irrelevant for RPC's)

Stack

The script stack

SubObject

The sub-object the RPC is being called in (if applicable)

bBlockSendRPC

Whether or not to allow sending of the RPC

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