class MAGES::Analytics::SettingsScriptableObject

Overview

Scriptable object that serializes the settings of the analytics. More…

class SettingsScriptableObject: public ScriptableObject
{
public:
    // properties

    List SceneGraphActions;
    string StorePath;
};

Detailed Documentation

Scriptable object that serializes the settings of the analytics.

Properties

List SceneGraphActions

Gets or sets the actions of the scene graph.

string StorePath

Gets or sets the store path of analytics.