Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ReachabilityAnalysis.h |
| Include | #include "UObject/ReachabilityAnalysis.h" |
Syntax
struct FStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFinishedAsFullPurge | ||
| bool | bFlushedAsyncLoading | ||
| bool | bInProgress | ||
| bool | bPurgedPreviousGCObjects | ||
| bool | bStartedAsFullPurge | ||
| FIterationTimerStat | DestroyGarbageTime | ||
| double | DestroyGarbageTimeLimit | ||
| double | DissolveUnreachableClustersTime | ||
| double | GarbageTrackingTime | ||
| FIterationTimerStat | GatherUnreachableTime | ||
| double | InitialReferenceCollectionTime | ||
| double | MarkObjectsAsUnreachableTime | ||
| double | NotifyUnreachableTime | ||
| int32 | NumBarrierObjects | ||
| int32 | NumClusteredObjects | ||
| int32 | NumClusters | ||
| int32 | NumDissolvedClusters | ||
| int32 | NumObjects | ||
| int32 | NumObjectsThatNeedWeakReferenceClearing | ||
| int32 | NumRoots | ||
| int32 | NumUnreachableClusteredObjects | ||
| int32 | NumUnreachableObjects | ||
| int32 | NumWeakReferencesForClearing | ||
| FIterationTimerStat | ReachabilityTime | ||
| double | ReachabilityTimeLimit | ||
| FIterationTimerStat | ReferenceCollectionTime | ||
| double | TotalTime | ||
| double | TraceExternalRootsTime | ||
| FIterationTimerStat | UnhashingTime | ||
| double | UnhashingTimeLimit | ||
| double | VerifyNoUnreachableTime | ||
| double | VerifyTime |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DumpToLog () |