C# 클래스 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.
상속: UObject
파일 보기 프로젝트 열기: EliotVU/Unreal-Library

공개 메소드들

메소드 설명
UnknownObject ( ) : System

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

보호된 메소드들

메소드 설명
CanDisposeBuffer ( ) : bool
Deserialize ( ) : void

메소드 상세

CanDisposeBuffer() 보호된 메소드

protected CanDisposeBuffer ( ) : bool
리턴 bool

Deserialize() 보호된 메소드

protected Deserialize ( ) : void
리턴 void

UnknownObject() 공개 메소드

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