There is no spoon

UE2:GUICustomPropertyPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4
Direct subclasses:
GUIArrayPropPage, MapVoteGameConfigPage, MapVoteMapListConfigPage, UT2K4InvasionWaveConfig, VoiceChatConfig

Created on: 09/17/2003 Base class for menus which handle custom playinfo properties

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'GUICustomPropertyPage'

Item

Type: PlayInfo.PlayInfoData

Modifiers: noexport

Playinfo property this item is associated with

Owner

Type: GUIComponent

Modifiers: noexport


Functions

Static functions

GetKeyValue

static function GetKeyValue (string Pair, out string Key, out string Value)


GrabOption

static function bool GrabOption (string Delim, out string Options, out string Result)


ParseOption

static function string ParseOption (string Options, string Delim, string InKey)


Instance functions

GetOwner

function GUIComponent GetOwner ()


GetReadOnly

function bool GetReadOnly ()


SetOwner

function SetOwner (GUIComponent NewOwner)


SetReadOnly

function SetReadOnly (bool bValue)


Strip

function Strip (out string Source, string Char)