LeviLamina
Loading...
Searching...
No Matches
AppPlatform_win32 Class Referenceabstract
Inheritance diagram for AppPlatform_win32:

Public Types

using Listener = ::AppPlatformListener

Public Member Functions

AppPlatform_win32operator= (AppPlatform_win32 const &)
 AppPlatform_win32 (AppPlatform_win32 const &)
virtual::std::string _readAssetFileInternal (::Core::Path const &filename)
virtual ::Core::PathBuffer<::std::string > getAssetFileFullPath (::Core::Path const &filename)
virtual ::std::set<::Core::PathBuffer<::std::string > > listAssetFilesIn (::Core::Path const &path, ::std::string const &extension) const
virtual ::Core::PathBuffer<::std::string > copyImportFileToTempFolder (::Core::Path const &filePath)
virtual bool canLaunchUri (::std::string const &uri)
virtual void launchUri (::std::string const &uri)
virtual ::Core::PathBuffer<::std::string > getPackagePath () const
virtual ::Core::PathBuffer<::std::string > getLoggingPath () const
virtual::std::string getEdition () const
virtual::OsVersion getOSVersion () const
virtual bool supportsVibration () const
virtual bool supportsFliteTTS () const
virtual int getScreenWidth () const
virtual int getScreenHeight () const
virtual int getDisplayWidth ()
virtual int getDisplayHeight ()
virtual void setScreenSize (int width, int height)
virtual void setWindowSize (int width, int height)
virtual void setWindowText (::std::string const &title)
virtual::std::string getTextBoxBackend () const
virtual void setTextBoxBackend (::std::string const &newText)
virtual int getCaretPosition () const
virtual void setCaretPosition (int position)
virtual bool hasBuyButtonWhenInvalidLicense ()
virtual::std::string getApplicationId () const
virtual bool isCentennial () const
virtual::std::string getPackageFamilyName () const
virtual::PlatformType getPlatformType () const
virtual::BuildPlatform getBuildPlatform () const
virtual ::std::unique_ptr<::SecureStoragegetSecureStorage ()
virtual::SecureStorageKey getSecureStorageKey (::std::string const &)
virtual void setSecureStorageKey (::std::string const &, ::SecureStorageKey const &)
virtual::std::string getPlatformString () const
virtual::std::string getSubPlatformString () const
virtual uint64 getFreeMemory () const
virtual uint64 getMemoryLimit () const
virtual uint64 getUsedMemory ()
virtual uint64 getTotalPhysicalMemory () const
virtual::std::string getModelName ()
virtual void setFullscreenMode (::FullscreenMode const fullscreenMode)
virtual bool isWebviewSupported () const
virtual ::std::shared_ptr<::WebviewInterfacecreateWebview (::Webview::PlatformArguments &&args) const
virtual bool getPlatformTTSEnabled () const
virtual ::std::variant<::HWND__ *, ::std::monostate > getRenderSurfaceParameters () const
virtual ::std::optional< bool > isOnWifiConnectionTelemetryValue ()
virtual void hideSplashScreen ()
virtual int getPlatformDpi () const
virtual::UIScalingRules getPlatformUIScalingRules () const
MCAPI AppPlatform_win32 (::HWND__ *hWnd, ::std::string const &dataFolder, ::std::string_view, ::std::shared_ptr<::HIDController > HIDControllerWinRT, int screenWidth, int screenHeight)
MCAPI::OSInformation _fetchOSInformation () const
MCAPI void * $ctor (::HWND__ *hWnd, ::std::string const &dataFolder, ::std::string_view, ::std::shared_ptr<::HIDController > HIDControllerWinRT, int screenWidth, int screenHeight)
MCAPI void $dtor ()
MCAPI::std::string $_readAssetFileInternal (::Core::Path const &filename)
MCAPI ::Core::PathBuffer<::std::string > $getAssetFileFullPath (::Core::Path const &filename)
MCAPI ::std::set<::Core::PathBuffer<::std::string > > $listAssetFilesIn (::Core::Path const &path, ::std::string const &extension) const
MCAPI ::Core::PathBuffer<::std::string > $copyImportFileToTempFolder (::Core::Path const &filePath)
MCAPI bool $canLaunchUri (::std::string const &uri)
MCAPI void $launchUri (::std::string const &uri)
MCAPI ::Core::PathBuffer<::std::string > $getPackagePath () const
MCAPI ::Core::PathBuffer<::std::string > $getLoggingPath () const
MCAPI::std::string $getEdition () const
MCAPI::OsVersion $getOSVersion () const
MCAPI bool $supportsVibration () const
MCAPI bool $supportsFliteTTS () const
MCAPI int $getScreenWidth () const
MCAPI int $getScreenHeight () const
MCAPI int $getDisplayWidth ()
MCAPI int $getDisplayHeight ()
MCAPI void $setScreenSize (int width, int height)
MCAPI void $setWindowSize (int width, int height)
MCAPI void $setWindowText (::std::string const &title)
MCAPI::std::string $getTextBoxBackend () const
MCAPI void $setTextBoxBackend (::std::string const &newText)
MCAPI int $getCaretPosition () const
MCAPI void $setCaretPosition (int position)
MCAPI bool $hasBuyButtonWhenInvalidLicense ()
MCAPI::std::string $getApplicationId () const
MCAPI bool $isCentennial () const
MCAPI::std::string $getPackageFamilyName () const
MCAPI::PlatformType $getPlatformType () const
MCAPI ::std::unique_ptr<::SecureStorage$getSecureStorage ()
MCAPI::SecureStorageKey $getSecureStorageKey (::std::string const &)
MCAPI void $setSecureStorageKey (::std::string const &, ::SecureStorageKey const &)
MCAPI::std::string $getPlatformString () const
MCAPI::std::string $getSubPlatformString () const
MCAPI uint64 $getFreeMemory () const
MCAPI uint64 $getMemoryLimit () const
MCAPI uint64 $getUsedMemory ()
MCAPI uint64 $getTotalPhysicalMemory () const
MCAPI::std::string $getModelName ()
MCAPI void $setFullscreenMode (::FullscreenMode const fullscreenMode)
MCAPI bool $isWebviewSupported () const
MCAPI ::std::shared_ptr<::WebviewInterface$createWebview (::Webview::PlatformArguments &&args) const
MCAPI bool $getPlatformTTSEnabled () const
MCAPI ::std::variant<::HWND__ *, ::std::monostate > $getRenderSurfaceParameters () const
MCAPI ::std::optional< bool > $isOnWifiConnectionTelemetryValue ()
MCAPI void $hideSplashScreen ()
MCAPI int $getPlatformDpi () const
MCAPI::UIScalingRules $getPlatformUIScalingRules () const
virtual uint64 getTotalHardwareThreadsCount () const
virtual uint64 getHighPerformanceThreadsCount () const
virtual void initializeGraphicsDeviceTier ()
virtual ::Core::PathBuffer<::std::string > getPlatformTempPath () const
virtual uint64 calculateAvailableDiskFreeSpace (::Core::Path const &rootPath)
virtual bool allowContentLogWriteToDisk ()
virtual bool devHotReloadRenderResources () const
virtual void queueForMainThread_DEPRECATED (::std::function< void()> callback)
virtual ::MPMCQueue<::std::function< void()> > & getMainThreadQueue ()
virtual bool canAppSelfTerminate () const
virtual bool getPlatformTTSExists () const
virtual void registerExperimentsActiveCrashDump (::std::vector<::std::string > const &activeExperiments) const
virtual bool is24HourTimeFormat () const
virtual ::Core::PathBuffer<::std::string > _getCurrentStoragePath () const
virtual ::Core::PathBuffer<::std::string > _getExternalStoragePath () const
virtual ::Core::PathBuffer<::std::string > _getInternalStoragePath () const
virtual ::Core::PathBuffer<::std::string > _getUserdataPath () const
virtual ::Core::PathBuffer<::std::string > getPackagedShaderCachePath ()
MCAPI uint64 _findHighPerformanceThreadsCount () const
MCAPI_C void * $ctor ()
MCAPI void * $ctor (bool registerService, ::std::unique_ptr<::IAppPlatformImpl > impl)
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)
MCAPI uint64 $getTotalHardwareThreadsCount () const
MCAPI uint64 $getHighPerformanceThreadsCount () const
MCAPI void $initializeGraphicsDeviceTier ()
MCAPI ::Core::PathBuffer<::std::string > $getPlatformTempPath () const
MCAPI uint64 $calculateAvailableDiskFreeSpace (::Core::Path const &rootPath)
MCFOLD bool $allowContentLogWriteToDisk ()
MCFOLD bool $devHotReloadRenderResources () const
MCAPI void $queueForMainThread_DEPRECATED (::std::function< void()> callback)
MCAPI ::MPMCQueue<::std::function< void()> > & $getMainThreadQueue ()
MCFOLD bool $canAppSelfTerminate () const
MCFOLD bool $getPlatformTTSExists () const
MCAPI void $registerExperimentsActiveCrashDump (::std::vector<::std::string > const &activeExperiments) const
MCAPI bool $is24HourTimeFormat () const
MCFOLD ::Core::PathBuffer<::std::string > $_getCurrentStoragePath () const
MCFOLD ::Core::PathBuffer<::std::string > $_getExternalStoragePath () const
MCAPI ::Core::PathBuffer<::std::string > $_getInternalStoragePath () const
MCAPI ::Core::PathBuffer<::std::string > $_getUserdataPath () const
MCAPI ::Core::PathBuffer<::std::string > $getPackagedShaderCachePath ()
virtual void initialize ()
virtual void teardown ()
virtual void initAppPlatformNetworkSettings ()
virtual void initializeScreenDependentResources ()
virtual void addListener (::AppPlatformListener *l, float priority)
virtual void removeListener (::AppPlatformListener *l)
virtual void restartApp (bool restart)
virtual bool restartRequested ()
virtual int const numberOfThrottledTreatmentPacksToImportPerMinute () const
virtual bool const areTreatmentPacksThrottled () const
virtual::HardwareMemoryTierUtil const & getHardwareMemoryTierUtil () const
virtual ::Bedrock::Threading::Async<::IntegrityTokenResultrequestIntegrityToken (::std::string const &nonceToken)
virtual void setIntegrityToken (::std::string const &integrityToken)
virtual void setIntegrityTokenErrorMessage (::std::string const &errorMessage)
virtual bool supportsInPackageRecursion () const
virtual bool supportsXboxLiveAchievements () const
virtual::std::string getFeedbackBugsLink () const
virtual::std::string getFeedbackHelpLink () const
virtual auto getModalErrorMessageProc () -> ::AssertDialogResponse(*)(::std::string const &, ::std::string const &)
virtual void updateLocalization (::std::string const &loc)
virtual void setSleepEnabled (bool enabled)
virtual ::Core::PathBuffer<::std::string > getScratchPath ()
virtual ::Core::PathBuffer<::std::string > getInternalPackStoragePath () const
virtual ::Core::PathBuffer<::std::string > getSettingsPath ()
virtual ::Core::PathBuffer<::std::string > getShaderCachePath ()
virtual ::Core::PathBuffer<::std::string > getUserdataPathForLevels () const
virtual ::Core::PathBuffer<::std::string > getCacheStoragePath ()
virtual ::Core::PathBuffer<::std::string > getOnDiskScratchPath ()
virtual ::Core::PathBuffer<::std::string > getOnDiskPackScratchPath ()
virtual ::Core::PathBuffer<::std::string > getLevelInfoCachePath () const
virtual ::Core::PathBuffer<::std::string > getCatalogSearchScratchPath ()
virtual ::Core::PathBuffer<::std::string > getUserStorageRootPath () const
virtual ::std::shared_ptr<::Core::FileStorageAreagetOrCreateStorageAreaForUser (::Social::UserCreationData const &)
virtual bool hasSeparatedStorageAreasForContentAcquisition () const
virtual uint64 getOptimalLDBSize ()
virtual int getMaxLDBFilesOpen () const
virtual bool getDisableLDBSeekCompactions () const
virtual void showDialog (int dialogId)
virtual void createUserInput ()
virtual void createUserInput (int dialogId)
virtual int getUserInputStatus ()
virtual ::std::vector<::std::string > getUserInput ()
virtual ::Bedrock::NotNullNonOwnerPtr<::IFileAccessgetFileAccess (::ResourceFileSystem fileSystem)
virtual void registerFileForCollectionWithCrashDump (::Core::Path const &fileName)
virtual ::std::optional<::OperationMode > getOperationMode () const
virtual uint getMaxClubsRequests () const
virtual bool supportsLaunchingLegacyVersion () const
virtual void launchLegacyVersion ()
virtual bool canManageLegacyData () const
virtual bool supportsDayOneExperience () const
virtual bool canMigrateWorldData () const
virtual bool isContentAutoUpdateAllowed () const
virtual int getMaxSimultaneousDownloads () const
virtual uint getMaxSimultaneousServiceRequests () const
virtual bool isDownloadAndImportBlocking () const
virtual bool isDownloadBuffered () const
virtual bool supportsAutoSaveOnDBCompaction () const
virtual void vibrate (int milliSeconds)
virtual bool hasAssetFile (::Core::Path const &filename)
virtual bool copyAssetFile (::Core::Path const &filename, ::Core::Path const &destination)
virtual bool supportsClientUpdate () const
virtual::std::string getClientUpdateUrl () const
virtual int checkLicense ()
virtual bool isNetworkAvailable () const
virtual bool isLANAvailable () const
virtual bool isNetworkEnabled (bool onlyWifiAllowed) const
virtual void setNetworkAllowed (bool allowed)
virtual bool isNetworkAllowed () const
virtual bool isInternetAvailable () const
virtual::NetworkConnectionType getNetworkConnectionType ()
virtual void setNetworkConnectionType (::NetworkConnectionType connectionType)
virtual int getDefaultNetworkMaxPlayers () const
virtual bool multiplayerRequiresPremiumAccess () const
virtual bool multiplayerRequiresUGCEnabled () const
virtual bool isCrossPlatformToggleVisible () const
virtual bool isTelemetryAllowed ()
virtual bool isTrialWorldsTransferToFullGameAllowed () const
virtual void buyGame ()
virtual void finish ()
virtual void launchSettings ()
virtual bool useXboxControlHelpers () const
virtual int getNumberOfParticleFramesToInterpolate () const
virtual int getDpi () const
virtual void setDpi (int dpi)
virtual::UIScalingRules getUIScalingRules () const
virtual void setUIScalingRules (::UIScalingRules UIScalingRules)
virtual bool hasIDEProfiler ()
virtual::std::string getPlatformStringVar (int stringId)
virtual uint64 getMaximumUsedMemory ()
virtual uint64 getLowMemoryEventThreshold (::LowMemorySeverity) const
virtual uint64 getLowMemoryEventRecoveryThreshold (::LowMemorySeverity severity) const
virtual uint64 getLowPhysicalMemoryThreshold () const
virtual void calculateIfLowMemoryDevice ()
virtual bool isLowMemoryDevice () const
virtual bool isLowPhysicalMemoryDevice () const
virtual uint64 getTextureMemoryBudget () const
virtual uint64 getSingleMipDefaultMemoryBudget () const
virtual void readyForApplicationExitInfo () const
virtual::DeviceSunsetTier getDeviceSunsetTier () const
virtual int getMaxSimRadiusInChunks () const
virtual ::std::vector<::std::string > getBroadcastAddresses ()
virtual ::std::vector<::std::string > getIPAddresses ()
virtual bool useAppPlatformForTelemetryIPAddress ()
virtual bool usesHDRBrightness () const
virtual void updateBootstrapSettingsFromTreatmentsAsync ()
virtual bool isNetworkThrottled () const
virtual bool isLANAllowed () const
virtual bool doesLANRequireMultiplayerRestrictions () const
virtual void collectGraphicsHardwareDetails ()
virtual void setThreadsFrozen (bool frozen)
virtual bool areThreadsFrozen () const
virtual float getDefaultSafeZoneScaleX () const
virtual float getDefaultSafeZoneScaleY () const
virtual float getDefaultSafeZoneScaleAll () const
virtual float getDefaultScreenPositionX () const
virtual float getDefaultScreenPositionY () const
virtual bool isQuitCapable () const
virtual bool requireControllerAtStartup () const
virtual bool notifyControllerConnectionStateChange () const
virtual bool platformRequiresControllerApplet () const
virtual::InputMode getDefaultInputMode () const
virtual::AppFocusState getFocusState ()
virtual::AppLifecycleContext & getAppLifecycleContext ()
virtual bool shouldPauseDownloadsWhenEnterGame () const
virtual bool compareAppReceiptToLocalReceipt (::std::string const &otherReceipt)
virtual::mce::UUID const & getThirdPartyPackUUID () const
virtual bool saveTreatmentPacksAsZips () const
virtual bool saveEncryptedPacksAsZips () const
virtual bool saveEncryptedWorldTemplatePacksAsZips () const
virtual bool allowsResourcePackDevelopment () const
virtual bool supportsLegacySinglePremiumCacheDirectory () const
virtual bool supportsWorldShare () const
virtual bool hasJournalingFilesystem () const
virtual bool isAutoCompactionEnabled () const
virtual::std::chrono::nanoseconds getLevelSaveInterval () const
virtual::std::chrono::nanoseconds getOptionsSaveInterval () const
virtual bool hasPlatformSpecificInvites () const
virtual bool usePlatformProfilePicturesOnly () const
virtual bool allowBetaXblSignIn () const
virtual bool requiresXboxLiveSigninToPlay () const
virtual bool requiresLiveGoldForMultiplayer () const
virtual bool shouldRegisterForXboxLiveNotifications () const
virtual bool isRealmsEnabled () const
virtual bool minimizeBackgroundDownloads () const
virtual bool requiresAutoSaveIconExplanationPopup () const
virtual::IPlatformScreenshots & getPlatformScreenshots ()
virtual ::std::vector<::std::shared_ptr<::Social::MultiplayerService > > getMultiplayerServiceListToRegister () const
virtual ::std::vector<::Social::MultiplayerServiceIdentifier > getBroadcastingMultiplayerServiceIds (bool xblBroadcast, bool platformBroadcast) const
virtual uint maxFileDataRequestConcurrency () const
virtual void goToExternalConsumablesStoreListing () const
virtual float getStoreNetworkFailureTimeout () const
virtual ::std::shared_ptr<::Core::FileStorageAreacreateLoggingStorageArea (::Core::FileAccessType fileAccessType, ::Core::PathView loggingPath)
virtual void handlePlatformSpecificCommerceError (uint error)
virtual bool isEduMode () const
virtual bool importAsFlatFile () const
virtual bool shouldRemoveGraphicsDeviceOnAppTermination () const
virtual bool isJoinableViaExternalServers () const
virtual void onPrimaryUserNetworkReady ()
virtual bool isDisplayInitialized () const
virtual bool usesAsyncOptionSaving () const
virtual void showPlatformStoreIcon (bool shouldShow)
virtual void showPlatformEmptyStoreDialog (::std::function< void(bool)> &&callback)
virtual void initializeGameStreaming ()
virtual void notifyNetworkConfigurationChanged ()
virtual void setKeepScreenOnFlag (bool)
virtual void initializeMulticast () const
virtual void requestMulticastReceivePermission ()
virtual bool hasMulticastReceivePermission () const
virtual void releaseMulticastReceivePermission () const
virtual void onMinecraftGameInitComplete ()
virtual void onFullGameUnlock ()
virtual ::Bedrock::Threading::Async< bool > showOSUserDialog (::std::string, ::std::string, ::std::string)
virtual bool _tryEnableCPUBoost ()
virtual void _disableCPUBoost ()
virtual void _initializeFileStorageAreas ()
virtual void _teardownFileStorageAreas ()
virtual void _onInitialize ()
virtual void _onTeardown ()
MCAPI_C void _clipboardCopyHandler (::ApplicationSignal::ClipboardCopy const &signal)
MCAPI_C void _clipboardPasteHandler (::ApplicationSignal::ClipboardPaste const &signal)
MCAPI_C void _clipboardPasteRequestHandler (::ApplicationSignal::ClipboardPasteRequest const &signal)
MCAPI void _fireAppTerminated ()
MCAPI void _initializeLoadProfiler ()
MCAPI_C ::Bedrock::NotNullNonOwnerPtr<::Bedrock::IApplicationDataStoresgetApplicationDataStores ()
MCAPI_C::UIProfile getDefaultUIProfile () const
MCFOLD_S ::Core::PathBuffer<::std::string > getInternalStoragePath () const
MCAPI ::std::optional<::std::locale > getLocaleForDateTimeFormatting () const
MCAPI ::gsl::not_null<::Bedrock::PubSub::Connector< void(::LowMemorySeverity)> * > getOnLowMemoryConnector ()
MCAPI_C double getTotalActiveSeconds ()
MCFOLD ::Core::PathBuffer<::std::string > getUserdataPath () const
MCAPI_C void loadImage (::mce::Image &out, ::Core::Path const &filename)
MCAPI_C::mce::Image loadTexture (::Core::Path const &filename)
MCAPI_C::mce::Image loadTextureFromStream (::std::string const &fileStream)
MCAPI_C bool requiresNetworkOutageMessaging () const
MCAPI_C void setShareData (::std::string shareTitle, ::std::string shareText, ::std::string shareUri)
MCAPI void $initialize ()
MCAPI void $teardown ()
MCAPI void $initAppPlatformNetworkSettings ()
MCFOLD void $initializeScreenDependentResources ()
MCAPI void $addListener (::AppPlatformListener *l, float priority)
MCAPI void $removeListener (::AppPlatformListener *l)
MCAPI void $restartApp (bool restart)
MCFOLD bool $restartRequested ()
MCFOLD int const $numberOfThrottledTreatmentPacksToImportPerMinute () const
MCFOLD bool const $areTreatmentPacksThrottled () const
MCAPI::HardwareMemoryTierUtil const & $getHardwareMemoryTierUtil () const
MCAPI ::Bedrock::Threading::Async<::IntegrityTokenResult$requestIntegrityToken (::std::string const &nonceToken)
MCFOLD void $setIntegrityToken (::std::string const &integrityToken)
MCFOLD void $setIntegrityTokenErrorMessage (::std::string const &errorMessage)
MCFOLD bool $supportsInPackageRecursion () const
MCFOLD bool $supportsXboxLiveAchievements () const
MCAPI::std::string $getFeedbackBugsLink () const
MCAPI::std::string $getFeedbackHelpLink () const
MCAPI auto $getModalErrorMessageProc () -> ::AssertDialogResponse(*)(::std::string const &, ::std::string const &)
MCFOLD void $updateLocalization (::std::string const &loc)
MCFOLD void $setSleepEnabled (bool enabled)
MCAPI ::Core::PathBuffer<::std::string > $getScratchPath ()
MCFOLD ::Core::PathBuffer<::std::string > $getInternalPackStoragePath () const
MCAPI ::Core::PathBuffer<::std::string > $getSettingsPath ()
MCAPI ::Core::PathBuffer<::std::string > $getShaderCachePath ()
MCFOLD ::Core::PathBuffer<::std::string > $getUserdataPathForLevels () const
MCFOLD ::Core::PathBuffer<::std::string > $getCacheStoragePath ()
MCFOLD ::Core::PathBuffer<::std::string > $getOnDiskScratchPath ()
MCAPI ::Core::PathBuffer<::std::string > $getOnDiskPackScratchPath ()
MCFOLD ::Core::PathBuffer<::std::string > $getLevelInfoCachePath () const
MCFOLD ::Core::PathBuffer<::std::string > $getCatalogSearchScratchPath ()
MCAPI ::Core::PathBuffer<::std::string > $getUserStorageRootPath () const
MCFOLD ::std::shared_ptr<::Core::FileStorageArea$getOrCreateStorageAreaForUser (::Social::UserCreationData const &)
MCFOLD bool $hasSeparatedStorageAreasForContentAcquisition () const
MCFOLD uint64 $getOptimalLDBSize ()
MCAPI int $getMaxLDBFilesOpen () const
MCFOLD bool $getDisableLDBSeekCompactions () const
MCFOLD void $showDialog (int dialogId)
MCFOLD void $createUserInput ()
MCAPI void $createUserInput (int dialogId)
MCFOLD int $getUserInputStatus ()
MCFOLD ::std::vector<::std::string > $getUserInput ()
MCAPI ::Bedrock::NotNullNonOwnerPtr<::IFileAccess$getFileAccess (::ResourceFileSystem fileSystem)
MCFOLD void $registerFileForCollectionWithCrashDump (::Core::Path const &fileName)
MCFOLD ::std::optional<::OperationMode > $getOperationMode () const
MCFOLD uint $getMaxClubsRequests () const
MCFOLD bool $supportsLaunchingLegacyVersion () const
MCFOLD void $launchLegacyVersion ()
MCFOLD bool $canManageLegacyData () const
MCFOLD bool $supportsDayOneExperience () const
MCFOLD bool $canMigrateWorldData () const
MCFOLD bool $isContentAutoUpdateAllowed () const
MCAPI int $getMaxSimultaneousDownloads () const
MCFOLD uint $getMaxSimultaneousServiceRequests () const
MCFOLD bool $isDownloadAndImportBlocking () const
MCFOLD bool $isDownloadBuffered () const
MCFOLD bool $supportsAutoSaveOnDBCompaction () const
MCFOLD void $vibrate (int milliSeconds)
MCAPI bool $hasAssetFile (::Core::Path const &filename)
MCAPI bool $copyAssetFile (::Core::Path const &filename, ::Core::Path const &destination)
MCFOLD bool $supportsClientUpdate () const
MCAPI::std::string $getClientUpdateUrl () const
MCFOLD int $checkLicense ()
MCAPI bool $isNetworkAvailable () const
MCFOLD bool $isLANAvailable () const
MCFOLD bool $isNetworkEnabled (bool onlyWifiAllowed) const
MCFOLD void $setNetworkAllowed (bool allowed)
MCFOLD bool $isNetworkAllowed () const
MCFOLD bool $isInternetAvailable () const
MCFOLD::NetworkConnectionType $getNetworkConnectionType ()
MCAPI void $setNetworkConnectionType (::NetworkConnectionType connectionType)
MCAPI int $getDefaultNetworkMaxPlayers () const
MCFOLD bool $multiplayerRequiresPremiumAccess () const
MCFOLD bool $multiplayerRequiresUGCEnabled () const
MCFOLD bool $isCrossPlatformToggleVisible () const
MCFOLD bool $isTelemetryAllowed ()
MCFOLD void $buyGame ()
MCFOLD void $finish ()
MCFOLD void $launchSettings ()
MCFOLD bool $useXboxControlHelpers () const
MCFOLD::BuildPlatform $getBuildPlatform () const
MCFOLD int $getNumberOfParticleFramesToInterpolate () const
MCAPI int $getDpi () const
MCAPI void $setDpi (int dpi)
MCAPI::UIScalingRules $getUIScalingRules () const
MCAPI void $setUIScalingRules (::UIScalingRules UIScalingRules)
MCFOLD bool $hasIDEProfiler ()
MCAPI::std::string $getPlatformStringVar (int stringId)
MCAPI uint64 $getMaximumUsedMemory ()
MCAPI uint64 $getLowPhysicalMemoryThreshold () const
MCAPI void $calculateIfLowMemoryDevice ()
MCAPI bool $isLowMemoryDevice () const
MCAPI bool $isLowPhysicalMemoryDevice () const
MCFOLD uint64 $getTextureMemoryBudget () const
MCFOLD uint64 $getSingleMipDefaultMemoryBudget () const
MCFOLD void $readyForApplicationExitInfo () const
MCFOLD::DeviceSunsetTier $getDeviceSunsetTier () const
MCAPI int $getMaxSimRadiusInChunks () const
MCFOLD ::std::vector<::std::string > $getBroadcastAddresses ()
MCFOLD ::std::vector<::std::string > $getIPAddresses ()
MCFOLD bool $useAppPlatformForTelemetryIPAddress ()
MCFOLD bool $usesHDRBrightness () const
MCFOLD void $updateBootstrapSettingsFromTreatmentsAsync ()
MCAPI bool $isNetworkThrottled () const
MCFOLD bool $isLANAllowed () const
MCFOLD bool $doesLANRequireMultiplayerRestrictions () const
MCAPI void $collectGraphicsHardwareDetails ()
MCAPI void $setThreadsFrozen (bool frozen)
MCAPI bool $areThreadsFrozen () const
MCFOLD float $getDefaultSafeZoneScaleX () const
MCFOLD float $getDefaultSafeZoneScaleY () const
MCFOLD float $getDefaultSafeZoneScaleAll () const
MCFOLD float $getDefaultScreenPositionX () const
MCFOLD float $getDefaultScreenPositionY () const
MCAPI bool $isQuitCapable () const
MCFOLD bool $requireControllerAtStartup () const
MCFOLD bool $notifyControllerConnectionStateChange () const
MCFOLD bool $platformRequiresControllerApplet () const
MCAPI::AppFocusState $getFocusState ()
MCFOLD::AppLifecycleContext & $getAppLifecycleContext ()
MCFOLD bool $shouldPauseDownloadsWhenEnterGame () const
MCFOLD bool $compareAppReceiptToLocalReceipt (::std::string const &otherReceipt)
MCAPI::mce::UUID const & $getThirdPartyPackUUID () const
MCFOLD bool $saveTreatmentPacksAsZips () const
MCFOLD bool $saveEncryptedPacksAsZips () const
MCFOLD bool $saveEncryptedWorldTemplatePacksAsZips () const
MCFOLD bool $allowsResourcePackDevelopment () const
MCFOLD bool $supportsLegacySinglePremiumCacheDirectory () const
MCFOLD bool $supportsWorldShare () const
MCFOLD bool $hasJournalingFilesystem () const
MCFOLD bool $isAutoCompactionEnabled () const
MCAPI::std::chrono::nanoseconds $getLevelSaveInterval () const
MCAPI::std::chrono::nanoseconds $getOptionsSaveInterval () const
MCFOLD bool $hasPlatformSpecificInvites () const
MCFOLD bool $usePlatformProfilePicturesOnly () const
MCFOLD bool $allowBetaXblSignIn () const
MCFOLD bool $requiresXboxLiveSigninToPlay () const
MCFOLD bool $requiresLiveGoldForMultiplayer () const
MCFOLD bool $shouldRegisterForXboxLiveNotifications () const
MCAPI bool $isRealmsEnabled () const
MCFOLD bool $minimizeBackgroundDownloads () const
MCFOLD bool $requiresAutoSaveIconExplanationPopup () const
MCAPI::IPlatformScreenshots & $getPlatformScreenshots ()
MCFOLD ::std::vector<::std::shared_ptr<::Social::MultiplayerService > > $getMultiplayerServiceListToRegister () const
MCFOLD ::std::vector<::Social::MultiplayerServiceIdentifier > $getBroadcastingMultiplayerServiceIds (bool xblBroadcast, bool platformBroadcast) const
MCFOLD uint $maxFileDataRequestConcurrency () const
MCFOLD void $goToExternalConsumablesStoreListing () const
MCAPI float $getStoreNetworkFailureTimeout () const
MCAPI ::std::shared_ptr<::Core::FileStorageArea$createLoggingStorageArea (::Core::FileAccessType fileAccessType, ::Core::PathView loggingPath)
MCFOLD void $handlePlatformSpecificCommerceError (uint error)
MCFOLD bool $isEduMode () const
MCFOLD bool $importAsFlatFile () const
MCFOLD bool $shouldRemoveGraphicsDeviceOnAppTermination () const
MCFOLD bool $isJoinableViaExternalServers () const
MCFOLD void $onPrimaryUserNetworkReady ()
MCFOLD bool $isDisplayInitialized () const
MCFOLD bool $usesAsyncOptionSaving () const
MCFOLD void $showPlatformStoreIcon (bool shouldShow)
MCAPI void $showPlatformEmptyStoreDialog (::std::function< void(bool)> &&callback)
MCFOLD void $initializeGameStreaming ()
MCAPI void $notifyNetworkConfigurationChanged ()
MCFOLD void $setKeepScreenOnFlag (bool)
MCFOLD void $initializeMulticast () const
MCFOLD void $requestMulticastReceivePermission ()
MCFOLD bool $hasMulticastReceivePermission () const
MCFOLD void $releaseMulticastReceivePermission () const
MCFOLD void $onMinecraftGameInitComplete ()
MCFOLD void $onFullGameUnlock ()
MCAPI ::Bedrock::Threading::Async< bool > $showOSUserDialog (::std::string, ::std::string, ::std::string)
MCFOLD bool $_tryEnableCPUBoost ()
MCFOLD void $_disableCPUBoost ()
MCFOLD void $_initializeFileStorageAreas ()
MCAPI void $_teardownFileStorageAreas ()
MCFOLD void $_onInitialize ()
MCFOLD void $_onTeardown ()
virtual::std::string getDeviceId () const =0

