There is no spoon
UE3:UTProfileSettings (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> OnlineProfileSettings >> UTProfileSettings |
| This is an auto-generated page and may need human attention. Please remove this 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
[edit] Constants
See UTProfileSettings constants.
[edit] Properties
See UTProfileSettings properties.
[edit] Enums
[edit] Structs
[edit] AchievementData
Modifiers: native
- UTTypes.EUTGameAchievements Id
- EUTUnlockType UnlockType
- int UnlockCriteria
[edit] Functions
[edit] Static native functions
[edit] 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.
[edit] Other static functions
[edit] 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
[edit] Native functions
[edit] CheckAroundTheWorldMap
[edit] CheckJackOfAllTradesBitmask
[edit] CheckLikeTheBackOfMyHandMap
[edit] CheckMixItUp
[edit] CheckSpiceOfLifeBitmask
[edit] CountBits64InAchivementValue
[edit] GetAchievementUnlockCriteria
[edit] GetAchievementUnlockType
[edit] GetAchievementValue
[edit] GetProfileSettingValueFloatByName
Returns the float value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
[edit] GetProfileSettingValueIdByName
Returns the Id mapped value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
[edit] GetProfileSettingValueIntByName
Returns the integer value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
[edit] GetProfileSettingValueStringByName
Returns the string value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
[edit] IncrementGetALife
[edit] IncrementMixItUp
[edit] ResetToDefault
Sets the specified profile id back to its default value.
Parameters:
- ProfileId - Profile setting to reset to default.
[edit] SetAchievementValue
[edit] UpdateAchievementBitMask
Achievements stored in profile
[edit] UpdateAchievementByteCount
[edit] UpdateAchievementCount
[edit] UpdateAroundTheWorld
[edit] UpdateGetItOn
[edit] UpdateLikeTheBackOfMyHand
[edit] Events
[edit] ScriptSetToDefaults
Overrides: OnlineProfileSettings.ScriptSetToDefaults
Sets all of the profile settings to their default values
