C# Class UELib.Core.UnknownObject

Unknown Object Notes: Instances of this class are created because of a class type that was not found within the 'RegisteredClasses' list. Instances of this class will only be deserialized on demand.
Inheritance: UObject
Exibir arquivo Open project: EliotVU/Unreal-Library

Public Methods

Method Description
UnknownObject ( ) : System

Creates a new instance of the UELib.Core.UnknownObject class.

Protected Methods

Method Description
CanDisposeBuffer ( ) : bool
Deserialize ( ) : void

Method Details

CanDisposeBuffer() protected method

protected CanDisposeBuffer ( ) : bool
return bool

Deserialize() protected method

protected Deserialize ( ) : void
return void

UnknownObject() public method

Creates a new instance of the UELib.Core.UnknownObject class.
public UnknownObject ( ) : System
return System