Navigation
API > API/Plugins > API/Plugins/AdjustEditor
| Name | UAdjustSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Analytics/Adjust/Source/AdjustEditor/Classes/AdjustSettings.h |
| Include Path | #include "AdjustSettings.h" |
Syntax
UCLASS ()
class UAdjustSettings : public UAnalyticsSettingsBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UAnalyticsSettingsBase → UAdjustSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAdjustSettings
(
const FObjectInitializer& ObjectInitializer |
AdjustSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AppToken | FString | Application token from dashboard. | AdjustSettings.h |
|
| bEventBuffering | bool | Optional event buffering (send in batches once a minute instead of immediately) | AdjustSettings.h |
|
| bSandboxDistribution | bool | Check to run in sandbox mode instead of production for distribution builds. | AdjustSettings.h |
|
| bSandboxNondistribution | bool | Check to run in sandbox mode instead of production for non-distribution builds. | AdjustSettings.h |
|
| bSendInBackground | bool | Send while in application in background. | AdjustSettings.h |
|
| DefaultTracker | FString | Token from dashboard for tracker URL (may be left empty) | AdjustSettings.h |
|
| DelayStart | float | Optional start delay (up to 10 seconds) before first events are sent. | AdjustSettings.h |
|
| EventMap | TArray< FAdjustEventMapping > | Mapping of event names to tokens generated by Adjust dashboard. | AdjustSettings.h |
|
| LogLevel | TEnumAsByte< EAndroidAdjustLogging::Type > | Level of verbosity to use for logging. | AdjustSettings.h |
|
| ProcessName | FString | Override the process name; will use the package name if not provided. | AdjustSettings.h |
|
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReadConfigSettings() |
Provides a mechanism to read the section based information into this UObject's properties | AdjustSettings.h | |
virtual void WriteConfigSettings() |
Provides a mechanism to save this object's properties to the section based ini values | AdjustSettings.h |