FVMReflection::FVMReflection

[UObject](API\Runtime\CoreUObject\UObject\UObject) constructor - Initializing from a [UObject](API\Runtime\CoreUObject\UObject\UObject)

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
(
    UObject * InBaseObject,
    EVMRefWarning InWarnLevel
)

Remarks

UObject constructor - Initializing from a UObject

Parameters

Parameter

Description

InBaseObject

The object the reflection helper should be initialized with

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