Struct StructSerializerArrayTestStruct
Test structure for array properties.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Serialization
Assembly: UE4DotNet.dll
Syntax
public struct StructSerializerArrayTestStruct
Fields
| Improve this Doc View SourceStaticFloatArray
Declaration
public float StaticFloatArray
Field Value
Type | Description |
---|---|
System.Single |
StaticInt32Array
Declaration
public int StaticInt32Array
Field Value
Type | Description |
---|---|
System.Int32 |
StaticSingleElement
Declaration
public int StaticSingleElement
Field Value
Type | Description |
---|---|
System.Int32 |