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< FString, FExpressionError > EvaluateString
&40;
const TCHAR &42; InExpression,
UObject &42; InTargetObj
&41; const
Remarks
As above, except converts whatever the final reflection state points to, into a human readable string Returns either a string representing the final reflection state, or an error
Parameters
| Name | Description |
|---|---|
| InExpression | The expression to evaluate |
| InTargetObj | Optionally, the target object to perform reflection on |