C# Class UELib.Core.UClass

Afficher le fichier Open project: EliotVU/Unreal-Library Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoCollapseCategories IList
AutoExpandCategories IList
ClassDependencies UArray
ClassGroups IList
Components IList
DontSortCategories IList
ForceScriptOrder bool
HideCategories IList
ImplementedInterfaces IList
NativeClassName string
PackageImports IList

Private Properties

Свойство Type Description
DeserializeComponentsMap void
DeserializeGroup IList
DeserializeHideCategories void
DeserializeInterfaces void
FormatNameGroup string
FormatObjectGroup string

Méthodes publiques

Méthode Description
HasClassFlag ( ClassFlags flag ) : bool
HasClassFlag ( uint flag ) : bool
IsClassInterface ( ) : bool
IsClassWithin ( ) : bool

Méthodes protégées

Méthode Description
Deserialize ( ) : void
FindChildren ( ) : void

Private Methods

Méthode Description
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

Method Details

Deserialize() protected méthode

protected Deserialize ( ) : void
Résultat void

FindChildren() protected méthode

protected FindChildren ( ) : void
Résultat void

HasClassFlag() public méthode

public HasClassFlag ( ClassFlags flag ) : bool
flag ClassFlags
Résultat bool

HasClassFlag() public méthode

public HasClassFlag ( uint flag ) : bool
flag uint
Résultat bool

IsClassInterface() public méthode

public IsClassInterface ( ) : bool
Résultat bool

IsClassWithin() public méthode

public IsClassWithin ( ) : bool
Résultat bool

Property Details

AutoCollapseCategories public_oe property

Index of auto collapsed categories names into the NameTableList. UE3
public IList AutoCollapseCategories
Résultat IList

AutoExpandCategories public_oe property

Index of auto expanded categories names into the NameTableList. UE3
public IList AutoExpandCategories
Résultat IList

ClassDependencies public_oe property

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

ClassGroups public_oe property

A list of class group.
public IList ClassGroups
Résultat IList

Components public_oe property

Index of component names into the NameTableList. UE3
public IList Components
Résultat IList

DontSortCategories public_oe property

Index of unsorted categories names into the NameTableList. UE3
public IList DontSortCategories
Résultat IList

ForceScriptOrder public_oe property

public bool ForceScriptOrder
Résultat bool

HideCategories public_oe property

Index of hidden categories names into the NameTableList.
public IList HideCategories
Résultat IList

ImplementedInterfaces public_oe property

Index of (Object/Name?) UE3
public IList ImplementedInterfaces
Résultat IList

NativeClassName public_oe property

public string NativeClassName
Résultat string

PackageImports public_oe property

A list of objects imported from a package.
public IList PackageImports
Résultat IList