I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTLeaderboardSettings (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- UTGame
- This class in other games:
- UDK
This class holds the game modes and leaderboard time line filters
[edit] Default values
[edit] ELeaderboardFilters
- LF_GameMode
- LF_MatchType
- LF_PlayerFilterType
[edit] EMatchTypeSettings
- MTS_Ranked
- MTS_Player
[edit] EPlayerFilterSettings
- PFS_Player
- PFS_CenteredOnPlayer
- PFS_Friends
- PFS_TopRankings
[edit] Instance functions
[edit] 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.