Static Public Member Functions

static MCAPI void ** $vftableForIAppPlatform ()
static MCAPI void ** $vftableForISecureStorageKeySystem ()
static MCAPI ::std::string const & EXPERIMENTS_ACTIVE_KEY ()
static MCAPI_C bool updateImGuiKeyboard (uchar param, bool isDown)
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & HOME_PATH ()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & LOG_PATH ()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & SETTINGS_PATH ()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & SHADERCACHE_PATH ()
static MCAPI_C bool & mIsInitialized ()
static MCAPI_C ::ActivationUrimPendingProtocolActivation ()
static MCAPI_C ::Bedrock::Threading::MutexmProtocolMutex ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkb24ea2
::ll::UntypedStorage< 8, 8 > mUnk356cd6
::ll::UntypedStorage< 8, 8 > mUnkcfaa94
::ll::UntypedStorage< 8, 32 > mUnka7d9a1
::ll::UntypedStorage< 8, 32 > mUnk1d0c4e
::ll::UntypedStorage< 1, 1 > mUnk113178
::ll::UntypedStorage< 1, 1 > mUnk29784c
::ll::UntypedStorage< 8, 8 > mUnke25532
::ll::UntypedStorage< 8, 8 > mUnk66b4ba
::ll::UntypedStorage< 4, 16 > mUnk44554b
::ll::UntypedStorage< 4, 4 > mUnkabbaf7
::ll::UntypedStorage< 8, 40 > mUnka50bee
::ll::UntypedStorage< 1, 1 > mUnk387a7f
::ll::UntypedStorage< 8, 32 > mUnk93a477
::ll::UntypedStorage< 8, 32 > mUnk136df8
::ll::UntypedStorage< 8, 32 > mUnk4a65eb
::ll::UntypedStorage< 8, 32 > mUnkb28730
::ll::UntypedStorage< 8, 616 > mUnkfe07cc
::ll::TypedStorage< 8, 8, uint64 > mFreeMemoryMaximumBytes
::ll::TypedStorage< 1, 1, bool > mRequestedRestart
::ll::TypedStorage< 1, 1, bool > mPointerFocusLost
::ll::TypedStorage< 1, 1, bool > mKeyboardVisible
::ll::TypedStorage< 1, 1, bool > mOnInitUriListenerRegDone
::ll::TypedStorage< 8, 16, ::std::multimap< float, ::AppPlatformListener * > > mListeners
::ll::TypedStorage< 8, 104, ::Core::Subject<::NetworkChangeObserver, ::Bedrock::Threading::Mutex > > mNetworkChangeSubject
::ll::TypedStorage< 1, 1, ::NetworkConnectionType > mNetworkConnectionType
::ll::TypedStorage< 8, 64, ::std::function< void(::StoragePermissionResult)> > mStoragePermissionRequestResultCallback
::ll::TypedStorage< 1, 4, ::AppLifecycleContextmAppLifecycleContext
::ll::TypedStorage< 4, 4, ::AppFocusState > mFocusState
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::MutexmShareLock
::ll::TypedStorage< 8, 32, ::std::string > mShareTitle
::ll::TypedStorage< 8, 32, ::std::string > mShareText
::ll::TypedStorage< 8, 32, ::std::string > mShareUri
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::IFileAccess > > mDefaultFileAccess
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::IFileAccess > > mPackageFileAccess
::ll::TypedStorage< 8, 8, uint64 > mMaximumMemoryUsage
::ll::TypedStorage< 8, 8, ::Bedrock::CommonPlatform * > mCommonPlatformShim
::ll::TypedStorage< 1, 1, bool > mMockMultiplayerActive
::ll::TypedStorage< 8, 32, ::std::string > mLocale
::ll::TypedStorage< 8, 8, double > mActiveSeconds
::ll::TypedStorage< 8, 8, double > mLastActiveTime
::ll::TypedStorage< 1, 1, bool > mAppIsActive
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > mDeviceTier
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::AppPlatformNetworkSettings > > mAppPlatformNetworkSettings
::ll::TypedStorage< 1, 1, ::std::atomic< bool > > mTerminating
::ll::TypedStorage< 1, 1, ::std::atomic< bool > > mSuspended
::ll::TypedStorage< 4, 4, int > mForcedDpi
::ll::TypedStorage< 4, 4, ::UIScalingRules > mForcedUIScalingRules
::ll::TypedStorage< 1, 1, bool > mForceUIScalingRules
::ll::TypedStorage< 1, 1, bool > mShowLostFocusToasts
::ll::TypedStorage< 1, 1, bool > mAllowLostFocusToasts
::ll::TypedStorage< 1, 1, bool > mAreThreadsFrozen
::ll::TypedStorage< 1, 1, bool > mIsLowMemoryDevice
::ll::TypedStorage< 1, 1, bool > mIsLowPhysicalMemoryDevice
::ll::TypedStorage< 1, 1, bool > mIsUserStorageInitialized
::ll::TypedStorage< 8, 32, ::Core::PathBuffer<::std::string > > mScratchPath
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::MutexmScratchPathMutex
::ll::TypedStorage< 8, 32, ::std::string > mLastDeviceSessionId
::ll::TypedStorage< 8, 80, ::std::recursive_mutex > mListenerLock
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Bedrock::SignalReceiver > > mSignalRcvr
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Bedrock::PlatformRuntimeInfo > > mPlatformRuntimeInfo
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Bedrock::PlatformBuildInfo > > mPlatformBuildInfo
::ll::TypedStorage< 8, 16, ::Bedrock::UniqueService<::Core::LoadTimeProfiler > > mProfiler
::ll::TypedStorage< 8, 16, ::Bedrock::UniqueService<::Bedrock::IApplicationDataStores > > mApplicationDataStores
::ll::TypedStorage< 8, 16, ::Bedrock::UniqueService<::Bedrock::DeviceIdManager > > mDeviceIdManager
::ll::TypedStorage< 8, 16, ::Bedrock::UniqueService<::Bedrock::FilePickerManager > > mFilePickerManager
::ll::TypedStorage< 8, 8, ::ServiceRegistrationToken<::AppPlatform > > mAppPlatformServiceRegistrationToken
::ll::TypedStorage< 4, 4, uint > mCPUBoostCounter
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::SubscriptionmLoadTimerOptionSubscription
::ll::TypedStorage< 8, 8, ::std::unique_ptr< ::Bedrock::PubSub::Publisher< void(::LowMemorySeverity), ::Bedrock::PubSub::ThreadModel::MultiThreaded, 0 > > > mOnLowMemory
::ll::TypedStorage< 8, 8, int64 > mCurrentMemorySeverityIdx
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::HardwareMemoryTierUtil > > mHardwareMemoryTierUtil
::ll::TypedStorage< 8, 8, ::gsl::not_null<::std::unique_ptr<::IAppPlatformImpl > > > mImpl
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Constructor & Destructor Documentation

