C# Class UELib.UnrealPackage

Represents data of a loaded unreal package.
Inheritance: IDisposable, IBuffered
Mostrar archivo Open project: EliotVU/Unreal-Library Class Usage Examples

Public Properties

Property Type Description
Group string
PackageFlags uint
Stream UELib.UPackageStream

Public Methods

Method Description
UnrealPackage ( UELib.UPackageStream stream ) : System

Creates a new instance of the UELib.UnrealPackage class with a PackageStream and name.

Method Details

UnrealPackage() public method

Creates a new instance of the UELib.UnrealPackage class with a PackageStream and name.
public UnrealPackage ( UELib.UPackageStream stream ) : System
stream UELib.UPackageStream A loaded UELib.PackageStream.
return System

Property Details

Group public_oe property

The group the package is associated with in the Content Browser.
public string Group
return string

PackageFlags public_oe property

The bitflags of this package.
public uint PackageFlags
return uint

Stream public_oe property

public UPackageStream,UELib Stream
return UELib.UPackageStream