![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlatformInterfaceBase.h>
Public Member Functions | |
| FPlatformInterfaceData () | |
Public Attributes | |
| FName | DataName |
| TEnumAsByte< enum EPlatformInterfaceDataType > | Type |
| int32 | IntValue |
| float | FloatValue |
| FString | StringValue |
| TObjectPtr< class UObject > | ObjectValue |
Struct that encompasses the most common types of data. This is the data payload of PlatformInterfaceDelegateResult.
|
inline |
| FName FPlatformInterfaceData::DataName |
An optional tag for this data
| float FPlatformInterfaceData::FloatValue |
| int32 FPlatformInterfaceData::IntValue |
Various typed result values
| TObjectPtr<class UObject> FPlatformInterfaceData::ObjectValue |
| FString FPlatformInterfaceData::StringValue |
| TEnumAsByte<enum EPlatformInterfaceDataType> FPlatformInterfaceData::Type |
Specifies which value is valid for this structure