Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ProfilingDebugging > API/Runtime/Engine/ProfilingDebugging/ULevelStreamingProfilingSubsyste-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ProfilingDebugging/LevelStreamingProfilingSubsystem.h |
| Include | #include "ProfilingDebugging/LevelStreamingProfilingSubsystem.h" |
virtual void AugmentReportHeader
&40;
FUtf8StringBuilderBase & Builder
&41;
Remarks
Gives child classes an opportunity to add additional data to the final report. They should prepend anything they append with and separate each field they add with .
Parameters
| Name | Description |
|---|---|
| Builder | String builder to write to. |