FFuncReflection::FFuncReflection

Constructor for creating a function instance and (optionally) filling in its parameters

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "NUTUtilReflection.h"

Syntax

FFuncReflection
(
    UObject * TargetObj,
    const TCHAR * InFuncName
)

Remarks

Constructor for creating a function instance and (optionally) filling in its parameters

Parameters

Parameter

Description

TargetObj

The object the function is in

InFuncName

The name of the function

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