UVMTestClassA

Test classes for testing different types/combinations of property reflection

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTests/VMReflection.h

Include

#include "UnitTests/VMReflection.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UVMTestClassA : public UObject

Remarks

Test classes for testing different types/combinations of property reflection

Variables

Name Description

Public variable UProperty

UObject *

 

AObjectRef

Public variable UProperty

bool

 

bBoolPropA

Public variable UProperty

bool

 

bBoolPropB

Public variable UProperty

bool

 

bBoolPropC

Public variable UProperty

bool

 

bBoolPropD

Public variable UProperty

bool

 

bBoolPropE

Public variable UProperty

uint8

 

ByteProp

Public variable UProperty

uint8[4]

 

BytePropArray

Public variable UProperty

double

 

DoubleProp

Public variable UProperty

TArray< bool >

 

DynBoolPropArray

Public variable UProperty

TArray< uint8 >

 

DynBytePropArray

Public variable UProperty

TArray< UClass ...

 

DynClassPropArray

Public variable UProperty

TArray< double ...

 

DynDoublePropArray

Public variable UProperty

TArray< float >

 

DynFloatPropArray

Public variable UProperty

TArray< int16 >

 

DynInt16PropArray

Public variable UProperty

TArray< int64 >

 

DynInt64PropArray

Public variable UProperty

TArray< int8 >

 

DynInt8PropArray

Public variable UProperty

TArray< int32 >

 

DynIntPropArray

Public variable UProperty

TArray< FName >

 

DynNamePropArray

Public variable UProperty

TArray< UObject...

 

DynObjectPropArray

Public variable UProperty

TArray< APawn &...

 

DynPawnPropArray

Public variable UProperty

TArray< FString...

 

DynStringPropArray

Public variable UProperty

TArray< FVector...

 

DynStructPropArray

Public variable UProperty

TArray< FText >

 

DynTextPropArray

Public variable UProperty

TArray< uint16 ...

 

DynUInt16PropArray

Public variable UProperty

TArray< uint64 ...

 

DynUInt64PropArray

Public variable UProperty

TArray< uint32 ...

 

DynUIntPropArray

Public variable UProperty

float

 

FloatProp

Public variable UProperty

int16

 

Int16Prop

Public variable UProperty

int32

 

Int32Prop

Public variable UProperty

int64

 

Int64Prop

Public variable UProperty

int8

 

Int8Prop

Public variable UProperty

FName

 

NameProp

Public variable UProperty

UObject *[2...

 

ObjectPropArray

Public variable UProperty

FString

 

StringProp

Public variable UProperty

FVector

 

StructProp

Public variable UProperty

FVector[2]

 

StructPropArray

Public variable UProperty

FText

 

TextProp

Public variable UProperty

uint16

 

UInt16Prop

Public variable UProperty

uint32

 

UInt32Prop

Public variable UProperty

uint64

 

UInt64Prop

Constructors

Name Description

Public function

UVMTestClassA

(
    const FObjectInitializer& ObjectIn...
)

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