FScopedDetailTickStats

Scoped helper structure for capturing tick time.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealEngine.h

Include

#include "UnrealEngine.h"

Syntax

struct FScopedDetailTickStats

Remarks

Scoped helper structure for capturing tick time.

Constructors

Name Description

Public function

FScopedDetailTickStats

(
    FDetailedTickStats& InDetailedTick...,
    UObject* ObjectToTrack
)

Constructor, keeping track of object and start time.

Destructors

Name Description

Public function

~FScopedDetailTickStats()

Destructor, calculating delta time and updating global helper.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss