Class VMTestClassA
Test classes for testing different types/combinations of property reflection
Inheritance
System.Object
VMTestClassA
Inherited Members
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)
Assembly: UE4DotNet.dll
Syntax
public class VMTestClassA : UObject
Properties
|
Improve this Doc
View Source
AObjectRef
Declaration
public UObject AObjectRef { get; set; }
Property Value
|
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
Declaration
public byte ByteProp { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
BytePropArray
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
|
Improve this Doc
View Source
DoubleProp
Declaration
public double DoubleProp { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
DynClassPropArray
Declaration
public ObjectArrayField<Class> DynClassPropArray { get; }
Property Value
|
Improve this Doc
View Source
DynObjectPropArray
Declaration
public ObjectArrayField<UObject> DynObjectPropArray { get; }
Property Value
|
Improve this Doc
View Source
DynPawnPropArray
Declaration
public ObjectArrayField<Pawn> DynPawnPropArray { get; }
Property Value
|
Improve this Doc
View Source
FloatProp
Declaration
public float FloatProp { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Int16Prop
Declaration
public short Int16Prop { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Int32Prop
Declaration
public int Int32Prop { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Int64Prop
Declaration
public long Int64Prop { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Int8Prop
Declaration
public sbyte Int8Prop { get; set; }
Property Value
Type |
Description |
System.SByte |
|
|
Improve this Doc
View Source
NameProp
Declaration
public Name NameProp { get; set; }
Property Value
|
Improve this Doc
View Source
ObjectPropArray
Declaration
public UObject ObjectPropArray { get; set; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
|
Improve this Doc
View Source
StructProp
Declaration
public Vector StructProp { get; set; }
Property Value
|
Improve this Doc
View Source
StructPropArray
Declaration
public Vector StructPropArray { get; set; }
Property Value
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
Returns
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