Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSimpleReferenceProcessorBase
Description
These functions are implemented in the GC collectors to generate detail stats on objects considered by GC. They are generally not needed for other reference collection tasks.
| Name | BeginTimingObject |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/FastReferenceCollector.h |
| Include Path | #include "UObject/FastReferenceCollector.h" |
void BeginTimingObject
(
UObject * CurrentObject
)