◆ AppPlatform_win32()

MCAPI AppPlatform_win32::AppPlatform_win32 ( ::HWND__ * hWnd,
::std::string const & dataFolder,
::std::string_view ,
::std::shared_ptr<::HIDController > HIDControllerWinRT,
int screenWidth,
int screenHeight )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ canLaunchUri()

virtual bool AppPlatform_win32::canLaunchUri ( ::std::string const & uri)
virtual

Reimplemented from AppPlatform.

◆ launchUri()

virtual void AppPlatform_win32::launchUri ( ::std::string const & uri)
virtual

Reimplemented from AppPlatform.

◆ getPackagePath()

virtual ::Core::PathBuffer<::std::string > AppPlatform_win32::getPackagePath ( ) const
virtual

Implements AppPlatform.

◆ getLoggingPath()

virtual ::Core::PathBuffer<::std::string > AppPlatform_win32::getLoggingPath ( ) const
virtual

Reimplemented from AppPlatform.

◆ supportsVibration()

virtual bool AppPlatform_win32::supportsVibration ( ) const
virtual

Reimplemented from AppPlatform.

◆ supportsFliteTTS()

virtual bool AppPlatform_win32::supportsFliteTTS ( ) const
virtual

Reimplemented from AppPlatform.

◆ getScreenWidth()

