The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

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

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

Latest revision as of 06:51, 17 January 2010

UDK Object >> SequenceObject >> SequenceOp >> Sequence >> UISequence >> UIStateSequence
Package: 
Engine
Implemented interfaces
UIEventContainer
This class in other games:
UT3

UISequence used to contain sequence objects which are associated with a particular UIState.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Native functions[edit]

GetOwnerState[edit]

native final function UIState GetOwnerState () const

Returns the UIState that created this UIStateSequence.