UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FScopedDetailTickStats Struct Reference

#include <UnrealEngine.h>

Public Member Functions

 FScopedDetailTickStats (FDetailedTickStats &InDetailedTickStats, UObject *ObjectToTrack)
 
 ~FScopedDetailTickStats ()
 

Detailed Description

Scoped helper structure for capturing tick time.

Constructor & Destructor Documentation

◆ FScopedDetailTickStats()

FScopedDetailTickStats::FScopedDetailTickStats ( FDetailedTickStats InDetailedTickStats,
UObject InObject 
)

Constructor, keeping track of object and start time.

Constructor, keeping track of object's class and start time.

◆ ~FScopedDetailTickStats()

FScopedDetailTickStats::~FScopedDetailTickStats ( )

Destructor, calculating delta time and updating global helper.


The documentation for this struct was generated from the following files: