UMinimalClient::SendRPCChecked

As above, except optimized for use with reflection

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "MinimalClient.h"

Source

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

Syntax

bool SendRPCChecked
(
    UObject * Target,
    FFuncReflection & FuncRefl
)

Remarks

As above, except optimized for use with reflection

Returns

Whether or not the RPC was sent successfully

Parameters

Parameter

Description

Target

The Actor or ActorComponent which will send the RPC

FuncRefl

The function reflection instance, containing the function to be called and its assigned parameters.

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