virtual int AppPlatform_win32::getScreenWidth ( ) const
virtual

Reimplemented from AppPlatform.

◆ getScreenHeight()

virtual int AppPlatform_win32::getScreenHeight ( ) const
virtual

Reimplemented from AppPlatform.

◆ getDisplayWidth()

virtual int AppPlatform_win32::getDisplayWidth ( )
virtual

Reimplemented from AppPlatform.

◆ getDisplayHeight()

virtual int AppPlatform_win32::getDisplayHeight ( )
virtual

Reimplemented from AppPlatform.

◆ setScreenSize()

virtual void AppPlatform_win32::setScreenSize ( int width,
int height )
virtual

Reimplemented from AppPlatform.

◆ setWindowSize()

virtual void AppPlatform_win32::setWindowSize ( int width,
int height )
virtual

Reimplemented from AppPlatform.

◆ setWindowText()

virtual void AppPlatform_win32::setWindowText ( ::std::string const & title)
virtual

Reimplemented from AppPlatform.

◆ getTextBoxBackend()

virtual::std::string AppPlatform_win32::getTextBoxBackend ( ) const
virtual

Implements AppPlatform.

◆ setTextBoxBackend()

virtual void AppPlatform_win32::setTextBoxBackend ( ::std::string const & newText)
virtual

