I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UIAction_InsertPage (UT3)
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_TabControl >> UIAction_InsertPage |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Adds a new page to a tab control at the specified location.
Copyright 2007 Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'UIAction_InsertPage'[edit]
bFocusPage[edit]
Type: bool
Specifies whether the page should also be given focus once it's successfully added to the tab control.
Default value: True
InsertIndex[edit]
Type: int
The position [into the tab control's Pages array] to insert the new tab page. If not specified (value of INDEX_NONE), will be added to the end of the list.
Default value: -1
TabPageClass[edit]
Default value: Class'Engine.UITabPage'
Internal variables[edit]
PagePrefab[edit]
Type: UITabPage
Optional UIPrefab to use as the template for the new page. If specified, this will be used instead of the value of TabPageClass.
PageToInsert[edit]
Type: UITabPage
Reference to an existing page instance. If non-NULL, this page will be inserted rather than creating a new one.
Default values[edit]
Property | Value | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ObjName | "Add Page" | ||||||||||||||
VariableLinks[3] |
|
||||||||||||||
VariableLinks[4] |
|
||||||||||||||
VariableLinks[5] |
|
||||||||||||||
VariableLinks[6] |
|
Events[edit]
Activated[edit]
Overrides: SequenceOp.Activated
Called when this event is activated. Performs the logic for this action.