Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FVMReflection > API/Plugins/NetcodeUnitTest/FVMReflection/__ctor
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 |
FVMReflection
&40;
FFuncReflection & InFuncRefl,
EVMRefWarning InWarnLevel
&41;
Remarks
FFuncReflection copy constructor - initializing from a function reflection struct instance (shortcut to reference its parameters)
Parameters
Name | 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 |