FVMReflection::FVMReflection

[FFuncReflection](API\Plugins\NetcodeUnitTest\FFuncReflection) copy constructor - initializing from a function reflection struct instance (shortcut to reference its parameters)

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "NUTUtilReflection.h"

Source

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

Syntax

FVMReflection
(
    FFuncReflection & InFuncRefl,
    EVMRefWarning InWarnLevel
)

Remarks

FFuncReflection copy constructor - initializing from a function reflection struct instance (shortcut to reference its parameters)

Parameters

Parameter

Description

InFuncRefl

The function reflection struct to initialize from

InWarnLevel

Whether or not reflection failures (e.g. something major like missing properties) should be logged

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