My program doesn't have bugs. It just develops random features.
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
See UTProfileSettings constants.
Properties
See UTProfileSettings properties.
Enums
Structs
AchievementData
Modifiers: native
- UTTypes.EUTGameAchievements Id
- EUTUnlockType UnlockType
- int UnlockCriteria
Functions
Static native functions
ResetKeysToDefault
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
GetListOfVisitedBones
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
CheckAroundTheWorldMap
CheckJackOfAllTradesBitmask
CheckLikeTheBackOfMyHandMap
CheckMixItUp
CheckSpiceOfLifeBitmask
CountBits64InAchivementValue
GetAchievementUnlockCriteria
GetAchievementUnlockType
GetAchievementValue
GetProfileSettingValueFloatByName
Returns the float value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueIdByName
Returns the Id mapped value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueIntByName
Returns the integer value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueStringByName
Returns the string value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
IncrementGetALife
IncrementMixItUp
ResetToDefault
Sets the specified profile id back to its default value.
Parameters:
- ProfileId - Profile setting to reset to default.
SetAchievementValue
UpdateAchievementBitMask
Achievements stored in profile
UpdateAchievementByteCount
UpdateAchievementCount
UpdateAroundTheWorld
UpdateGetItOn
UpdateLikeTheBackOfMyHand
Events
ScriptSetToDefaults
Overrides: OnlineProfileSettings.ScriptSetToDefaults
Sets all of the profile settings to their default values