UClientUnitTest::NotifyReceiveRPC

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

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "ClientUnitTest.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp

Syntax

virtual void NotifyReceiveRPC
(
    AActor * Actor,
    UFunction * Function,
    void * Parameters,
    bool & bBlockRPC
)

Remarks

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

Parameters

Parameter

Description

Actor

The actor the RPC is being executed on

Function

The RPC being executed

Parameters

The raw unparsed parameters, being passed into the function

bBlockRPC

Whether or not to block the RPC from executing

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