Implements AppPlatform.

◆ getCaretPosition()

virtual int AppPlatform_win32::getCaretPosition ( ) const
virtual

Implements AppPlatform.

◆ setCaretPosition()

virtual void AppPlatform_win32::setCaretPosition ( int position)
virtual

Implements AppPlatform.

◆ hasBuyButtonWhenInvalidLicense()

virtual bool AppPlatform_win32::hasBuyButtonWhenInvalidLicense ( )
virtual

Reimplemented from AppPlatform.

◆ getApplicationId()

virtual::std::string AppPlatform_win32::getApplicationId ( ) const
virtual

Implements AppPlatform.

◆ isCentennial()

virtual bool AppPlatform_win32::isCentennial ( ) const
virtual

Reimplemented from AppPlatform.

◆ getBuildPlatform()

virtual::BuildPlatform AppPlatform_win32::getBuildPlatform ( ) const
virtual

Reimplemented from AppPlatform.

◆ getSecureStorageKey()

virtual::SecureStorageKey AppPlatform_win32::getSecureStorageKey ( ::std::string const & )
virtual

Reimplemented from AppPlatform.

◆ setSecureStorageKey()

virtual void AppPlatform_win32::setSecureStorageKey ( ::std::string const & ,
::SecureStorageKey const &  )
virtual

