#include <Object.h>
◆ UObject() [1/2]
| UObject::UObject |
( |
uint32 | InUUID, |
|
|
size_t | InObjectType ) |
|
inline |
◆ ~UObject()
| virtual UObject::~UObject |
( |
| ) |
|
|
virtualdefault |
◆ UObject() [2/2]
◆ AddFlags()
◆ ClearFlags()
◆ GetClass()
| UClass * UObject::GetClass |
( |
| ) |
const |
◆ GetName()
| const FString & UObject::GetName |
( |
| ) |
const |
◆ GetOuter()
| UObject * UObject::GetOuter |
( |
| ) |
const |
◆ GetPathName()
| FString UObject::GetPathName |
( |
| ) |
const |
◆ GetTotalBytes()
| int32 UObject::GetTotalBytes |
( |
| ) |
|
|
static |
◆ GetTotalCounts()
| int32 UObject::GetTotalCounts |
( |
| ) |
|
|
static |
◆ GetTypedOuter()
template<typename T>
| T * UObject::GetTypedOuter |
( |
| ) |
const |
|
inline |
◆ HasAllFlags()
◆ HasAnyFlags()
◆ IsA()
| bool UObject::IsA |
( |
const UClass * | InClass | ) |
const |
◆ IsPendingKill()
| bool UObject::IsPendingKill |
( |
| ) |
const |
◆ MarkPendingKill()
| void UObject::MarkPendingKill |
( |
| ) |
|
◆ operator delete()
| void UObject::operator delete |
( |
void * | InAddress, |
|
|
std::size_t | size ) |
◆ operator new()
| void * UObject::operator new |
( |
size_t | InSize | ) |
|
◆ StaticClass()
| UClass * UObject::StaticClass |
( |
| ) |
|
|
static |
◆ TotalAllocationBytes
| int32 UObject::TotalAllocationBytes = 0 |
|
inlinestatic |
◆ TotalAllocationCounts
| int32 UObject::TotalAllocationCounts = 0 |
|
inlinestatic |
The documentation for this class was generated from the following files: