Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > FVMReflection > operator[]
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 & operator&91;&93;
&40;
int32 ArrayElement
&41;
Remarks
Array subscript operator, used to access static/dynamic array elements
NOTE: Due to operator precedence, you MUST wrap the accessed property in brackets, like so (FVMReflectior(blah)->*"ArrayProp")["Type"][Element]->*"etc" Returns this VM reflector, for operator chaining
Parameters
Name | Description |
---|---|
ArrayElement | The array element to access |