C# Class UELib.UnrealPackage

Represents data of a loaded unreal package.
Inheritance: IDisposable, IBuffered
Show file 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 property

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

PackageFlags public property

The bitflags of this package.
public uint PackageFlags
return uint

Stream public property

public UPackageStream,UELib Stream
return UELib.UPackageStream