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

#include <UE.h>

+ Inheritance diagram for UObjectBase:

Public Member Functions

UObjectBase_vtbl *& __vftableField ()
 
EObjectFlagsObjectFlagsField ()
 
intInternalIndexField ()
 
UClass *& ClassPrivateField ()
 
UClass *& ClassField ()
 
FNameNamePrivateField ()
 
FNameNameField ()
 
UObject *& OuterPrivateField ()
 
void DeferredRegister (UClass *UClassStaticClass, const wchar_t *PackageName, const wchar_t *InName)
 
UPackageGetExternalPackageInternal ()
 
void SetExternalPackage (UPackage *InPackage)
 
bool IsValidLowLevel ()
 
bool IsValidLowLevelFast (bool bRecursive)
 

Detailed Description

Definition at line 184 of file UE.h.

Member Function Documentation

◆ __vftableField()

UObjectBase_vtbl *& UObjectBase::__vftableField ( )
inline

Definition at line 188 of file UE.h.

◆ ClassField()

UClass *& UObjectBase::ClassField ( )
inline

Definition at line 192 of file UE.h.

+ Here is the call graph for this function:

◆ ClassPrivateField()

UClass *& UObjectBase::ClassPrivateField ( )
inline

Definition at line 191 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 204 of file UE.h.

◆ GetExternalPackageInternal()

UPackage * UObjectBase::GetExternalPackageInternal ( )
inline

Definition at line 206 of file UE.h.

◆ InternalIndexField()

int & UObjectBase::InternalIndexField ( )
inline

Definition at line 190 of file UE.h.

◆ IsValidLowLevel()

bool UObjectBase::IsValidLowLevel ( )
inline

Definition at line 208 of file UE.h.

◆ IsValidLowLevelFast()

bool UObjectBase::IsValidLowLevelFast ( bool bRecursive)
inline

Definition at line 209 of file UE.h.

◆ NameField()

FName & UObjectBase::NameField ( )
inline

Definition at line 194 of file UE.h.

+ Here is the call graph for this function:

◆ NamePrivateField()

FName & UObjectBase::NamePrivateField ( )
inline

Definition at line 193 of file UE.h.

+ Here is the caller graph for this function:

◆ ObjectFlagsField()

EObjectFlags & UObjectBase::ObjectFlagsField ( )
inline

Definition at line 189 of file UE.h.

◆ OuterPrivateField()

UObject *& UObjectBase::OuterPrivateField ( )
inline

Definition at line 195 of file UE.h.

◆ SetExternalPackage()

void UObjectBase::SetExternalPackage ( UPackage * InPackage)
inline

Definition at line 207 of file UE.h.


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