Navigation
API > API/Plugins > API/Plugins/ElectraHTTPStream > API/Plugins/ElectraHTTPStream/IElectraHTTPStreamResponse
References
| Module | ElectraHTTPStream |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
| Include | #include "ElectraHTTPStream.h" |
int32 GetTimingTraces
&40;
TArray< FTimingTrace > &42; OutTraces,
int32 InNumToRemove
&41;
Remarks
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.