FVMReflection::operator->*

Member access operator. Used to access object/struct properties.

Windows
MacOS
Linux

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

Syntax

FVMReflection & operator->*
(
    FString PropertyName
)

Remarks

Member access operator. Used to access object/struct properties.

Returns

Returns this VM reflector, for operator chaining

Parameters

Parameter

Description

PropertyName

The name of the property being accessed

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