UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDummyAnalyticsSummarySender Class Reference
+ Inheritance diagram for FDummyAnalyticsSummarySender:

Public Member Functions

virtual bool SendSessionSummary (const FString &InUserId, const FString &InAppId, const FString &InAppVersion, const FString &InSessionId, const TArray< FAnalyticsEventAttribute > &InProperties) override
 
- Public Member Functions inherited from IAnalyticsSessionSummarySender
virtual ~IAnalyticsSessionSummarySender ()=default
 

Public Attributes

bool bReportSent = false
 
FString UserId
 
FString AppId
 
FString AppVersion
 
FString SessionId
 
TArray< FAnalyticsEventAttributeProperties
 

Member Function Documentation

◆ SendSessionSummary()

virtual bool FDummyAnalyticsSummarySender::SendSessionSummary ( const FString &  UserId,
const FString &  AppId,
const FString &  AppVersion,
const FString &  SessionId,
const TArray< FAnalyticsEventAttribute > &  Properties 
)
inlineoverridevirtual

Emits the summary events for the specified session id on behalf of the specified user/app/appversion. The function filters the properties by invoking the functor specified at construction.

Parameters
UserIdThe user emitting the report.
AppIdThe application for which the reports is emitted.
AppVersionThe application version for which the report is emitted.
SessionIdThe session is for which the report is emitted.
PropertiesThe list of properties that makes up the summary event.

Implements IAnalyticsSessionSummarySender.

Member Data Documentation

◆ AppId

FString FDummyAnalyticsSummarySender::AppId

◆ AppVersion

FString FDummyAnalyticsSummarySender::AppVersion

◆ bReportSent

bool FDummyAnalyticsSummarySender::bReportSent = false

◆ Properties

TArray<FAnalyticsEventAttribute> FDummyAnalyticsSummarySender::Properties

◆ SessionId

FString FDummyAnalyticsSummarySender::SessionId

◆ UserId

FString FDummyAnalyticsSummarySender::UserId

The documentation for this class was generated from the following file: