Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ProfilingDebugging > API/Runtime/Engine/ProfilingDebugging/FHealthSnapshot
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 |
void Dump
(
FOutputDevice & Ar
)
Remarks
- Dumps a text blob describing all stats captured by the snapshot to the given output device. Outputs to the LogHealthSnapshot log category.
- void
Parameters
| Name | Description |
|---|---|
| Ar The output device that will print the snapshot text blob. Use *GLog to simply write to the log. |