FPlatformInterfaceData

Struct that encompasses the most common types of data.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h

Include

#include "Engine/PlatformInterfaceBase.h"

Syntax

struct FPlatformInterfaceData

Remarks

Struct that encompasses the most common types of data. This is the data payload of PlatformInterfaceDelegateResult.

Variables

Name Description

Public variable

FName

 

DataName

An optional tag for this data

Public variable

float

 

FloatValue

Public variable

int32

 

IntValue

Various typed result values

Public variable

UObject *

 

ObjectValue

Public variable

FString

 

StringValue

Public variable

TEnumAsByte< en...

 

Type

Specifies which value is valid for this structure

Constructors

Name Description

Public function

FPlatformInterfaceData()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss