Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FVMReflectionParser
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflectionParser.h |
Include | #include "NUTUtilReflectionParser.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflectionParser.cpp |
TValueOrError< TSharedPtr< FVMReflection >, FExpressionError > Evaluate
&40;
const TCHAR &42; InExpression,
UObject &42; InTargetObj
&41; const
Remarks
Evaluate the given reflection expression, into an FVMReflection instance Returns either a shared pointer to an FVMReflection instance, or an error
Parameters
Name | Description |
---|---|
InExpression | The expression to evaluate |
InTargetObj | Optionally, the target object to perform reflection on |