FVMReflectionParser::EvaluateString

As above, except converts whatever the final reflection state points to, into a human readable string

Windows
MacOS
Linux

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

Syntax

TValueOrError< FString, FExpressionError > EvaluateString
(
    const TCHAR * InExpression,
    UObject * InTargetObj
) const

Remarks

As above, except converts whatever the final reflection state points to, into a human readable string

Returns

Returns either a string representing the final reflection state, or an error

Parameters

Parameter

Description

InExpression

The expression to evaluate

InTargetObj

Optionally, the target object to perform reflection on

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss