Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Replaces a tab page with a different tab page. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.SequenceAction | +-- Engine.UIAction | +-- Engine.UIAction_TabControl | +-- Engine.UIAction_ReplacePage
Variables Summary | |
---|---|
UITabPage | PagePrefab |
UITabPage | PageToInsert |
UITabPage | PageToRemove |
UIAction_ReplacePage | |
bool | bFocusPage |
class<UITabPage> | TabPageClass |
Inherited Variables from Engine.UIAction_TabControl |
---|
TabControl |
Inherited Variables from Engine.UIAction |
---|
bAutoTargetOwner, GamepadID |
Functions Summary | ||
---|---|---|
![]() | Activated ())) |
Inherited Functions from Engine.UIAction |
---|
GetOwner, GetOwnerScene, IsValidLevelSequenceObject, IsValidUISequenceObject |
Variables Detail |
---|
Optional UIPrefab to use as the template for the new page. If specified, this will be used instead of the value of TabPageClass.
Reference to an existing page instance. If non-NULL, this page will be inserted rather than creating a new one.
reference to the page that should be removed
Specifies whether the page should also be given focus once it's successfully added to the tab control.
the class to use for the new page class
Functions Detail |
---|
Called when this event is activated. Performs the logic for this action.
Defaultproperties |
---|
defaultproperties { TabPageClass=Class'Engine.UITabPage' bFocusPage=True VariableLinks(3)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Page To Remove",PropertyName="PageToRemove",MinVars=1,MaxVars=255) VariableLinks(4)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Page To Insert",PropertyName="PageToInsert",bHidden=True,MinVars=1,MaxVars=255) VariableLinks(5)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Page Prefab",PropertyName="PagePrefab",bHidden=True,MinVars=1,MaxVars=255) VariableLinks(6)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="New Page",bWriteable=True,MinVars=1,MaxVars=255) ObjName="Replace Page" Name="Default__UIAction_ReplacePage" ObjectArchetype=UIAction_TabControl'Engine.Default__UIAction_TabControl' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |