SendUnitRPCChecked

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

SendUnitRPCChecked

(
    FString RPCName
)

As above, except executes a static UFunction in the unit test (must be prefixed with UnitTestServer_), on the unit test server, allowing unit tests to define and contain their own 'pseudo'-RPC's.

Public function

bool

 

SendUnitRPCChecked

(
    FString RPCName
)

As above, except allows 'UnitTestServer' RPC's to be located in an arbitrary class (e.g. if shared between unit tests), specified as the delegate parameter.

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