analytics_device

device
analytics_device<public> := class<concrete><final>(creative_device_base)

Used to track `agent` events used to generate analytics.

Module
/Fortnite.com/Devices
Source
fortnite

Used in

RaceManagement / Starting Game Sequence verse-source
# them during the starting lineup.
    @editable
    StartingPositions:[]start_position = array{}

    # Tracks player analytics during the round.
    @editable
    RoundAnalytics:[]analytics_device = array{}

    # Handles the logic for the race gamemode.
    @editable
    RaceManager:race_manager_device = race_manager_device{}

    # The cinematic that intros the players and their stats.