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
(
FUtf8StringBuilderBase & Builder
)
Remarks
Gives child classes an opportunity to add additional data to the final report. They should prepend anything they append with \t and separate each field they add with \t.
Parameters
| Name | Description |
|---|---|
| Builder | String builder to write to. |