UE3:OnlineStats (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> OnlineStats |
- Package:
- Engine
- Direct subclasses:
- OnlineStatsRead, OnlineStatsWrite
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Base class for stats read and write objects. Contains common structures and methods used by both read and write objects.
Properties
ViewIdMappings
Type: array<Settings.StringIdToStringMapping>
Modifiers: const
Provides metadata view ids so that we can present their human readable form
Native functions
GetViewId
Searches the view id mappings to find the view id that matches the name
Parameters:
- ViewName - the name of the view being searched for
- ViewId - the id of the view that matches the name
Returns:
- true if it was found, false otherwise
GetViewName
Finds the human readable name for the view
Parameters:
- ViewId - the id to look up in the mappings table
Returns:
- the name of the view that matches the id or NAME_None if not found