Class IntSerialization
Int Serialization
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)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public class IntSerialization : UObject
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static IntSerialization DefaultObject { get; }
Property Value
Type | Description |
---|---|
IntSerialization |
SignedInt16Variable
Signed Int 16Variable
Declaration
public short SignedInt16Variable { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
SignedInt32Variable
Signed Int 32Variable
Declaration
public int SignedInt32Variable { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SignedInt64Variable
Signed Int 64Variable
Declaration
public long SignedInt64Variable { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
SignedInt8Variable
Signed Int 8Variable
Declaration
public sbyte SignedInt8Variable { get; set; }
Property Value
Type | Description |
---|---|
System.SByte |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
UnsignedInt8Variable
Existing types
Declaration
public byte UnsignedInt8Variable { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static IntSerialization New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
IntSerialization |
Operators
| Improve this Doc View SourceImplicit(IntPtr to IntSerialization)
Convert from IntPtr to UObject
Declaration
public static implicit operator IntSerialization(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
IntSerialization |