I'm a doctor, not a mechanic

UE3:UIEvent_TabControl (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceEvent >> UIEvent >> UIEvent_TabControl
Package: 
Engine
Direct subclasses:
UIEvent_TabPageActivated, UIEvent_TabPageEnabled, UIEvent_TabPageInserted, UIEvent_TabPageRemoved

Base class for all events activated by a UITabControl, UITabButton, or UITabPage.

For this event class and its children, the EventActivator is the TabPage which generated this event.

Copyright 2007 Epic Games, Inc. All Rights Reserved

Properties[edit]

OwnerTabControl[edit]

Type: UITabControl

the tab control that contained the page which generated this event

Default values[edit]

Property Value
ObjCategory "Tab Control"
ObjName "Tab Control Event"
VariableLinks[0]
Member Value
LinkDesc "Tab Page"
VariableLinks[3]
Member Value
bHidden True
bWriteable True
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Owner Tab Control"
MaxVars 255
MinVars 1
PropertyName 'OwnerTabControl'

Events[edit]

IsValidUISequenceObject[edit]

event bool IsValidUISequenceObject (optional UIScreenObject TargetObject)

Overrides: UIEvent.IsValidUISequenceObject

Determines whether this class should be displayed in the list of available ops in the UI's kismet editor.

Parameters:

  • TargetObject - the widget that this SequenceObject would be attached to.

Returns:

TRUE if this sequence object should be available for use in the UI kismet editor