Navigation
API > API/Runtime > API/Runtime/Analytics
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsBuildType.h |
| Include | #include "AnalyticsBuildType.h" |
Syntax
enum EAnalyticsBuildType
{
Development,
Test,
Debug,
Release,
}
Values
| Name | Description |
|---|---|
| Development | Analytics go into a "slush" account that isn't meant to be representative. |
| Test | Test mode for playtests and other runs where the data collected will be semi-representative of actual gameplay. |
| Debug | Debug mode where analytics should go to the Swrve debug console. |
| Release | BuildType that should be used by the shipping game. |
Remarks
Defines the different build types from an analytics perspective. Used to determine how to configure the provider.