217 UPROPERTY(GlobalConfig, EditAnywhere, Category = "
APK Packaging", Meta = (DisplayName = "Store Version (1-2147483647)", ClampMin="1", ClampMax="2147483647"))
241 UPROPERTY(GlobalConfig, EditAnywhere, Category = "
APK Packaging", Meta = (DisplayName = "Target
SDK Version (26=8.0.0, 27=8.1.0, 28=9, 29=10, 30=11, 31=12)"))
242 int32 TargetSDKVersion;
254 bool bPackageDataInsideApk;
258 bool bCreateAllPlatformsInstall;
262 bool bDisableVerifyOBBOnStartUp;
266 bool bForceSmallOBBFiles;
270 bool bAllowLargeOBBFiles;
274 bool bAllowPatchOBBFile;
278 bool bAllowOverflowOBBFiles;
281 bool bDontBundleLibrariesInAPK;
286 bool bUseExternalFilesDir;
291 bool bPublicLogFiles;
299 float MinAspectRatio;
303 float MaxAspectRatio;
307 bool bUseDisplayCutout;
319 bool bSupportSizeChanges;
323 bool bRestoreNotificationsOnReboot;
330 bool bEnableNewKeyboard;
338 bool bValidateTextureFormats;
342 bool bForceCompressNativeLibs;
354 bool bEnableUniversalAPK;
358 bool bBundleABISplit;
362 bool bBundleLanguageSplit;
366 bool bBundleDensitySplit;
374 TArray<FString> ExtraApplicationNodeTags;
411 bool bPackageForMetaQuest;
454 UPROPERTY(GlobalConfig, EditAnywhere, Category =
Build, meta = (DisplayName = "Support
x86_64 [
aka x64]", EditCondition = "!bPackageForMetaQuest"))
458 UPROPERTY(GlobalConfig, EditAnywhere, Category =
Build, meta = (DisplayName = "Support
OpenGL ES3.2", EditCondition = "!bPackageForMetaQuest"))
462 UPROPERTY(GlobalConfig, EditAnywhere, Category =
Build, meta = (DisplayName = "Support
Vulkan"))
463 bool bSupportsVulkan;
467 bool bSupportsVulkanSM5;
479 TArray<FString> DebugVulkanInstanceLayers;
486 bool bForceEmulatorProfileSelectionInNonShippingBuilds;
489 UPROPERTY(GlobalConfig, EditAnywhere, AdvancedDisplay, Category =
Build, meta = (DisplayName = "
Detect Vulkan device support", EditCondition = "bSupportsVulkan"))
490 bool bDetectVulkanByDefault;
494 bool bBuildWithHiddenSymbolVisibility;
497 bool bCompressDebugSymbols;
501 bool bDisableStackProtector;
505 bool bDisableLibCppSharedDependencyValidation;
527 bool bEnableGooglePlaySupport;
572 FString AdMobAdUnitID;
580 FString GooglePlayLicenseKey;
584 FString GCMClientSenderID;
588 bool bShowLaunchImage;
596 bool bAllowControllers;
600 bool bBlockAndroidKeysOnControllers;
604 bool bControllersBlockDeviceFeedback;
607 UPROPERTY(config, EditAnywhere, Category = "
Audio", Meta = (DisplayName = "
Audio Mixer Sample Rate"))
611 UPROPERTY(config, EditAnywhere, Category = "
Audio", meta = (ClampMin = "512", ClampMax = "4096", DisplayName = "Callback
Buffer Size"))
615 UPROPERTY(config, EditAnywhere, Category = "
Audio", meta = (ClampMin = "2", UIMin = "2", DisplayName = "
Number of
Buffers To Enqueue"))
619 UPROPERTY(config, EditAnywhere, Category = "
Audio", meta = (ClampMin = "0", UIMin = "0", DisplayName = "
Max Channels"))
623 UPROPERTY(config, EditAnywhere, Category = "
Audio", meta = (ClampMin = "0", UIMin = "0", DisplayName = "
Number of Source
Workers"))
628 FString SpatializationPlugin;
632 FString SourceDataOverridePlugin;
636 FString ReverbPlugin;
640 FString OcclusionPlugin;
652 int32 MaxChunkSizeOverrideKB;
655 bool bResampleForDevice;
667 float HighSampleRate;
680 float CompressionQualityModifier;
684 float AutoStreamingThreshold;
697 bool bEnableMaliPerfCounters;
701 bool bMultiTargetFormat_ETC2;
705 bool bMultiTargetFormat_DXT;
709 bool bMultiTargetFormat_ASTC;
713 float TextureFormatPriority_ETC2;
717 float TextureFormatPriority_DXT;
721 float TextureFormatPriority_ASTC;
743 bool bStreamLandscapeMeshLODs;
747 bool bEnableDomStorage;
760 UE_API virtual void PostInitProperties()
override;