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

#include <PlatformInterfaceBase.h>

Public Member Functions

 FPlatformInterfaceDelegateResult ()
 

Public Attributes

bool bSuccessful
 
struct FPlatformInterfaceData Data
 

Detailed Description

Generic structure for returning most any kind of data from C++ to delegate functions

Constructor & Destructor Documentation

◆ FPlatformInterfaceDelegateResult()

FPlatformInterfaceDelegateResult::FPlatformInterfaceDelegateResult ( )
inline

Member Data Documentation

◆ bSuccessful

bool FPlatformInterfaceDelegateResult::bSuccessful

This is always usable, no matter the type

◆ Data

struct FPlatformInterfaceData FPlatformInterfaceDelegateResult::Data

The result actual data


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