Gah - a solution with more questions. – EntropicLqd
UE3:UTProfileSettings (UT3)
Object >> OnlineProfileSettings >> UTProfileSettings |
Contents
- 1 Constants
- 2 Properties
- 3 Enums
- 4 Structs
- 5 Functions
- 5.1 Static native functions
- 5.2 Other static functions
- 5.3 Native functions
- 5.3.1 CheckAroundTheWorldMap
- 5.3.2 CheckJackOfAllTradesBitmask
- 5.3.3 CheckLikeTheBackOfMyHandMap
- 5.3.4 CheckMixItUp
- 5.3.5 CheckSpiceOfLifeBitmask
- 5.3.6 CountBits64InAchivementValue
- 5.3.7 GetAchievementUnlockCriteria
- 5.3.8 GetAchievementUnlockType
- 5.3.9 GetAchievementValue
- 5.3.10 GetProfileSettingValueFloatByName
- 5.3.11 GetProfileSettingValueIdByName
- 5.3.12 GetProfileSettingValueIntByName
- 5.3.13 GetProfileSettingValueStringByName
- 5.3.14 IncrementGetALife
- 5.3.15 IncrementMixItUp
- 5.3.16 ResetToDefault
- 5.3.17 SetAchievementValue
- 5.3.18 UpdateAchievementBitMask
- 5.3.19 UpdateAchievementByteCount
- 5.3.20 UpdateAchievementCount
- 5.3.21 UpdateAroundTheWorld
- 5.3.22 UpdateGetItOn
- 5.3.23 UpdateLikeTheBackOfMyHand
- 5.4 Events
- 5.5 Other instance functions
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. |
List of profile settings for UT
Constants[edit]
See UTProfileSettings constants.
Properties[edit]
See UTProfileSettings properties.
Enums[edit]
Structs[edit]
AchievementData[edit]
Modifiers: native
- UTTypes.EUTGameAchievements Id
- EUTUnlockType UnlockType
- int UnlockCriteria
Functions[edit]
Static native functions[edit]
ResetKeysToDefault[edit]
Resets the current keybindings for the specified playerowner to the defaults specified in the INI.
Parameters:
- InPlayerOwner - Player to get the default keybindings for.
Other static functions[edit]
GetListOfVisitedBones[edit]
Get's a list of bones that have been visited
Param MaskA The first part of the bone mask Param MaskB The Second part of the bone mask Param OUT BoneList returns the list of bones
Native functions[edit]
CheckAroundTheWorldMap[edit]
CheckJackOfAllTradesBitmask[edit]
CheckLikeTheBackOfMyHandMap[edit]
CheckMixItUp[edit]
CheckSpiceOfLifeBitmask[edit]
CountBits64InAchivementValue[edit]
GetAchievementUnlockCriteria[edit]
GetAchievementUnlockType[edit]
GetAchievementValue[edit]
GetProfileSettingValueFloatByName[edit]
Returns the float value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueIdByName[edit]
Returns the Id mapped value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueIntByName[edit]
Returns the integer value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueStringByName[edit]
Returns the string value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
IncrementGetALife[edit]
IncrementMixItUp[edit]
ResetToDefault[edit]
Sets the specified profile id back to its default value.
Parameters:
- ProfileId - Profile setting to reset to default.
SetAchievementValue[edit]
UpdateAchievementBitMask[edit]
Achievements stored in profile
UpdateAchievementByteCount[edit]
UpdateAchievementCount[edit]
UpdateAroundTheWorld[edit]
UpdateGetItOn[edit]
UpdateLikeTheBackOfMyHand[edit]
Events[edit]
ScriptSetToDefaults[edit]
Overrides: OnlineProfileSettings.ScriptSetToDefaults
Sets all of the profile settings to their default values