UE3:UTLeaderboardSettings (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- UTGame
- This class in other games:
This page has been proposed for deletion. If you think this page should be kept, please state a reason on its talk page. |
This class holds the game modes and leaderboard time line filters
Default values
Property | Value | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LocalizedSettings[1] |
| ||||||||||||||||||||||||||||||||||||||||||
LocalizedSettings[2] |
| ||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[0] |
| ||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[1] |
| ||||||||||||||||||||||||||||||||||||||||||
LocalizedSettingsMappings[2] |
|
Enums
ELeaderboardFilters
- LF_GameMode
- LF_MatchType
- LF_PlayerFilterType
EMatchTypeSettings
- MTS_Ranked
- MTS_Player
EPlayerFilterSettings
- PFS_Player
- PFS_CenteredOnPlayer
- PFS_Friends
- PFS_TopRankings
Instance functions
MoveToNextSettingValue
function MoveToNextSettingValue (int SettingId)
Moves to the next value index for the specified setting, wraps around to the first element if it hits zero.
Parameters:
- SettingId - SettingId to move to the next value.