UHealthSnapshotBlueprintLibrary::LogPerformanceSnapshot

Writes a snapshot to the log.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ProfilingDebugging/HealthSnapshot.h

Include

#include "ProfilingDebugging/HealthSnapshot.h"

Source

/Engine/Source/Runtime/Engine/Private/ProfilingDebugging/HealthSnapshot.cpp

Syntax

static void LogPerformanceSnapshot
(
    const FString SnapshotTitle,
    bool bResetStats
)

Remarks

Writes a snapshot to the log. Captures memory stats by default. Also captures performance stats if called after StartHealthSnapshotChart and before SopHealthSnapshotChart.

Parameters

Parameter

Description

SnapshotTitle

The name to be given to the new HealthSnapshot.

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