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 AugmentReportRow
(
FUtf8StringBuilderBase & Builder,
int32 TrackingIndex
)
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. |
| TrackingIndex | The tracking index from a previous call to UpdateTrackingData to append data for. |