Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMemoryAnalyzer.h |
| Include | #include "UObject/ObjectMemoryAnalyzer.h" |
Syntax
struct FObjectMemoryUsage
Remarks
Object mempory usage info
Variables
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | ExclusiveMemoryUsage | ||
| SIZE_T | ExclusiveResourceSize | ||
| uint32 | Flags | ||
| SIZE_T | InclusiveMemoryUsage | ||
| SIZE_T | InclusiveResourceSize | ||
| TArray< UObject * > | NonRootReferencer | ||
| UObject * | Object | ||
| TArray< UObject * > | RootReferencer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor Default constructor must be the default item | |||
FObjectMemoryUsage
(
SIZE_T InclusiveMemUsage, |
Initialization constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsDefault () |
Determine if this annotation | |
| bool | IsProcessed () |
||
| bool | |||
| bool | |||
| bool | IsRoot () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| EObjFlags |