Class MobilePendingContent
Mobile Pending Content
Inherited Members
Namespace: UE4.MobilePatchingUtils
Assembly: UE4DotNet.dll
Syntax
public class MobilePendingContent : MobileInstalledContent
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static MobilePendingContent DefaultObject { get; }
Property Value
Type | Description |
---|---|
MobilePendingContent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceGetDownloadSize()
Get the total download size for this content installation
Declaration
public float GetDownloadSize()
Returns
Type | Description |
---|---|
System.Single |
GetDownloadSpeed()
Get the current download speed in megabytes per second. Valid during installation
Declaration
public float GetDownloadSpeed()
Returns
Type | Description |
---|---|
System.Single |
GetDownloadStatusText()
Get Download Status Text
Declaration
public byte GetDownloadStatusText()
Returns
Type | Description |
---|---|
System.Byte |
GetInstallProgress()
Get the current installation progress. Between 0 and 1 for known progress, or less than 0 for unknown progress
Declaration
public float GetInstallProgress()
Returns
Type | Description |
---|---|
System.Single |
GetRequiredDiskSpace()
Get the required disk space in megabytes for this content installation
Declaration
public float GetRequiredDiskSpace()
Returns
Type | Description |
---|---|
System.Single |
GetTotalDownloadedSize()
Get the total downloaded size in megabytes. Valid during installation
Declaration
public float GetTotalDownloadedSize()
Returns
Type | Description |
---|---|
System.Single |
New(UObject, Name)
Spawn an object of this class
Declaration
public static MobilePendingContent New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
MobilePendingContent |
StartInstall(Byte, Byte)
Attempt to download and install remote content.
Declaration
public void StartInstall(byte OnSucceeded, byte OnFailed)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | OnSucceeded | |
System.Byte | OnFailed |
Remarks
User can choose to mount installed content into the game. @param OnSucceeded: Callback on installation success. @param OnFailed: Callback on installation fail. Will return error message text and error integer code
Operators
| Improve this Doc View SourceImplicit(IntPtr to MobilePendingContent)
Convert from IntPtr to UObject
Declaration
public static implicit operator MobilePendingContent(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
MobilePendingContent |