Navigation
API > API/Plugins > API/Plugins/AdjustEditor
Holds the event name and corresponding token from Adjust dashboard.
| Name | FAdjustEventMapping |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Analytics/Adjust/Source/AdjustEditor/Classes/AdjustSettings.h |
| Include Path | #include "AdjustSettings.h" |
Syntax
USTRUCT ()
struct FAdjustEventMapping
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FString | The event name (the one passed in to RecordEvent calls). | AdjustSettings.h |
|
| Token | FString | The token of the corresponding event, generated by the Adjust dashboard. | AdjustSettings.h |
|