UCheckAndroidDeviceProfileCommandlet

CheckAndroidDeviceProfile Commandlet that runs the rules in [/Script/AndroidDeviceProfileSelector.AndroidDeviceProfileMatchingRules] against the supplied parameters and outputs the device profile that will be matched.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UCommandlet

UCheckAndroidDeviceProfileCommandlet

References

Module

DeviceProfileServices

Header

/Engine/Source/Editor/DeviceProfileServices/Public/CheckAndroidDeviceProfileCommandlet.h

Include

#include "CheckAndroidDeviceProfileCommandlet.h"

Syntax

class UCheckAndroidDeviceProfileCommandlet : public UCommandlet

Remarks

CheckAndroidDeviceProfile Commandlet that runs the rules in [/Script/AndroidDeviceProfileSelector.AndroidDeviceProfileMatchingRules] against the supplied parameters and outputs the device profile that will be matched. Usage: ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile DeviceModel ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile DeviceMake DeviceModel ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile [-DeviceMake=...] [-DeviceModel=...] [-GPUFamily=...] [-GLVersion=...] [-VulkanAvailable=True|False] [-VulkanVersion=...] [-AndroidVersion=...] [-DeviceBuildNumber=...] [-UsingHoudini=True|False] [-Hardware=...] [-Chipset=...]

Overridden from UCommandlet

Name Description

Public function Virtual

int32

 

Main

(
    const FString& Params
)

Entry point for your commandlet

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