Show / Hide Table of Contents

Class MobilePendingContent

Mobile Pending Content

Inheritance
System.Object
UObject
MobileInstalledContent
MobilePendingContent
Inherited Members
MobileInstalledContent.GetDiskFreeSpace()
MobileInstalledContent.GetInstalledContentSize()
MobileInstalledContent.Mount(Int32, String)
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.MobilePatchingUtils
Assembly: UE4DotNet.dll
Syntax
public class MobilePendingContent : MobileInstalledContent

Properties

| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static MobilePendingContent DefaultObject { get; }
Property Value
Type Description
MobilePendingContent
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

GetDownloadSize()

Get the total download size for this content installation

Declaration
public float GetDownloadSize()
Returns
Type Description
System.Single
| Improve this Doc View Source

GetDownloadSpeed()

Get the current download speed in megabytes per second. Valid during installation

Declaration
public float GetDownloadSpeed()
Returns
Type Description
System.Single
| Improve this Doc View Source

GetDownloadStatusText()

Get Download Status Text

Declaration
public byte GetDownloadStatusText()
Returns
Type Description
System.Byte
| Improve this Doc View Source

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
| Improve this Doc View Source

GetRequiredDiskSpace()

Get the required disk space in megabytes for this content installation

Declaration
public float GetRequiredDiskSpace()
Returns
Type Description
System.Single
| Improve this Doc View Source

GetTotalDownloadedSize()

Get the total downloaded size in megabytes. Valid during installation

Declaration
public float GetTotalDownloadedSize()
Returns
Type Description
System.Single
| Improve this Doc View Source

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
| Improve this Doc View Source

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 Source

Implicit(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX