Struct PlatformInterfaceData
Struct that encompasses the most common types of data.
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.Engine
Assembly: UE4DotNet.dll
Syntax
public struct PlatformInterfaceData
Remarks
This is the data payload of PlatformInterfaceDelegateResult.
Fields
| Improve this Doc View SourceDataName
Declaration
public Name DataName
Field Value
Type | Description |
---|---|
Name |
FloatValue
Declaration
public float FloatValue
Field Value
Type | Description |
---|---|
System.Single |
IntValue
Declaration
public int IntValue
Field Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
public byte Type
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceObjectValue
Object Value
Declaration
public UObject ObjectValue { get; set; }
Property Value
Type | Description |
---|---|
UObject |