Skip to main content

XblTitleManagedStatistic

Contains information about a Title Managed statistic.

Syntax

Members

statisticName
Type: const char*
The name of the statistic (case insensitive). statisticType
Type: XblTitleManagedStatType
The type of the statistic. numberValue
Type: double
The value of the double statistic. Backed by a JSON number value, which can lead to precision issues when storing 64-bit fixed point values. stringValue
Type: const char*
The value of the string statistic.

Argument of

XblTitleManagedStatsWriteAsync

Requirements

Header: title_managed_statistics_c.h

See also

title_managed_statistics_c
Last modified on August 4, 2026