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;
FStructOnScope & InStruct,
EVMRefWarning InWarnLevel
&41;
Remarks
Struct constructor - initializing from a scoped struct (allows you to use reflection, to work with unknown structs)
Parameters
| Name | 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 |