![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UnrealEngine.h>
Public Member Functions | |
| bool | operator() (const FTickStats &A, const FTickStats &B) const |
Public Attributes | |
| FString | ObjectPathName |
| FString | ObjectDetailedInfo |
| FName | ObjectClassFName |
| int32 | GCIndex |
| float | TotalTime |
| int32 | Count |
| bool | bForSummary |
Helper structure encapsulating all information gathered.
|
inline |
Compare helper for Sort
| bool FTickStats::bForSummary |
bForSummary is used for the logging code to know if this should be used for a summary or not
| int32 FTickStats::Count |
Number of captures this frame.
| int32 FTickStats::GCIndex |
Index of GC run when the validity of the UObject Pointer was last checked.
| FName FTickStats::ObjectClassFName |
Result of GetDetailedInfo() on the above.
| FString FTickStats::ObjectDetailedInfo |
Result of GetDetailedInfo() on the above.
| FString FTickStats::ObjectPathName |
Object associated with instances. We keep the name because the object might be gone.
| float FTickStats::TotalTime |
Total accumulative time captured.