Show / Hide Table of Contents

Class VMTestClassA

Test classes for testing different types/combinations of property reflection

Inheritance
System.Object
UObject
VMTestClassA
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.NetcodeUnitTest
Assembly: UE4DotNet.dll
Syntax
public class VMTestClassA : UObject

Properties

| Improve this Doc View Source

AObjectRef

AObject Ref

Declaration
public UObject AObjectRef { get; set; }
Property Value
Type Description
UObject
| Improve this Doc View Source

bBoolPropA

Declaration
public bool bBoolPropA { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bBoolPropB

Declaration
public bool bBoolPropB { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bBoolPropC

Declaration
public bool bBoolPropC { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bBoolPropD

Declaration
public bool bBoolPropD { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bBoolPropE

Declaration
public bool bBoolPropE { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ByteProp

Byte Prop

Declaration
public byte ByteProp { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

BytePropArray

Byte Prop Array

Declaration
public byte BytePropArray { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static VMTestClassA DefaultObject { get; }
Property Value
Type Description
VMTestClassA
| Improve this Doc View Source

DoubleProp

Double Prop

Declaration
public double DoubleProp { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

DynClassPropArray

Dyn Class Prop Array

Declaration
public ObjectArrayField<Class> DynClassPropArray { get; }
Property Value
Type Description
ObjectArrayField<Class>
| Improve this Doc View Source

DynObjectPropArray

Dyn Object Prop Array

Declaration
public ObjectArrayField<UObject> DynObjectPropArray { get; }
Property Value
Type Description
ObjectArrayField<UObject>
| Improve this Doc View Source

DynPawnPropArray

Dyn Pawn Prop Array

Declaration
public ObjectArrayField<Pawn> DynPawnPropArray { get; }
Property Value
Type Description
ObjectArrayField<Pawn>
| Improve this Doc View Source

FloatProp

Float Prop

Declaration
public float FloatProp { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Int16Prop

Int 16Prop

Declaration
public short Int16Prop { get; set; }
Property Value
Type Description
System.Int16
| Improve this Doc View Source

Int32Prop

Int 32Prop

Declaration
public int Int32Prop { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Int64Prop

Int 64Prop

Declaration
public long Int64Prop { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Int8Prop

Int 8Prop

Declaration
public sbyte Int8Prop { get; set; }
Property Value
Type Description
System.SByte
| Improve this Doc View Source

NameProp

Name Prop

Declaration
public Name NameProp { get; set; }
Property Value
Type Description
Name
| Improve this Doc View Source

ObjectPropArray

Object Prop Array

Declaration
public UObject ObjectPropArray { get; set; }
Property Value
Type Description
UObject
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class
| Improve this Doc View Source

StructProp

Struct Prop

Declaration
public Vector StructProp { get; set; }
Property Value
Type Description
Vector
| Improve this Doc View Source

StructPropArray

Struct Prop Array

Declaration
public Vector StructPropArray { get; set; }
Property Value
Type Description
Vector

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static VMTestClassA New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
VMTestClassA

Operators

| Improve this Doc View Source

Implicit(IntPtr to VMTestClassA)

Convert from IntPtr to UObject

Declaration
public static implicit operator VMTestClassA(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
VMTestClassA
  • Improve this Doc
  • View Source
Back to top Generated by DocFX