Navigation
API > API/Plugins > API/Plugins/GooglePAD
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UGooglePADFunctionLibrary
References
| Module | GooglePAD |
| Header | /Engine/Plugins/Runtime/GooglePAD/Source/GooglePAD/Classes/GooglePADFunctionLibrary.h |
| Include | #include "GooglePADFunctionLibrary.h" |
Syntax
UCLASS&40;&41;
class UGooglePADFunctionLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| EGooglePADErrorCode | CancelDownload
(
const TArray< FString > AssetPacks |
Cancel download of a set of asset packs | |
| EGooglePADErrorCode | GetAssetPackLocation
(
const FString& Name, |
Get location handle of requested asset pack (release when done) | |
| FString | GetAssetsPath
(
const int32 Location |
Get asset path from from location | |
| int32 | GetBytesDownloaded
(
const int32 State |
Get the number of bytes downloaded from a download state | |
| EGooglePADErrorCode | GetDownloadState
(
const FString& Name, |
Get download state handle of an asset pack (release when done) | |
| EGooglePADDownloadStatus | GetDownloadStatus
(
const int32 State |
Get download status from a download state | |
| EGooglePADErrorCode | Get status of cellular confirmation dialog | ||
| EGooglePADStorageMethod | GetStorageMethod
(
const int32 Location |
Get storage method from location | |
| int32 | GetTotalBytesToDownload
(
const int32 State |
Get the total number of bytes to download from a download state | |
| void | Initialize () |
Initialize java objects and cache them for further usage. called when the module is loaded | |
| void | ReleaseAssetPackLocation
(
const int32 Location |
Release location resources | |
| void | ReleaseDownloadState
(
const int32 State |
Release download state resources | |
| EGooglePADErrorCode | RequestDownload
(
const TArray< FString > AssetPacks |
Request download of a set of asset packs | |
| EGooglePADErrorCode | RequestInfo
(
const TArray< FString > AssetPacks |
Request information about a set of asset packs | |
| EGooglePADErrorCode | RequestRemoval
(
const FString& Name |
Request removal of an asset pack | |
| EGooglePADErrorCode | Show confirmation dialog requesting data download over cellular network | ||
| void | Shutdown () |
Releases resources. called when the module is shut down |
Constants
| Name | Description |
|---|---|
| DownloadStateMap | Handles for DownloadState |
| DownloadStateMapIndex | |
| LocationMap | Handles for AssetPackLocation |
| LocationMapIndex | |
| PauseHandle | Foreground/background delegate for pause. |
| ResumeHandle | Foreground/background delegate for resume. |