Class CookerStats
Statistics for a cooked asset.
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.StatsViewer
Assembly: UE4DotNet.dll
Syntax
public class CookerStats : UObject
Remarks
Note: We assume that asset files are not larger than 2GB, because the StatsViewer is still lacking int64 support.
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static CookerStats DefaultObject { get; }
Property Value
Type | Description |
---|---|
CookerStats |
SizeAfter
The size of the assets after cooking.
Declaration
public float SizeAfter { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SizeBefore
The size of the assets before cooking.
Declaration
public float SizeBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static CookerStats New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
CookerStats |
Operators
| Improve this Doc View SourceImplicit(IntPtr to CookerStats)
Convert from IntPtr to UObject
Declaration
public static implicit operator CookerStats(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
CookerStats |