FVMReflection::FVMReflection

Copy constructor - used regularly to copy reflection states, but without passing on history or temporary variables (such as error return)

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
(
    const FVMReflection & ToCopy
)

Remarks

Copy constructor - used regularly to copy reflection states, but without passing on history or temporary variables (such as error return)

Parameters

Parameter

Description

ToCopy

The reflection helper to copy

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