C# 클래스 UELib.Core.UClass

파일 보기 프로젝트 열기: EliotVU/Unreal-Library 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoCollapseCategories IList
AutoExpandCategories IList
ClassDependencies UArray
ClassGroups IList
Components IList
DontSortCategories IList
ForceScriptOrder bool
HideCategories IList
ImplementedInterfaces IList
NativeClassName string
PackageImports IList

Private Properties

프로퍼티 타입 설명
DeserializeComponentsMap void
DeserializeGroup IList
DeserializeHideCategories void
DeserializeInterfaces void
FormatNameGroup string
FormatObjectGroup string

공개 메소드들

메소드 설명
HasClassFlag ( ClassFlags flag ) : bool
HasClassFlag ( uint flag ) : bool
IsClassInterface ( ) : bool
IsClassWithin ( ) : bool

보호된 메소드들

메소드 설명
Deserialize ( ) : void
FindChildren ( ) : void

비공개 메소드들

메소드 설명
DeserializeComponentsMap ( ) : void
DeserializeGroup ( string groupName = "List", int count = -1 ) : IList
DeserializeHideCategories ( ) : void
DeserializeInterfaces ( ) : void
FormatNameGroup ( string groupName, IList enumerableList ) : string
FormatObjectGroup ( string groupName, IList enumerableList ) : string

메소드 상세

Deserialize() 보호된 메소드

protected Deserialize ( ) : void
리턴 void

FindChildren() 보호된 메소드

protected FindChildren ( ) : void
리턴 void

HasClassFlag() 공개 메소드

public HasClassFlag ( ClassFlags flag ) : bool
flag ClassFlags
리턴 bool

HasClassFlag() 공개 메소드

public HasClassFlag ( uint flag ) : bool
flag uint
리턴 bool

IsClassInterface() 공개 메소드

public IsClassInterface ( ) : bool
리턴 bool

IsClassWithin() 공개 메소드

public IsClassWithin ( ) : bool
리턴 bool

프로퍼티 상세

AutoCollapseCategories 공개적으로 프로퍼티

Index of auto collapsed categories names into the NameTableList. UE3
public IList AutoCollapseCategories
리턴 IList

AutoExpandCategories 공개적으로 프로퍼티

Index of auto expanded categories names into the NameTableList. UE3
public IList AutoExpandCategories
리턴 IList

ClassDependencies 공개적으로 프로퍼티

A list of class dependencies that this class depends on. Includes Imports and Exports. Deprecated @ PackageVersion:186
public UArray ClassDependencies
리턴 UArray

ClassGroups 공개적으로 프로퍼티

A list of class group.
public IList ClassGroups
리턴 IList

Components 공개적으로 프로퍼티

Index of component names into the NameTableList. UE3
public IList Components
리턴 IList

DontSortCategories 공개적으로 프로퍼티

Index of unsorted categories names into the NameTableList. UE3
public IList DontSortCategories
리턴 IList

ForceScriptOrder 공개적으로 프로퍼티

public bool ForceScriptOrder
리턴 bool

HideCategories 공개적으로 프로퍼티

Index of hidden categories names into the NameTableList.
public IList HideCategories
리턴 IList

ImplementedInterfaces 공개적으로 프로퍼티

Index of (Object/Name?) UE3
public IList ImplementedInterfaces
리턴 IList

NativeClassName 공개적으로 프로퍼티

public string NativeClassName
리턴 string

PackageImports 공개적으로 프로퍼티

A list of objects imported from a package.
public IList PackageImports
리턴 IList