UE3:OnlineProfileSettings enums (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
OnlineProfileSettings enums in other games:

Enums

EOnlineProfileAsyncState

Enum indicating the current async action happening on this profile

OPAS_None
OPAS_Read
OPAS_Write

EOnlineProfilePropertyOwner

Enum indicating who owns a given online profile proprety

OPPO_None
No owner assigned
OPPO_OnlineService
Owned by the online service
OPPO_Game
Owned by the game in question

EProfileAutoAimOptions

Enum of auto aim preferences stored by the online service Used with Profile ID PSI_AutoAim

PAAO_Off
PAAO_On

EProfileAutoCenterOptions

Enum of auto center preferences stored by the online service Used with Profile ID PSI_AutoCenter

PACO_Off
PACO_On

EProfileControllerSensitivityOptions

Enum of controller sensitivity profile values stored by the online service Used with Profile ID PSI_ControllerSensitivity

PCSO_Medium
PCSO_Low
PCSO_High

EProfileControllerVibrationToggleOptions

Enum of player's vibration preferences stored by the online service Used with Profile ID PSI_ControllerVibration

PCVTO_Off
PCVTO_IgnoreThis
PCVTO_IgnoreThis2
PCVTO_On

EProfileDifficultyOptions

Enum of difficulty profile values stored by the online service Used with Profile ID PSI_GameDifficulty

PDO_Normal
PDO_Easy
PDO_Hard

EProfileMovementControlOptions

Enum of movement stick preferences stored by the online service Used with Profile ID PSI_MovementControl

PMCO_L_Thumbstick
PMCO_R_Thumbstick

EProfilePreferredColorOptions

Enum of team color preferences stored by the online service Used with Profile ID PSI_PreferredColor1 & PSI_PreferredColor2

PPCO_None
PPCO_Black
PPCO_White
PPCO_Yellow
PPCO_Orange
PPCO_Pink
PPCO_Red
PPCO_Purple
PPCO_Blue
PPCO_Green
PPCO_Brown
PPCO_Silver

EProfileRaceAcceleratorControlOptions

Enum of player's race gas control preferences stored by the online service Used with Profile ID PSI_RaceAcceleratorControl

PRACO_Trigger
PRACO_Button

EProfileRaceBrakeControlOptions

Enum of player's race brake control preferences stored by the online service Used with Profile ID PSI_RaceCameraLocation

PRBCO_Trigger
PRBCO_Button

EProfileRaceCameraLocationOptions

Enum of player's race camera preferences stored by the online service Used with Profile ID PSI_RaceCameraLocation

PRCLO_Behind
PRCLO_Front
PRCLO_Inside

EProfileRaceTransmissionOptions

Enum of player's car transmission preferences stored by the online service Used with Profile ID PSI_RaceTransmission

PRTO_Auto
PRTO_Manual

EProfileSettingID

Enum of profile setting IDs

PSI_Unknown
PSI_ControllerVibration
PSI_YInversion
PSI_GamerCred
PSI_GamerRep
PSI_VoiceMuted
PSI_VoiceThruSpeakers
PSI_VoiceVolume
PSI_GamerPictureKey
PSI_GamerMotto
PSI_GamerTitlesPlayed
PSI_GamerAchievementsEarned
PSI_GameDifficulty
PSI_ControllerSensitivity
PSI_PreferredColor1
PSI_PreferredColor2
PSI_AutoAim
PSI_AutoCenter
PSI_MovementControl
PSI_RaceTransmission
PSI_RaceCameraLocation
PSI_RaceBrakeControl
PSI_RaceAcceleratorControl
PSI_GameCredEarned
PSI_GameAchievementsEarned
PSI_EndLiveIds
PSI_ProfileVersionNum
PSI_ProfileSaveCount

EProfileVoiceThruSpeakersOptions

Enum of player's voice through speakers preference stored by the online service Used with Profile ID PSI_VoiceThruSpeakers

PVTSO_Off
PVTSO_On
PVTSO_Both

EProfileXInversionOptions

Enum of player's X axis invert preferences stored by the online service Used with Profile ID PSI_YInversion

PXIO_Off
PXIO_On

EProfileYInversionOptions

Enum of player's Y axis invert preferences stored by the online service Used with Profile ID PSI_YInversion

PYIO_Off
PYIO_On