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
Afficher le fichier Open project: EliotVU/Unreal-Library

Méthodes publiques

Méthode Description
UnknownObject ( ) : System

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

Méthodes protégées

Méthode Description
CanDisposeBuffer ( ) : bool
Deserialize ( ) : void

Method Details

CanDisposeBuffer() protected méthode

protected CanDisposeBuffer ( ) : bool
Résultat bool

Deserialize() protected méthode

protected Deserialize ( ) : void
Résultat void

UnknownObject() public méthode

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