There is no spoon

UE3:UTProfileSettings (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 07:01, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 8))

(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[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.