There is no spoon

UE3:UTProfileSettings (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:24, 17 January 2010 by (Talk)

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.

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.

Native functions

ResetToDefault

native function ResetToDefault (int ProfileId)

Sets the specified profile id back to its default value.

Parameters:

  • ProfileId - Profile setting to reset to default.

Events

SetToDefaults

event SetToDefaults ()

Overrides: OnlineProfileSettings.SetToDefaults

Sets all of the profile settings to their default values

Other instance functions

See UTProfileSettings instance functions.