Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FVMReflection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVMReflection & operator=
(
const FVMReflection& ToCopy |
Copy assignment operator - not supported | NUTUtilReflection.h | |
FVMReflection & operator=
(
uint8 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
uint16 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
uint32 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
uint64 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
int8 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
int16 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
int32 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
int64 Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
float Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
double Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
FName Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
FString Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
FText Value |
Also implement the assignment operator, for automatically performing these casts and assigning | NUTUtilReflection.h | |
FVMReflection & operator=
(
bool Value |
Special assignment operators Assign a value to a bool property | NUTUtilReflection.h | |
FVMReflection & operator=
(
UObject* Value |
Assign a value to an object property | NUTUtilReflection.h | |
FVMReflection & operator=
(
TCHAR* Value |
Assign a value to either a string or an enum property (autodetects enums) NOTE: Enums must be specified in format: EEnumName::EnumValueName | NUTUtilReflection.h |
operator=(const FVMReflection &)
Description
Copy assignment operator - not supported
| 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=
(
const FVMReflection & ToCopy
)
operator=(uint8)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
uint8 Value
)
operator=(uint16)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
uint16 Value
)
operator=(uint32)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
uint32 Value
)
operator=(uint64)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
uint64 Value
)
operator=(int8)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
int8 Value
)
operator=(int16)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
int16 Value
)
operator=(int32)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
int32 Value
)
operator=(int64)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
int64 Value
)
operator=(float)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
float Value
)
operator=(double)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
double Value
)
operator=(FName)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
FName Value
)
operator=(FString)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
FString Value
)
operator=(FText)
Description
Also implement the assignment operator, for automatically performing these casts and assigning
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FVMReflection & operator=
(
FText Value
)
operator=(bool)
Description
Special assignment operators Assign a value to a bool property
| 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=
(
bool Value
)
operator=(UObject *)
Description
Assign a value to an object property
| 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=
(
UObject * Value
)
operator=(TCHAR *)
Description
Assign a value to either a string or an enum property (autodetects enums) NOTE: Enums must be specified in format: EEnumName::EnumValueName
| 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=
(
TCHAR * Value
)