IDeviceManagerCustomPlatformWidgetCreator

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h

Include

#include "Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h"

Syntax

class IDeviceManagerCustomPlatformWidgetCreator

Functions

Name Description

Public function

void

 

AddDevice

(
    const FString& InPlatformName,
    const TSharedPtr< SWidget >& UserD...
)

Public function

TSharedPtr< ...

 

CreateAddDeviceWidget

(
    const FString& InPlatformName
)

Public function

TSharedPtr< ...

 

CreateDeviceInfoWidget

(
    const FString& InPlatformName,
    const ITargetDevicePtr& InDevice
)

Public function

bool

 

IsAddDeviceInputValid

(
    const FString& InPlatformName,
    const TSharedPtr< SWidget >& UserD...
)

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