SendRPCChecked

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

SendRPCChecked

(
    UObject* Target,
    FFuncReflection& FuncRefl
)

As above, except optimized for use with reflection

Public function

bool

 

SendRPCChecked

(
    UObject* Target,
    const TCHAR* FunctionName,
    void* Parms,
    int16 ParmsSize,
    int16 ParmsSizeCorrection
)

Sends the specified RPC for the specified actor, and verifies that the RPC was sent (triggering RPCFailureDel if not)

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