|
{"className": "FAnalyticsET::Config::GetDefaultAppEnvironment", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Default value if no APIServer configuration is provided.", "module": "AnalyticsET", "code": "static FString GetDefaultAppEnvironment&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::GetDefaultUploadType", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Default value if no UploadType is given, and UseDataRouter protocol is specified.", "module": "AnalyticsET", "code": "static FString GetDefaultUploadType&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::GetKeyNameForAPIKey", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "KeyName required for APIKey configuration.", "module": "AnalyticsET", "code": "static FString GetKeyNameForAPIKey&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::GetKeyNameForAPIServer", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "KeyName required for APIServer configuration.", "module": "AnalyticsET", "code": "static FString GetKeyNameForAPIServer&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::GetKeyNameForAppVersion", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "KeyName required for AppVersion configuration.", "module": "AnalyticsET", "code": "static FString GetKeyNameForAppVersion&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::GetKeyNameForAppEnvironment", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "For the the data router backend protocol.", "module": "AnalyticsET", "code": "static FString GetKeyNameForAppEnvironment&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::GetKeyNameForUploadType", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "For the the data router backend protocol.", "module": "AnalyticsET", "code": "static FString GetKeyNameForUploadType&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::GetKeyNameForUseLegacyProtocol", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Optional parameter to use the legacy backend protocol.", "module": "AnalyticsET", "code": "static FString GetKeyNameForUseLegacyProtocol&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::Config", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Default ctor to ensure all values have their proper default.", "module": "AnalyticsET", "code": "Config&40;&41;", "variables": []}
|
|
{"className": "FAnalyticsET::Config::Config", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Ctor exposing common configurables .", "module": "AnalyticsET", "code": "Config &40; FString InAPIKeyET, FString InAPIServerET, FString InAppVersionET, bool InUseLegacyProtocol, FString InAppEnvironment, FString InUploadType, TArray< FString > InAltApiServers, float InFlushIntervalSec, int32 InMaximumPayloadSize, int32 InPreallocatedPayloadSize &41;", "variables": []}
|
|
{"className": "Config", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Defines required configuration values for ET analytics provider. APIKeyET MUST be set. Set APIServerET to an empty string to create a \"NULL\" analytics provider that will be a valid instance but will suppress sending any events.", "module": "AnalyticsET", "code": "struct Config", "variables": [{"type": "TArray<FString...", "name": "AltAPIServersET", "description": "ET Alt API Servers - Base URLs to send events on retry."}, {"type": "FString", "name": "APIKeyET", "description": "ET APIKey - Get from your account manager"}, {"type": "FString", "name": "APIServerET", "description": "ET API Server - Base URL to send events."}, {"type": "FString", "name": "AppEnvironment", "description": "The AppEnvironment that the data router should use. Defaults to GetDefaultAppEnvironment."}, {"type": "FString", "name": "AppVersionET", "description": "AppVersion - defines the app version passed to the provider."}, {"type": "bool", "name": "bDropEventsOnFlushFailure", "description": "When true (default), events are dropped if flush fails"}, {"type": "float", "name": "FlushIntervalSec", "description": "Maximum time to elapse before forcing events to be flushed."}, {"type": "int32", "name": "MaximumPayloadSize", "description": "Maximum size a payload can reach before we force a flush of the payload."}, {"type": "int32", "name": "PreallocatedPayloadSize", "description": "We preallocate a payload."}, {"type": "uint32", "name": "RetryLimitCount", "description": "Maximum number of retries to attempt."}, {"type": "FString", "name": "UploadType", "description": "The UploadType that the data router should use. Defaults to GetDefaultUploadType."}, {"type": "bool", "name": "UseLegacyProtocol", "description": "When true, sends events using the legacy ET protocol that passes all attributes as URL parameters."}]}
|
|
{"className": "FAnalyticsET::CreateAnalyticsProvider", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Construct an ET analytics provider directly from a config object.", "module": "AnalyticsET", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [IAnalyticsProviderET](API\\Runtime\\AnalyticsET\\IAnalyticsProviderET) > CreateAnalyticsProvider ( const [Config](API\\Runtime\\AnalyticsET\\FAnalyticsET\\Config) & ConfigValues ) const", "variables": []}
|
|
{"className": "FAnalyticsET::CreateAnalyticsProvider", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "IAnalyticsProviderModuleinterface. Creates the analytics provider given a configuration delegate. The keys required exactly match the field names in theConfigobject.", "module": "AnalyticsET", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [IAnalyticsProvider](API\\Runtime\\Analytics\\Interfaces\\IAnalyticsProvider) > CreateAnalyticsProvider ( const FAnalyticsProviderConfigurationDelegate & GetConfigValue ) const", "variables": []}
|
|
{"className": "FAnalyticsET::Get", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.\nReturns singleton instance, loading the module on demand if needed", "module": "AnalyticsET", "code": "static [FAnalyticsET](API\\Runtime\\AnalyticsET\\FAnalyticsET) & Get()", "variables": []}
|
|
{"className": "FAnalyticsET", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsET.h", "description": "Public implementation of EpicGames.MCP.AnalyticsProvider", "module": "AnalyticsET", "code": "class FAnalyticsET : public [IAnalyticsProviderModule](API\\Runtime\\Analytics\\Interfaces\\IAnalyticsProviderModule)", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::EndFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "End the flow for the current context and pop the stack", "module": "AnalyticsET", "code": "bool EndFlow ( bool bSuccess, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & AdditionalAttributes )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::EndFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "End an existing flow by name", "module": "AnalyticsET", "code": "bool EndFlow ( const [FName](API\\Runtime\\Core\\UObject\\FName) & FlowName, bool bSuccess, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & AdditionalAttributes )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::EndFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "End an bool flow by GUID", "module": "AnalyticsET", "code": "bool EndFlow ( const [FGuid](API\\Runtime\\Core\\Misc\\FGuid) & FlowGuid, bool bSuccess, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & AdditionalAttributes )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::EndSession", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "Ends all open Flows and SubFlows", "module": "AnalyticsET", "code": "void EndSession()", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::EndSubFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "End an existing flow step by name", "module": "AnalyticsET", "code": "bool EndSubFlow ( const [FName](API\\Runtime\\Core\\UObject\\FName) & SubFlowName, bool bSuccess, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & AdditionalAttributes )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::EndSubFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "End an existing flow step by GUID", "module": "AnalyticsET", "code": "bool EndSubFlow ( const [FGuid](API\\Runtime\\Core\\Misc\\FGuid) & SubFlowGuid, bool bSuccess, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & AdditionalAttributes )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::SetProvider", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "Sets the analytics provider for the flow tracker.", "module": "AnalyticsET", "code": "void SetProvider ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [IAnalyticsProviderET](API\\Runtime\\AnalyticsET\\IAnalyticsProviderET) > & AnalyticsProvider )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::StartFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "Start a new Flow, the existing flow context will be pushed onto a stack and the new flow will become the current context", "module": "AnalyticsET", "code": "[FGuid](API\\Runtime\\Core\\Misc\\FGuid) StartFlow ( const [FName](API\\Runtime\\Core\\UObject\\FName) & FlowName )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::StartSession", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "Begins a new flow tracking session. Will emit Flow and SubFlow events to the specified analytics provider", "module": "AnalyticsET", "code": "void StartSession()", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::StartSubFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "Start a new flow and add it to the current flow context", "module": "AnalyticsET", "code": "[FGuid](API\\Runtime\\Core\\Misc\\FGuid) StartSubFlow ( const [FName](API\\Runtime\\Core\\UObject\\FName) & SubFlowName )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::StartSubFlow", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "Start a new flow step and add it to a specific flow context by GUID", "module": "AnalyticsET", "code": "[FGuid](API\\Runtime\\Core\\Misc\\FGuid) StartSubFlow ( const [FName](API\\Runtime\\Core\\UObject\\FName) & SubFlowName, const [FGuid](API\\Runtime\\Core\\Misc\\FGuid) & FlowGuid )", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::FAnalyticsFlowTracker", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "", "module": "AnalyticsET", "code": "FAnalyticsFlowTracker()", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker::~FAnalyticsFlowTracker", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "", "module": "AnalyticsET", "code": "~FAnalyticsFlowTracker()", "variables": []}
|
|
{"className": "FAnalyticsFlowTracker", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsFlowTracker.h", "description": "", "module": "AnalyticsET", "code": "class FAnalyticsFlowTracker : private [FNoncopyable](API\\Runtime\\Core\\Templates\\FNoncopyable)", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::AddToCache", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Adds a new event to the cache. If the estimated payload size will increase beyond MaximumPayloadSize then a flush will be queued here. This will makeHasFlushesQueued()== true.", "module": "AnalyticsET", "code": "void AddToCache ( [FString](API\\Runtime\\Core\\Containers\\FString) EventName, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & Attributes )", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::AddToCache", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Adds a new event to the cache. If the estimated payload size will increase beyond MaximumPayloadSize then a flush will be queued here. This will makeHasFlushesQueued()== true.", "module": "AnalyticsET", "code": "void AddToCache ( [FString](API\\Runtime\\Core\\Containers\\FString) EventName )", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::CanFlush", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Determines whether we have anything we need to flush, either a queued flush or existing events in the payload.", "module": "AnalyticsET", "code": "bool CanFlush() const", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::GetDefaultAttributeCount", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "the number of default attributes are currently being applied.", "module": "AnalyticsET", "code": "int32 GetDefaultAttributeCount() const", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::FlushCacheUTF8", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Flushes the cache as a UTF8 char array. Returns a uint8 because that's whatIHttpRequestprefers. If nothing is cached, returns an empty array.", "module": "AnalyticsET", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< uint8 > FlushCacheUTF8()", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::GetDefaultAttribute", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Range checking is not done, similar toTArray. UseGetDefaultAttributeCount()first!\none attribute of the default attributes so we don't have to copy the entire attribute array.", "module": "AnalyticsET", "code": "[FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) GetDefaultAttribute ( int32 AttributeIndex ) const", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::GetDefaultAttributes", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "the current array of default attributes.", "module": "AnalyticsET", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > GetDefaultAttributes() const", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::GetNumCachedEvents", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Gets the number of cached events (doesn't include any flushes that are already queued for flush).", "module": "AnalyticsET", "code": "int GetNumCachedEvents() const", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::FlushCache", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Flushes the cache as a string. This method is inefficient because we build up the array directly as UTF8. If nothing is cached, returns an empty string.", "module": "AnalyticsET", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) FlushCache ( SIZE_T * OutEventCount )", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::HasFlushesQueued", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Lets external code know that there are payloads queued for flush. This happens when AddCache() calls cause the payload size to exceed MaxPayloadSize. Calling code needs to notice this and flush the queue.", "module": "AnalyticsET", "code": "bool HasFlushesQueued() const", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::GetSetPreallocatedPayloadSize", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Gets the preallocated size of the payload buffer.", "module": "AnalyticsET", "code": "int32 GetSetPreallocatedPayloadSize() const", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::Lock::Lock", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "", "module": "AnalyticsET", "code": "Lock &40; FAnalyticsProviderETEventCache & EventCache &41;", "variables": []}
|
|
{"className": "Lock", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "For when you need to take a lock across multiple API calls", "module": "AnalyticsET", "code": "class Lock", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::SetPreallocatedPayloadSize", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Sets the preallocated payload size", "module": "AnalyticsET", "code": "void SetPreallocatedPayloadSize ( int32 InSetPreallocatedPayloadSize )", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::FAnalyticsProviderETEventCache", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Default ctor.", "module": "AnalyticsET", "code": "FAnalyticsProviderETEventCache ( int32 MaximumPayloadSize, int32 InPreallocatedPayloadSize )", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache::SetDefaultAttributes", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "Sets an array of attributes that will automatically be appended to any event that is sent. Logical effect is like adding them to all events before calling RecordEvent. Practically, it is implemented much more efficiently from a storage and allocation perspective.", "module": "AnalyticsET", "code": "void SetDefaultAttributes ( [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > && DefaultAttributes )", "variables": []}
|
|
{"className": "FAnalyticsProviderETEventCache", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h", "description": "All public APIs in this class are threadsafe. Implemented via crappy critical sections for now, but they are safe.", "module": "AnalyticsET", "code": "class FAnalyticsProviderETEventCache", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::CleanupExpiredFiles", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Cleans up all expired files that match the analytics session filename pattern. The manager automaticallly clean up if it runs, but if the analytics is off and the manager is not instantiated anymore, some dead files can be left over.", "module": "AnalyticsET", "code": "static void CleanupExpiredFiles ( const [FString](API\\Runtime\\Core\\Containers\\FString) & SavedDir )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::GetSessionExpirationAge", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Returns the age at which a session is considered expired and shouldn't be sent anymore.\nThe expiration delay.", "module": "AnalyticsET", "code": "static [FTimespan](API\\Runtime\\Core\\Misc\\FTimespan) GetSessionExpirationAge()", "variables": []}
|
|
{"className": "IsUserLoggingOutProperty", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Special key handled in CRC to decide if an abnormal shutdown crash report should be generated.", "module": "AnalyticsET", "code": "static const [TAnalyticsProperty](API\\Runtime\\Analytics\\Interfaces\\TAnalyticsProperty)< bool > IsUserLoggingOutProperty = TEXT(\"IsUserLoggingOut\");", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::MakeStore", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Creates a new property store associated to this manager process group. The manager only sends an analytics session summary when all collecting processes have closed their property store. Ensure to flush and release the store before calling the managerShutdown()to ensure the session is sent as soon a possible. Subsequent calls to MakeStore will increment an internal counter in the store's filename.", "module": "AnalyticsET", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [IAnalyticsPropertyStore](API\\Runtime\\Analytics\\Interfaces\\IAnalyticsPropertyStore) > MakeStore ( uint32 InitialCapacity )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::SetUserId", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Sets a the user id used for reporting analytics. Allows for changing the application user after startup. Will set the user id on all existing stores created from this session summary manager.", "module": "AnalyticsET", "code": "void SetUserId ( const [FString](API\\Runtime\\Core\\Containers\\FString) & UserId )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::SetSender", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Sets a summary sender to enable the manager to send sessions. If the sender is null, the sessions are not sent. If the sender is set, the manager will periodically search and send pending sessions, usually the one left over from processes that died unexpectedly. As a rule, the principal process is responsible to send the left over summary sessions and a subsidiary process only sends the current sessions summary if it is the last process of the group to exit. The manager deletes the session data while sending.", "module": "AnalyticsET", "code": "void SetSender ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [IAnalyticsSessionSummarySender](API\\Runtime\\AnalyticsET\\IAnalyticsSessionSummarySender) > Sender )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::Shutdown", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "MakeStore()", "module": "AnalyticsET", "code": "void Shutdown ( bool bDiscard )", "variables": []}
|
|
{"className": "ShutdownTypeCodeProperty", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Special key handled by the manager for the analytics backend. Its value must be one of EAnalyticsSessionShutdownType enum value.", "module": "AnalyticsET", "code": "static const [TAnalyticsProperty](API\\Runtime\\Analytics\\Interfaces\\TAnalyticsProperty)< int32 > ShutdownTypeCodeProperty = TEXT(\"ShutdownTypeCode\");", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::FAnalyticsSessionSummaryManager", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Constructs a manager for a subsidiary process, usually a companion process that collects extra information on the behalf of the principal process.", "module": "AnalyticsET", "code": "FAnalyticsSessionSummaryManager ( const [FString](API\\Runtime\\Core\\Containers\\FString) & ProcessName, const [FString](API\\Runtime\\Core\\Containers\\FString) & ProcessGroupId, uint32 PrincipalProcessId, const [FString](API\\Runtime\\Core\\Containers\\FString) & SavedDir )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::Tick", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Discovers and salvages/sends/cleans up left over from previous execution(s), if any. Only the principal process can send left over sessions.", "module": "AnalyticsET", "code": "void Tick()", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::FAnalyticsSessionSummaryManager", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "IAnalyticsProviderET", "module": "AnalyticsET", "code": "FAnalyticsSessionSummaryManager ( const [FString](API\\Runtime\\Core\\Containers\\FString) & ProcessName, const [FString](API\\Runtime\\Core\\Containers\\FString) & ProcessGroupId, const [FString](API\\Runtime\\Core\\Containers\\FString) & UserId, const [FString](API\\Runtime\\Core\\Containers\\FString) & AppId, const [FString](API\\Runtime\\Core\\Containers\\FString) & AppVersion, const [FString](API\\Runtime\\Core\\Containers\\FString) & SessionId, const [FString](API\\Runtime\\Core\\Containers\\FString) & SavedDir )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::FAnalyticsSessionSummaryManager", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Delegate constructor.", "module": "AnalyticsET", "code": "FAnalyticsSessionSummaryManager &40; const FString & ProcessName, const FString & ProcessGroupId, uint32 InCurrentProcessId, uint32 PrincipalProcessId, const FString & UserId, const FString & AppId, const FString & AppVersion, const FString & SessionId, const FString & SessionRootDir &41;", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager::~FAnalyticsSessionSummaryManager", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Destructor.", "module": "AnalyticsET", "code": "~FAnalyticsSessionSummaryManager()", "variables": []}
|
|
{"className": "FAnalyticsSessionSummaryManager", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h", "description": "Several processes can collaborate to collect analytics for one principal process. The common case being the Editor acting as the principal process and CrashReportClient (CRC) acting as a subsidiary process. The principal process and its subsidiaries form a group of processes tied together. The last process of the group to exit is responsible to aggregates and sends the final report for the principal process. For any reasons, if the final report cannot be sent by a group, the responsibility to deal with the left over is put on the principal process. The principal process is responsible to clean up the left over from its previous execution(s) and possibly salvage and send reports delayed.", "module": "AnalyticsET", "code": "class FAnalyticsSessionSummaryManager", "variables": []}
|
|
{"className": "FAnalyticsSessionSummarySender::SendSessionSummary", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummarySender.h", "description": "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.", "module": "AnalyticsET", "code": "virtual bool SendSessionSummary ( const [FString](API\\Runtime\\Core\\Containers\\FString) & UserId, const [FString](API\\Runtime\\Core\\Containers\\FString) & AppId, const [FString](API\\Runtime\\Core\\Containers\\FString) & AppVersion, const [FString](API\\Runtime\\Core\\Containers\\FString) & SessionId, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & Properties )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummarySender::FAnalyticsSessionSummarySender", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummarySender.h", "description": "Construction a summary sender.", "module": "AnalyticsET", "code": "FAnalyticsSessionSummarySender ( [IAnalyticsProviderET](API\\Runtime\\AnalyticsET\\IAnalyticsProviderET) & Provider, [TFunction](API\\Runtime\\Core\\GenericPlatform\\TFunction)< bool(const [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) &)> ShouldEmitFilterFunc )", "variables": []}
|
|
{"className": "FAnalyticsSessionSummarySender", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummarySender.h", "description": "Sends the analytics session summary to Epic Games analytics service.", "module": "AnalyticsET", "code": "class FAnalyticsSessionSummarySender : public [IAnalyticsSessionSummarySender](API\\Runtime\\AnalyticsET\\IAnalyticsSessionSummarySender)", "variables": []}
|
|
{"className": "IAnalyticsProviderET::GetAppID", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Method to get the AppID (APIKey)\nthe AppID (APIKey)", "module": "AnalyticsET", "code": "const [FString](API\\Runtime\\Core\\Containers\\FString) & GetAppID() const", "variables": []}
|
|
{"className": "IAnalyticsProviderET::GetAppVersion", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Method to get the AppVersion\nthe AppVersion", "module": "AnalyticsET", "code": "const [FString](API\\Runtime\\Core\\Containers\\FString) & GetAppVersion() const", "variables": []}
|
|
{"className": "IAnalyticsProviderET::GetConfig", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Return the current provider configuration.", "module": "AnalyticsET", "code": "const [FAnalyticsET::Config](API\\Runtime\\AnalyticsET\\FAnalyticsET\\Config) & GetConfig() const", "variables": []}
|
|
{"className": "IAnalyticsProviderET::GetDefaultEventAttribute", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Range checking is not done, similar toTArray. Use GetDefaultAttributeCount() first!\none attribute of the default attributes so we don't have to copy the entire attribute array.", "module": "AnalyticsET", "code": "[FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) GetDefaultEventAttribute ( int AttributeIndex ) const", "variables": []}
|
|
{"className": "IAnalyticsProviderET::GetDefaultEventAttributesSafe", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "the current array of default attributes.", "module": "AnalyticsET", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > GetDefaultEventAttributesSafe() const", "variables": []}
|
|
{"className": "IAnalyticsProviderET::BlockUntilFlushed", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Blocks execution in the thread until all events have been flushed to the network.", "module": "AnalyticsET", "code": "void BlockUntilFlushed ( float InTimeoutSec )", "variables": []}
|
|
{"className": "OnEventRecorded", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "", "module": "AnalyticsET", "code": "typedef [TFunction](API\\Runtime\\Core\\GenericPlatform\\TFunction)< void(const [FString](API\\Runtime\\Core\\Containers\\FString) &EventName, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > &Attrs, bool bJson)> OnEventRecorded", "variables": []}
|
|
{"className": "IAnalyticsProviderET::RecordEvent", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Primary RecordEvent API. Allow move semantics to capture the attributes.", "module": "AnalyticsET", "code": "void RecordEvent ( [FString](API\\Runtime\\Core\\Containers\\FString) && EventName, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & Attributes )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::RecordEvent", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "This class augments RecordEvent with a version that takes the EventName by rvalue reference to save a string copy. Implement the base version in terms of this one.", "module": "AnalyticsET", "code": "virtual void RecordEvent ( const [FString](API\\Runtime\\Core\\Containers\\FString) & EventName, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & Attributes )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::SetAppID", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Special setter to set the AppID, something that is not normally allowed for third party analytics providers.", "module": "AnalyticsET", "code": "void SetAppID ( [FString](API\\Runtime\\Core\\Containers\\FString) && AppID )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::SetAppVersion", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Sets the AppVersion.", "module": "AnalyticsET", "code": "void SetAppVersion ( [FString](API\\Runtime\\Core\\Containers\\FString) && AppVersion )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::SetEventCallback", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Set a callback to be invoked any time an event is queued.", "module": "AnalyticsET", "code": "void SetEventCallback ( const [OnEventRecorded](API\\Runtime\\AnalyticsET\\IAnalyticsProviderET\\OnEventRecorded) & Callback )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::GetDefaultEventAttributeCount", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Used with GetDefaultAttribute to iterate over the default attributes.\nthe number of default attributes are currently being applied.", "module": "AnalyticsET", "code": "int32 GetDefaultEventAttributeCount() const", "variables": []}
|
|
{"className": "IAnalyticsProviderET::SetDefaultEventAttributes", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Sets an array of attributes that will automatically be appended to any event that is sent. Logical effect is like adding them to all events before calling RecordEvent. Practically, it is implemented much more efficiently from a storage and allocation perspective.", "module": "AnalyticsET", "code": "void SetDefaultEventAttributes ( [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > && Attributes )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::SetShouldRecordEventFunc", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Set an event filter to dynamically control whether an event should be sent.", "module": "AnalyticsET", "code": "void SetShouldRecordEventFunc ( const [ShouldRecordEventFunction](API\\Runtime\\AnalyticsET\\IAnalyticsProviderET\\ShouldRecordEventFunction) & ShouldRecordEventFunc )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::SetHeader", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Sets a header to be included with analytics http requests", "module": "AnalyticsET", "code": "void SetHeader ( const [FString](API\\Runtime\\Core\\Containers\\FString) & HeaderName, const [FString](API\\Runtime\\Core\\Containers\\FString) & HeaderValue )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::SetURLEndpoint", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Updates the default URL endpoint and AltDomains.", "module": "AnalyticsET", "code": "void SetURLEndpoint ( const [FString](API\\Runtime\\Core\\Containers\\FString) & UrlEndpoint, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FString](API\\Runtime\\Core\\Containers\\FString) > & AltDomains )", "variables": []}
|
|
{"className": "IAnalyticsProviderET::StartSession", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "This class augments StartSession with a version that takes the SessionID instead of always generating it. Implement the base version in terms of this one.", "module": "AnalyticsET", "code": "virtual bool StartSession ( const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & Attributes )", "variables": []}
|
|
{"className": "ShouldRecordEventFunction", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Callback used before any event is actually sent. Allows higher level code to disable events.", "module": "AnalyticsET", "code": "typedef [TFunction](API\\Runtime\\Core\\GenericPlatform\\TFunction)< bool(const [IAnalyticsProviderET](API\\Runtime\\AnalyticsET\\IAnalyticsProviderET) &ThisProvider, const [FString](API\\Runtime\\Core\\Containers\\FString) &EventName)> ShouldRecordEventFunction", "variables": []}
|
|
{"className": "IAnalyticsProviderET::ShouldRecordEvent", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Allows higher level code to abort logic to set up for a RecordEvent call by checking the filter that will be used to send the event first.\ntrue if the event will be recorded using the currently installed ShouldRecordEvent function", "module": "AnalyticsET", "code": "bool ShouldRecordEvent ( const [FString](API\\Runtime\\Core\\Containers\\FString) & EventName ) const", "variables": []}
|
|
{"className": "IAnalyticsProviderET::StartSession", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "Primary StartSession API. Allow move semantics to capture the attributes.", "module": "AnalyticsET", "code": "bool StartSession ( [FString](API\\Runtime\\Core\\Containers\\FString) InSessionID, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & Attributes )", "variables": []}
|
|
{"className": "IAnalyticsProviderET", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h", "description": "ET specific analytics provider instance. Exposes additional APIs to support Json-based events, default attributes, and allowing events to be disabled (generally via hotfixing).", "module": "AnalyticsET", "code": "class IAnalyticsProviderET : public [IAnalyticsProvider](API\\Runtime\\Analytics\\Interfaces\\IAnalyticsProvider)", "variables": []}
|
|
{"className": "IAnalyticsSessionSummarySender::SendSessionSummary", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsSessionSummarySender.h", "description": "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.", "module": "AnalyticsET", "code": "bool SendSessionSummary ( const [FString](API\\Runtime\\Core\\Containers\\FString) & UserId, const [FString](API\\Runtime\\Core\\Containers\\FString) & AppId, const [FString](API\\Runtime\\Core\\Containers\\FString) & AppVersion, const [FString](API\\Runtime\\Core\\Containers\\FString) & SessionId, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAnalyticsEventAttribute](API\\Runtime\\Analytics\\FAnalyticsEventAttribute) > & Properties )", "variables": []}
|
|
{"className": "IAnalyticsSessionSummarySender::~IAnalyticsSessionSummarySender", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsSessionSummarySender.h", "description": "", "module": "AnalyticsET", "code": "virtual ~IAnalyticsSessionSummarySender()", "variables": []}
|
|
{"className": "IAnalyticsSessionSummarySender", "headerPath": "/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsSessionSummarySender.h", "description": "Sends the analytics session summary to a backend service.", "module": "AnalyticsET", "code": "class IAnalyticsSessionSummarySender", "variables": []}
|
|
|