FScopedRPCParamReplace

Hooks the netcode serialization of a specific RPC parameter, in order to override the raw serialized param data with something else

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h

Include

#include "Net/NUTUtilNet.h"

Syntax

class FScopedRPCParamReplace

Remarks

Hooks the netcode serialization of a specific RPC parameter, in order to override the raw serialized param data with something else

Constructors

Name Description

Public function

FScopedRPCParamReplace

(
    UMinimalClient* InMinClient,
    UFunction* InTargetRPC,
    FString InParamName,
    const FOnNetSerializeItem& InSeria...
)

FScopedRPCParamReplace

Destructors

Name Description

Public function

~FScopedRPCParamReplace()

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