I love the smell of UnrealEd crashing in the morning. – tarquin

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[edit]

Property group 'GUICustomPropertyPage'[edit]

Item[edit]

Type: PlayInfo.PlayInfoData

Modifiers: noexport

Playinfo property this item is associated with

Owner[edit]

Type: GUIComponent

Modifiers: noexport


Functions[edit]

Static functions[edit]

GetKeyValue[edit]

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


GrabOption[edit]

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


ParseOption[edit]

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


Instance functions[edit]

GetOwner[edit]

function GUIComponent GetOwner ()


GetReadOnly[edit]

function bool GetReadOnly ()


SetOwner[edit]

function SetOwner (GUIComponent NewOwner)


SetReadOnly[edit]

function SetReadOnly (bool bValue)


Strip[edit]

function Strip (out string Source, string Char)