Navigation
API > API/Runtime > API/Runtime/Analytics
Defines the different build types from an analytics perspective. Used to determine how to configure the provider.
| Name | EAnalyticsBuildType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsBuildType.h |
| Include Path | #include "AnalyticsBuildType.h" |
Syntax
enum EAnalyticsBuildType
{
Development,
Test,
Debug,
Release,
}
Values
| Name | Remarks |
|---|---|
| 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. |