UClientUnitTest::NotifyProcessEvent

Overridable in subclasses - can be used to control/block any script events, other than receiving of RPC's (see NotifyReceiveRPC)

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "ClientUnitTest.h"

Syntax

virtual void NotifyProcessEvent
(
    AActor * Actor,
    UFunction * Function,
    void * Parameters,
    bool & bBlockEvent
)

Remarks

Overridable in subclasses - can be used to control/block any script events, other than receiving of RPC's (see NotifyReceiveRPC)

Parameters

Parameter

Description

Actor

The actor the event is being executed on

Function

The script function being executed

Parameters

The raw unparsed parameters, being passed into the function

bBlockEvent

Whether or not to block the event 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