Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Stats class that accumulates the stats data before submitting it to the online subsytem for storage.
Core.Object | +-- Engine.OnlineStats | +-- Engine.OnlineStatsWrite
UTLeaderboardWriteBase
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg |
Variables Summary | |
---|---|
array<int> | ArbitratedViewIds |
array<SettingsProperty> | Properties |
int | RatingId |
array<StringIdToStringMapping> | StatMappings |
array<int> | ViewIds |
Inherited Variables from Engine.OnlineStats |
---|
ViewIdMappings |
Inherited Variables from Core.Object |
---|
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
Enumerations Summary |
---|
Inherited Enumerations from Core.Object |
---|
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup |
Structures Summary |
---|
Delegates Summary | ||
---|---|---|
![]() | OnStatsWriteComplete () |
Functions Summary | ||
---|---|---|
![]() | DecrementFloatStat (int StatId, ptional float DecBy = 1.0) | |
![]() | DecrementIntStat (int StatId, ptional int DecBy = 1) | |
![]() | bool | GetStatId (name StatName, ut int StatId) |
![]() | name | GetStatName (int StatId) |
![]() | IncrementFloatStat (int StatId, ptional float IncBy = 1.0) | |
![]() | IncrementIntStat (int StatId, ptional int IncBy = 1) | |
![]() | SetFloatStat (int StatId, loat Value) | |
![]() | SetIntStat (int StatId, nt Value) |
Inherited Functions from Engine.OnlineStats |
---|
GetViewId, GetViewName |
Variables Detail |
---|
This array contains the list of views to write the properties to for arbitrated matches
The array of properties to publish to the stats view
This is the property id that is used to rate on
Maps the stat's column num to the human readable stat name
This array contains the list of views to write the properties to
Delegates Detail |
---|
Delegate used to notify the caller when stats write has completed
Functions Detail |
---|
Decrements a stat of type SDT_Float by the value specified. Does nothing if the stat is not of the right type.
@param StatId the stat to decrement
@param DecBy the value to decrement by
Decrements a stat of type SDT_Int by the value specified. Does nothing if the stat is not of the right type.
@param StatId the stat to decrement
@param DecBy the value to decrement by
Searches the stat mappings to find the stat id that matches the name
@param StatName the name of the stat being searched for
@param StatId the out value that gets the id
@return true if it was found, false otherwise
Searches the stat mappings to find human readable name for the stat id
@param StatId the id of the stats to find the name for
@return true if it was found, false otherwise
Increments a stat of type SDT_Float by the value specified. Does nothing if the stat is not of the right type.
@param StatId the stat to increment
@param IncBy the value to increment by
Increments a stat of type SDT_Int by the value specified. Does nothing if the stat is not of the right type.
@param StatId the stat to increment
@param IncBy the value to increment by
Sets a stat of type SDT_Float to the value specified. Does nothing if the stat is not of the right type.
@param StatId the stat to change the value of
@param Value the new value to assign to the stat
Sets a stat of type SDT_Int to the value specified. Does nothing if the stat is not of the right type.
@param StatId the stat to change the value of
@param Value the new value to assign to the stat
Defaultproperties |
---|
defaultproperties { Name="Default__OnlineStatsWrite" ObjectArchetype=OnlineStats'Engine.Default__OnlineStats' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |