Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULevelStreamingProfilingSubsyste-
Description
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.
| Name | AugmentReportHeader |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ProfilingDebugging/LevelStreamingProfilingSubsystem.h |
| Include Path | #include "ProfilingDebugging/LevelStreamingProfilingSubsystem.h" |
virtual void AugmentReportHeader
(
FUtf8StringBuilderBase & Builder
)
Parameters
| Name | Remarks |
|---|---|
| Builder | String builder to write to. |