Reimplemented from AppPlatform.

◆ getPlatformString()

virtual::std::string AppPlatform_win32::getPlatformString ( ) const
virtual

Implements IAppPlatform.

◆ getSubPlatformString()

virtual::std::string AppPlatform_win32::getSubPlatformString ( ) const
virtual

Implements AppPlatform.

◆ getFreeMemory()

virtual uint64 AppPlatform_win32::getFreeMemory ( ) const
virtual

Implements AppPlatform.

◆ getMemoryLimit()

virtual uint64 AppPlatform_win32::getMemoryLimit ( ) const
virtual

Implements AppPlatform.

◆ getUsedMemory()

virtual uint64 AppPlatform_win32::getUsedMemory ( )
virtual

Implements AppPlatform.

◆ getTotalPhysicalMemory()

virtual uint64 AppPlatform_win32::getTotalPhysicalMemory ( ) const
virtual

Implements AppPlatform.

◆ setFullscreenMode()

virtual void AppPlatform_win32::setFullscreenMode ( ::FullscreenMode const fullscreenMode)
virtual

Reimplemented from AppPlatform.

◆ isWebviewSupported()

virtual bool AppPlatform_win32::isWebviewSupported ( ) const
virtual

Reimplemented from AppPlatform.

◆ getPlatformTTSEnabled()

