UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPlatformInterfaceData Struct Reference

#include <PlatformInterfaceBase.h>

Public Member Functions

 FPlatformInterfaceData ()
 

Public Attributes

FName DataName
 
TEnumAsByte< enum EPlatformInterfaceDataTypeType
 
int32 IntValue
 
float FloatValue
 
FString StringValue
 
TObjectPtr< class UObjectObjectValue
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FPlatformInterfaceData()

FPlatformInterfaceData::FPlatformInterfaceData ( )
inline

Member Data Documentation

◆ DataName

FName FPlatformInterfaceData::DataName

An optional tag for this data

◆ FloatValue

float FPlatformInterfaceData::FloatValue

◆ IntValue

int32 FPlatformInterfaceData::IntValue

Various typed result values

◆ ObjectValue

TObjectPtr<class UObject> FPlatformInterfaceData::ObjectValue

◆ StringValue

FString FPlatformInterfaceData::StringValue

◆ Type

TEnumAsByte<enum EPlatformInterfaceDataType> FPlatformInterfaceData::Type

Specifies which value is valid for this structure


The documentation for this struct was generated from the following file: