Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "UE3:UTProfileSettings (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 8))
 
(No difference)

Latest revision as of 07:01, 17 January 2010

UDK Object >> OnlinePlayerStorage >> OnlineProfileSettings >> UTProfileSettings
Package: 
UTGame
This class in other games:
UT3

List of profile settings for UT

Constants[edit]

See UTProfileSettings constants.

Properties[edit]

See UTProfileSettings properties.

Enums[edit]

See UTProfileSettings enums.

Functions[edit]

Static native functions[edit]

ResetKeysToDefault[edit]

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.

Native functions[edit]

ResetToDefault[edit]

native function ResetToDefault (int ProfileId)

Sets the specified profile id back to its default value.

Parameters:

  • ProfileId - Profile setting to reset to default.

Events[edit]

SetToDefaults[edit]

event SetToDefaults ()

Overrides: OnlineProfileSettings.SetToDefaults

Sets all of the profile settings to their default values

Other instance functions[edit]

See UTProfileSettings instance functions.