virtual bool AppPlatform_win32::getPlatformTTSEnabled ( ) const
virtual

Reimplemented from AppPlatformWindows.

◆ hideSplashScreen()

virtual void AppPlatform_win32::hideSplashScreen ( )
virtual

Reimplemented from AppPlatform.

◆ getPlatformDpi()

virtual int AppPlatform_win32::getPlatformDpi ( ) const
virtual

Reimplemented from AppPlatform.

◆ _fetchOSInformation()

MCAPI::OSInformation AppPlatform_win32::_fetchOSInformation ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * AppPlatform_win32::$ctor ( ::HWND__ * hWnd,
::std::string const & dataFolder,
::std::string_view ,
::std::shared_ptr<::HIDController > HIDControllerWinRT,
int screenWidth,
int screenHeight )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void AppPlatform_win32::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_readAssetFileInternal()

MCAPI::std::string AppPlatform_win32::$_readAssetFileInternal ( ::Core::Path const & filename)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getAssetFileFullPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$getAssetFileFullPath ( ::Core::Path const & filename)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $listAssetFilesIn()

MCAPI ::std::set<::Core::PathBuffer<::std::string > > AppPlatform_win32::$listAssetFilesIn ( ::Core::Path const & path,
::std::string const & extension ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $copyImportFileToTempFolder()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$copyImportFileToTempFolder ( ::Core::Path const & filePath)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $canLaunchUri()

MCAPI bool AppPlatform_win32::$canLaunchUri ( ::std::string const & uri)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $launchUri()

MCAPI void AppPlatform_win32::$launchUri ( ::std::string const & uri)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPackagePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$getPackagePath ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLoggingPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$getLoggingPath ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getEdition()

MCAPI::std::string AppPlatform_win32::$getEdition ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOSVersion()

MCAPI::OsVersion AppPlatform_win32::$getOSVersion ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsVibration()

MCAPI bool AppPlatform_win32::$supportsVibration ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsFliteTTS()

MCAPI bool AppPlatform_win32::$supportsFliteTTS ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getScreenWidth()

MCAPI int AppPlatform_win32::$getScreenWidth ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getScreenHeight()

MCAPI int AppPlatform_win32::$getScreenHeight ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDisplayWidth()

MCAPI int AppPlatform_win32::$getDisplayWidth ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDisplayHeight()

MCAPI int AppPlatform_win32::$getDisplayHeight ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setScreenSize()

MCAPI void AppPlatform_win32::$setScreenSize ( int width,
int height )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setWindowSize()

MCAPI void AppPlatform_win32::$setWindowSize ( int width,
int height )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setWindowText()

MCAPI void AppPlatform_win32::$setWindowText ( ::std::string const & title)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getTextBoxBackend()

MCAPI::std::string AppPlatform_win32::$getTextBoxBackend ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setTextBoxBackend()

MCAPI void AppPlatform_win32::$setTextBoxBackend ( ::std::string const & newText)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getCaretPosition()

MCAPI int AppPlatform_win32::$getCaretPosition ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setCaretPosition()

MCAPI void AppPlatform_win32::$setCaretPosition ( int position)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasBuyButtonWhenInvalidLicense()

MCAPI bool AppPlatform_win32::$hasBuyButtonWhenInvalidLicense ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getApplicationId()

MCAPI::std::string AppPlatform_win32::$getApplicationId ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isCentennial()

MCAPI bool AppPlatform_win32::$isCentennial ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPackageFamilyName()

MCAPI::std::string AppPlatform_win32::$getPackageFamilyName ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformType()

MCAPI::PlatformType AppPlatform_win32::$getPlatformType ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSecureStorage()

MCAPI ::std::unique_ptr<::SecureStorage > AppPlatform_win32::$getSecureStorage ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSecureStorageKey()

MCAPI::SecureStorageKey AppPlatform_win32::$getSecureStorageKey ( ::std::string const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setSecureStorageKey()

MCAPI void AppPlatform_win32::$setSecureStorageKey ( ::std::string const & ,
::SecureStorageKey const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformString()

MCAPI::std::string AppPlatform_win32::$getPlatformString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSubPlatformString()

MCAPI::std::string AppPlatform_win32::$getSubPlatformString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getFreeMemory()

MCAPI uint64 AppPlatform_win32::$getFreeMemory ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMemoryLimit()

MCAPI uint64 AppPlatform_win32::$getMemoryLimit ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUsedMemory()

MCAPI uint64 AppPlatform_win32::$getUsedMemory ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getTotalPhysicalMemory()

MCAPI uint64 AppPlatform_win32::$getTotalPhysicalMemory ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getModelName()

MCAPI::std::string AppPlatform_win32::$getModelName ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setFullscreenMode()

MCAPI void AppPlatform_win32::$setFullscreenMode ( ::FullscreenMode const fullscreenMode)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isWebviewSupported()

MCAPI bool AppPlatform_win32::$isWebviewSupported ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $createWebview()

MCAPI ::std::shared_ptr<::WebviewInterface > AppPlatform_win32::$createWebview ( ::Webview::PlatformArguments && args) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformTTSEnabled()

MCAPI bool AppPlatform_win32::$getPlatformTTSEnabled ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getRenderSurfaceParameters()

MCAPI ::std::variant<::HWND__ *, ::std::monostate > AppPlatform_win32::$getRenderSurfaceParameters ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isOnWifiConnectionTelemetryValue()

MCAPI ::std::optional< bool > AppPlatform_win32::$isOnWifiConnectionTelemetryValue ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hideSplashScreen()

MCAPI void AppPlatform_win32::$hideSplashScreen ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformDpi()

MCAPI int AppPlatform_win32::$getPlatformDpi ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformUIScalingRules()

MCAPI::UIScalingRules AppPlatform_win32::$getPlatformUIScalingRules ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForIAppPlatform()

MCAPI void ** AppPlatform_win32::$vftableForIAppPlatform ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForISecureStorageKeySystem()

MCAPI void ** AppPlatform_win32::$vftableForISecureStorageKeySystem ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getTotalHardwareThreadsCount()

virtual uint64 AppPlatformWindows::getTotalHardwareThreadsCount ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ getHighPerformanceThreadsCount()

virtual uint64 AppPlatformWindows::getHighPerformanceThreadsCount ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ initializeGraphicsDeviceTier()

virtual void AppPlatformWindows::initializeGraphicsDeviceTier ( )
virtualinherited

Reimplemented from AppPlatform.

◆ getPlatformTempPath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::getPlatformTempPath ( ) const
virtualinherited

Implements AppPlatform.

◆ calculateAvailableDiskFreeSpace()

virtual uint64 AppPlatformWindows::calculateAvailableDiskFreeSpace ( ::Core::Path const & rootPath)
virtualinherited

Implements AppPlatform.

◆ allowContentLogWriteToDisk()

virtual bool AppPlatformWindows::allowContentLogWriteToDisk ( )
virtualinherited

Reimplemented from AppPlatform.

◆ devHotReloadRenderResources()

virtual bool AppPlatformWindows::devHotReloadRenderResources ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ queueForMainThread_DEPRECATED()

virtual void AppPlatformWindows::queueForMainThread_DEPRECATED ( ::std::function< void()> callback)
virtualinherited

Implements AppPlatform.

◆ getMainThreadQueue()

virtual ::MPMCQueue<::std::function< void()> > & AppPlatformWindows::getMainThreadQueue ( )
virtualinherited

Implements AppPlatform.

◆ canAppSelfTerminate()

virtual bool AppPlatformWindows::canAppSelfTerminate ( ) const
virtualinherited

Implements AppPlatform.

◆ getPlatformTTSExists()

virtual bool AppPlatformWindows::getPlatformTTSExists ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ registerExperimentsActiveCrashDump()

virtual void AppPlatformWindows::registerExperimentsActiveCrashDump ( ::std::vector<::std::string > const & activeExperiments) const
virtualinherited

Reimplemented from AppPlatform.

◆ is24HourTimeFormat()

virtual bool AppPlatformWindows::is24HourTimeFormat ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ _getCurrentStoragePath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getCurrentStoragePath ( ) const
virtualinherited

Implements AppPlatform.

◆ _getExternalStoragePath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getExternalStoragePath ( ) const
virtualinherited

Implements AppPlatform.

◆ _getInternalStoragePath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getInternalStoragePath ( ) const
virtualinherited

Implements AppPlatform.

◆ _getUserdataPath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getUserdataPath ( ) const
virtualinherited

Implements AppPlatform.

◆ initAppPlatformNetworkSettings()

virtual void AppPlatform::initAppPlatformNetworkSettings ( )
virtualinherited

Implements IAppPlatform.

◆ restartRequested()

virtual bool AppPlatform::restartRequested ( )
virtualinherited

Implements IAppPlatform.

◆ numberOfThrottledTreatmentPacksToImportPerMinute()

virtual int const AppPlatform::numberOfThrottledTreatmentPacksToImportPerMinute ( ) const
virtualinherited

Implements IAppPlatform.

◆ areTreatmentPacksThrottled()

virtual bool const AppPlatform::areTreatmentPacksThrottled ( ) const
virtualinherited

Implements IAppPlatform.

◆ getHardwareMemoryTierUtil()

virtual::HardwareMemoryTierUtil const & AppPlatform::getHardwareMemoryTierUtil ( ) const
virtualinherited

Implements IAppPlatform.

◆ isNetworkAvailable()

virtual bool AppPlatform::isNetworkAvailable ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLANAvailable()

virtual bool AppPlatform::isLANAvailable ( ) const
virtualinherited

Implements IAppPlatform.

◆ isNetworkEnabled()

virtual bool AppPlatform::isNetworkEnabled ( bool onlyWifiAllowed) const
virtualinherited

Implements IAppPlatform.

◆ isInternetAvailable()

virtual bool AppPlatform::isInternetAvailable ( ) const
virtualinherited

Implements IAppPlatform.

◆ multiplayerRequiresPremiumAccess()

virtual bool AppPlatform::multiplayerRequiresPremiumAccess ( ) const
virtualinherited

Implements IAppPlatform.

◆ multiplayerRequiresUGCEnabled()

virtual bool AppPlatform::multiplayerRequiresUGCEnabled ( ) const
virtualinherited

Implements IAppPlatform.

◆ getLowPhysicalMemoryThreshold()

virtual uint64 AppPlatform::getLowPhysicalMemoryThreshold ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLowMemoryDevice()

virtual bool AppPlatform::isLowMemoryDevice ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLowPhysicalMemoryDevice()

virtual bool AppPlatform::isLowPhysicalMemoryDevice ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLANAllowed()

virtual bool AppPlatform::isLANAllowed ( ) const
virtualinherited

Implements IAppPlatform.

◆ hasPlatformSpecificInvites()

virtual bool AppPlatform::hasPlatformSpecificInvites ( ) const
virtualinherited

Implements IAppPlatform.

◆ isRealmsEnabled()

virtual bool AppPlatform::isRealmsEnabled ( ) const
virtualinherited

Implements IAppPlatform.

◆ getBroadcastingMultiplayerServiceIds()

virtual ::std::vector<::Social::MultiplayerServiceIdentifier > AppPlatform::getBroadcastingMultiplayerServiceIds ( bool xblBroadcast,
bool platformBroadcast ) const
virtualinherited

Implements IAppPlatform.

◆ goToExternalConsumablesStoreListing()

virtual void AppPlatform::goToExternalConsumablesStoreListing ( ) const
virtualinherited

Implements IAppPlatform.

◆ showPlatformEmptyStoreDialog()

virtual void AppPlatform::showPlatformEmptyStoreDialog ( ::std::function< void(bool)> && callback)
virtualinherited

Implements IAppPlatform.

◆ $vftable() [1/2]

MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [2/2]

MCAPI void ** ISecureStorageKeySystem::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: