Gah - a solution with more questions. – EntropicLqd

UE3:UTProfileSettings (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> OnlinePlayerStorage >> OnlineProfileSettings >> UTProfileSettings
Package: 
UTGame
This class in other games:
UT3

List of profile settings for UT

Constants

See UTProfileSettings constants.

Properties

See UTProfileSettings properties.

Enums

See UTProfileSettings enums.

Structs

AchievementData

Modifiers: native

UTTypes.EUTGameAchievements Id 
EUTUnlockType UnlockType 
int UnlockCriteria 

Functions

Static native functions

ResetKeysToDefault

native static function ResetKeysToDefault (optional LocalPlayer InPlayerOwner)

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

static function GetListOfVisitedBones (int MaskA, int MaskB, out array<nameBoneList)

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

GetAchievementUnlockCriteria

native function bool GetAchievementUnlockCriteria (int AchievementId, out int UnlockCriteria)


GetAchievementValue

native function bool GetAchievementValue (int AchievementId, out int Value)


IncrementMixItUp

native function bool IncrementMixItUp (int GameType)


ResetToDefault

native function ResetToDefault (int ProfileId)

Sets the specified profile id back to its default value.

Parameters:

  • ProfileId - Profile setting to reset to default.

SetAchievementValue

native function bool SetAchievementValue (int AchievementId, int Value)


UpdateAchievementBitMask

native function bool UpdateAchievementBitMask (int AchievementId, int BitMask)

Achievements stored in profile

UpdateAchievementCount

native function bool UpdateAchievementCount (int AchievementId, optional int Count)


UpdateAroundTheWorld

native function bool UpdateAroundTheWorld (int MapContextId)


UpdateGetItOn

native function bool UpdateGetItOn (int MapContextId)


Events

SetToDefaults

event SetToDefaults ()

Overrides: OnlineProfileSettings.SetToDefaults

Sets all of the profile settings to their default values

Other instance functions

See UTProfileSettings instance functions.