Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h |
Include | #include "Engine/PlatformInterfaceBase.h" |
Syntax
USTRUCT ()
struct FPlatformInterfaceDelegateResult
Remarks
Generic structure for returning most any kind of data from C++ to delegate functions
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | bSuccessful | This is always usable, no matter the type |
![]() ![]() |
FPlatformInterfaceData | Data | The result actual data |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |