Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h |
Include |
#include "Interfaces/IAnalyticsProvider.h" |
virtual void RecordError
(
const FString & Error,
const TArray< FAnalyticsEventAttribute > & EventAttrs
)
Records an error that has happened in the game
that not all providers support all events. In this case this method is equivalent to sending a regular event with name "Game Error".
Parameter |
Description |
---|---|
Error |
the error string to record |
EventAttrs |
a list of key/value pairs to assign to this event |