Navigation
API > API/Developer > API/Developer/TargetPlatform
| Name | IDeviceManagerCustomPlatformWidgetCreator |
| Type | class |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h |
| Include Path | #include "Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h" |
Syntax
class IDeviceManagerCustomPlatformWidgetCreator
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDevice
(
const FString& InPlatformName, |
Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h | ||
TSharedPtr< SWidget > CreateAddDeviceWidget
(
const FString& InPlatformName |
Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h | ||
TSharedPtr< SWidget > CreateDeviceInfoWidget
(
const FString& InPlatformName, |
Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h | ||
bool IsAddDeviceInputValid
(
const FString& InPlatformName, |
Interfaces/IDeviceManagerCustomPlatformWidgetCreator.h |