Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FProcessorStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/FastReferenceCollector.h |
| Include Path | #include "UObject/FastReferenceCollector.h" |
Syntax
struct FProcessorStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFoundGarbageRef | bool | UObject/FastReferenceCollector.h | ||
| NumObjects | uint32 | UObject/FastReferenceCollector.h | ||
| NumReferences | uint32 | UObject/FastReferenceCollector.h | ||
| NumVerseCells | uint32 | UObject/FastReferenceCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddObjects
(
uint32 Num |
UObject/FastReferenceCollector.h | ||
void AddReferences
(
uint32 Num |
UObject/FastReferenceCollector.h | ||
void AddStats
(
FProcessorStats Stats |
UObject/FastReferenceCollector.h | ||
void AddVerseCells
(
uint32 Num |
UObject/FastReferenceCollector.h | ||
void TrackPotentialGarbageReference
(
bool bDetectedGarbage |
UObject/FastReferenceCollector.h |