Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHealthSnapshot
Description
Dumps a text blob describing all stats captured by the snapshot to the given output device. Outputs to the LogHealthSnapshot log category.
| Name | Dump |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ProfilingDebugging/HealthSnapshot.h |
| Include Path | #include "ProfilingDebugging/HealthSnapshot.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ProfilingDebugging/HealthSnapshot.cpp |
void Dump
(
FOutputDevice & Ar
)
: void
Parameters
| Name | Remarks |
|---|---|
| Ar The output device that will print the snapshot text blob. Use *GLog to simply write to the log. |