Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FVMReflection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVMReflection & operator->*
(
FString PropertyName |
Member access operator. Used to access object/struct properties. | NUTUtilReflection.h | |
FVMReflection & operator->*
(
const ANSICHAR* PropertyName |
NUTUtilReflection.h |
operator->*(FString)
Description
Member access operator. Used to access object/struct properties.
| Name | operator->* |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflection.cpp |
FVMReflection & operator->*
(
FString PropertyName
)
Returns this VM reflector, for operator chaining
Parameters
| Name | Remarks |
|---|---|
| PropertyName | The name of the property being accessed |
operator->(const ANSICHAR )
| Name | operator->* |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator->*
(
const ANSICHAR * PropertyName
)