Show / Hide Table of Contents

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 Source

DataName

Declaration
public Name DataName
Field Value
Type Description
Name
| Improve this Doc View Source

FloatValue

Declaration
public float FloatValue
Field Value
Type Description
System.Single
| Improve this Doc View Source

IntValue

Declaration
public int IntValue
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Type

Declaration
public byte Type
Field Value
Type Description
System.Byte

Properties

| Improve this Doc View Source

ObjectValue

Object Value

Declaration
public UObject ObjectValue { get; set; }
Property Value
Type Description
UObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX