Navigation
API > API/Plugins > API/Plugins/ElectraHTTPStream > API/Plugins/ElectraHTTPStream/IElectraHTTPStreamResponse
Description
Appends a copy of the timing traces to the provided array and optionally removes the first n elements. Pass a nullptr to only remove elements without copying them. This is useful to first get the traces and in a second call remove those that are no longer needed. Returns number appended or removed.
| Name | GetTimingTraces |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
| Include Path | #include "ElectraHTTPStream.h" |
int32 GetTimingTraces
(
TArray < FTimingTrace > * OutTraces,
int32 InNumToRemove
)