Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UObjectBase Struct Reference

#include <UE.h>

+ Inheritance diagram for UObjectBase:

Public Member Functions

EObjectFlagsObjectFlagsField ()
 
int & InternalIndexField ()
 
UClassClassField ()
 
FNameNameField ()
 
UObjectOuterField ()
 
void DeferredRegister (UClass *UClassStaticClass, const wchar_t *PackageName, const wchar_t *InName)
 
bool IsValidLowLevel ()
 
bool IsValidLowLevelFast (bool bRecursive)
 
void Register (const wchar_t *PackageName, const wchar_t *InName)
 

Static Public Member Functions

static void EmitBaseReferences (UClass *RootClass)
 

Detailed Description

Definition at line 273 of file UE.h.

Member Function Documentation

◆ ClassField()

UClass * UObjectBase::ClassField ( )
inline

Definition at line 277 of file UE.h.

+ Here is the caller graph for this function:

◆ DeferredRegister()

void UObjectBase::DeferredRegister ( UClass * UClassStaticClass,
const wchar_t * PackageName,
const wchar_t * InName )
inline

Definition at line 283 of file UE.h.

◆ EmitBaseReferences()

static void UObjectBase::EmitBaseReferences ( UClass * RootClass)
inlinestatic

Definition at line 286 of file UE.h.

◆ InternalIndexField()

int & UObjectBase::InternalIndexField ( )
inline

Definition at line 276 of file UE.h.

◆ IsValidLowLevel()

bool UObjectBase::IsValidLowLevel ( )
inline

Definition at line 284 of file UE.h.

◆ IsValidLowLevelFast()

bool UObjectBase::IsValidLowLevelFast ( bool bRecursive)
inline

Definition at line 285 of file UE.h.

◆ NameField()

FName & UObjectBase::NameField ( )
inline

Definition at line 278 of file UE.h.

+ Here is the caller graph for this function:

◆ ObjectFlagsField()

EObjectFlags & UObjectBase::ObjectFlagsField ( )
inline

Definition at line 275 of file UE.h.

◆ OuterField()

UObject * UObjectBase::OuterField ( )
inline

Definition at line 279 of file UE.h.

◆ Register()

void UObjectBase::Register ( const wchar_t * PackageName,
const wchar_t * InName )
inline

Definition at line 287 of file UE.h.


The documentation for this struct was generated from the following file: