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

#include <UE.h>

+ Inheritance diagram for UObjectBaseUtility:
+ Collaboration diagram for UObjectBaseUtility:

Public Member Functions

int GetLinkerUE4Version ()
 
int GetLinkerLicenseeUE4Version ()
 
FStringGetPathName (FString *result, UObject *StopOuter)
 
void GetPathName (UObject *StopOuter, FString *ResultString)
 
FStringGetFullName (FString *result, UObject *StopOuter)
 
void MarkPackageDirty ()
 
bool IsIn (UObject *SomeOuter)
 
bool IsA (UClass *SomeBase)
 
void * GetInterfaceAddress (UClass *InterfaceClass)
 
bool IsDefaultSubobject ()
 
int GetLinkerIndex ()
 
- Public Member Functions inherited from UObjectBase
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)
 

Additional Inherited Members

- Static Public Member Functions inherited from UObjectBase
static void EmitBaseReferences (UClass *RootClass)
 

Detailed Description

Definition at line 290 of file UE.h.

Member Function Documentation

◆ GetFullName()

FString * UObjectBaseUtility::GetFullName ( FString * result,
UObject * StopOuter )
inline

Definition at line 296 of file UE.h.

+ Here is the caller graph for this function:

◆ GetInterfaceAddress()

void * UObjectBaseUtility::GetInterfaceAddress ( UClass * InterfaceClass)
inline

Definition at line 300 of file UE.h.

◆ GetLinkerIndex()

int UObjectBaseUtility::GetLinkerIndex ( )
inline

Definition at line 302 of file UE.h.

◆ GetLinkerLicenseeUE4Version()

int UObjectBaseUtility::GetLinkerLicenseeUE4Version ( )
inline

Definition at line 293 of file UE.h.

◆ GetLinkerUE4Version()

int UObjectBaseUtility::GetLinkerUE4Version ( )
inline

Definition at line 292 of file UE.h.

◆ GetPathName() [1/2]

FString * UObjectBaseUtility::GetPathName ( FString * result,
UObject * StopOuter )
inline

Definition at line 294 of file UE.h.

◆ GetPathName() [2/2]

void UObjectBaseUtility::GetPathName ( UObject * StopOuter,
FString * ResultString )
inline

Definition at line 295 of file UE.h.

◆ IsA()

bool UObjectBaseUtility::IsA ( UClass * SomeBase)
inline

Definition at line 299 of file UE.h.

+ Here is the caller graph for this function:

◆ IsDefaultSubobject()

bool UObjectBaseUtility::IsDefaultSubobject ( )
inline

Definition at line 301 of file UE.h.

◆ IsIn()

bool UObjectBaseUtility::IsIn ( UObject * SomeOuter)
inline

Definition at line 298 of file UE.h.

◆ MarkPackageDirty()

void UObjectBaseUtility::MarkPackageDirty ( )
inline

Definition at line 297 of file UE.h.


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