IAnalyticsProvider::FlushEvents

Flush any cached events to the analytics provider.

Choose your operating system:

Windows

macOS

Linux

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h

Include

#include "Interfaces/IAnalyticsProvider.h"

Syntax

void FlushEvents()

Remarks

Flush any cached events to the analytics provider.

that not all providers support explicitly sending any cached events. In which case this method does nothing.