Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ProfilingDebugging > API/Runtime/Engine/ProfilingDebugging/UHealthSnapshotBlueprintLibrary
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 |
UFUNCTION (Exec, BlueprintCallable, Category="Performance | HealthSnapshot")
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
| Name | Description |
|---|---|
| SnapshotTitle | The name to be given to the new HealthSnapshot. |