UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnalyticsProviderConfigurationDelegate.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Functions

 DECLARE_DELEGATE_RetVal_TwoParams (FString, FAnalyticsProviderConfigurationDelegate, const FString &, bool)
 

Function Documentation

◆ DECLARE_DELEGATE_RetVal_TwoParams()

DECLARE_DELEGATE_RetVal_TwoParams ( FString  ,
FAnalyticsProviderConfigurationDelegate  ,
const FString &  ,
bool   
)

Analytics providers must be configured when created. This delegate provides a generic way to supply this config when creating a provider from this abstract factory function. This delegate will be called by the specific analytics provider for each configuration value it requires. The first param is the confguration name, the second parameter is a bool that is true if the value is required. It is up to the specific provider to define what configuration keys it requires. Some providers may provide more typesafe ways of constructing them when the code knows exactly which provider it will be using.