FVMReflection::FVMReflection

Struct constructor - initializing from a scoped struct (allows you to use reflection, to work with unknown structs)

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
(
    FStructOnScope & InStruct,
    EVMRefWarning InWarnLevel
)

Remarks

Struct constructor - initializing from a scoped struct (allows you to use reflection, to work with unknown structs)

Parameters

Parameter

Description

InStruct

The scoped struct 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