FVMReflectionParser::Evaluate

Evaluate the given reflection expression, into an [FVMReflection](API\Plugins\NetcodeUnitTest\FVMReflection) instance

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< TSharedPtr< FVMReflection >, FExpressionError > Evaluate
(
    const TCHAR * InExpression,
    UObject * InTargetObj
) const

Remarks

Evaluate the given reflection expression, into an FVMReflection instance

Returns

Returns either a shared pointer to an FVMReflection instance, 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