Class MobileInstalledContent
Mobile Installed Content
Inherited Members
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 MobileInstalledContent : UObject
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static MobileInstalledContent DefaultObject { get; }
Property Value
Type | Description |
---|---|
MobileInstalledContent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceGetDiskFreeSpace()
Get the disk free space in megabytes where content is installed
Declaration
public float GetDiskFreeSpace()
Returns
Type | Description |
---|---|
System.Single |
GetInstalledContentSize()
Get the installed content size in megabytes
Declaration
public float GetInstalledContentSize()
Returns
Type | Description |
---|---|
System.Single |
Mount(Int32, String)
Mount installed content @
Declaration
public bool Mount(int PakOrder, string MountPoint)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | PakOrder | |
System.String | MountPoint |
Returns
Type | Description |
---|---|
System.Boolean |
Remarks
param PakOrder : Content pak priority @param MountPoint : Path to mount the pak at
New(UObject, Name)
Spawn an object of this class
Declaration
public static MobileInstalledContent New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
MobileInstalledContent |
Operators
| Improve this Doc View SourceImplicit(IntPtr to MobileInstalledContent)
Convert from IntPtr to UObject
Declaration
public static implicit operator MobileInstalledContent(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
MobileInstalledContent |