FFuncReflection::FFuncReflection

Constructor for reading (and optionally modifying) an existing functions parameters (e.g. from received RPC's)

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h

Include

#include "NUTUtilReflection.h"

Syntax

FFuncReflection
(
    UFunction * InFunction,
    void * InParms
)

Remarks

Constructor for reading (and optionally modifying) an existing functions parameters (e.g. from received RPC's)

Parameters

Parameter

Description

InFunction

The function whose parameters we want to read/modify

InParms

The function parameters memory pointer

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