{
  "path": [
    "/Script/FortniteGame.FortPlayerStateAthena"
  ],
  "parseLevel": 1,
  "exportGroup": "gameData",
  "exportName": "players",
  "exportType": "array",
  "properties": {
    "PlayerID": {
      "name": "PlayerID",
      "type": "int",
      "parseFunction": "readUInt32",
      "parseType": "default"
    },
    "UniqueId": {
      "name": "UniqueId",
      "type": "string",
      "parseFunction": "readNetId",
      "parseType": "default"
    },
    "PlayerNamePrivate": {
      "name": "PlayerNamePrivate",
      "type": "string",
      "parseFunction": "readString",
      "parseType": "default"
    },
    "bOnlySpectator": {
      "name": "bOnlySpectator",
      "type": "boolean",
      "parseFunction": "readBit",
      "parseType": "default"
    },
    "DeathCause": {
      "name": "DeathCause",
      "type": "EDeathCause",
      "parseType": "readEnum",
      "bits": 6
    },
    "bIsDisconnected": {
      "name": "bIsDisconnected",
      "type": "boolean",
      "parseFunction": "readBit",
      "parseType": "default"
    },
    "bIsABot": {
      "name": "bIsABot",
      "type": "boolean",
      "parseFunction": "readBit",
      "parseType": "default"
    },
    "DeathTags": {
      "name": "DeathTags",
      "type": "FGameplayTagContainer",
      "parseType": "readClass"
    },
    "VictimTags": {
      "name": "VictimTags",
      "type": "FGameplayTagContainer",
      "parseType": "readClass"
    },
    "FinisherOrDownerTags": {
      "name": "FinisherOrDownerTags",
      "type": "FGameplayTagContainer",
      "parseType": "readClass"
    },
    "KillScore": {
      "name": "KillScore",
      "parseFunction": "readInt32",
      "parseType": "default"
    }
  }
}
