![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoStoreOnDemand.h>
Public Member Functions | |
| IAnalyticsRecording ()=default | |
| virtual | ~IAnalyticsRecording ()=default |
| virtual void | Report (TArray< FAnalyticsEventAttribute > &OutAnalyticsArray) const =0 |
| virtual void | StopRecording ()=0 |
Interface for recording analytics over a given time period
|
default |
|
virtualdefault |
|
pure virtual |
Writes the current value of the analytics to the output array
Calling this will stop recording. Any calls to Report after this point will return the same data