Cogito, ergo sum
UE2:GUISplitter (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUISplitter |
Contents
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2004
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. |
Class: xInterface.GUISplitter
GUISplitters allow the user to size two other controls (usually Panels)
Written by Jack Porter (c) 2002, Epic Games, Inc. All Rights Reserved
Properties
Property group 'Menu'
SplitOrientation
Type: EGUISplitterType
SplitPosition
Type: float
0.0 - 1.0
Default value: 0.5
Internal variables
bDrawSplitter
Type: bool
Draw the actual splitter bar
Default value: True
bFixedSplitter
Type: bool
Can splitter be moved?
SplitAreaSize
Type: float
size of splitter thing
Default value: 8.0
Default values
Property | Value |
---|---|
bAcceptsInput | True |
StyleName | "SquareButton" |
Enums
EGUISplitterType
- SPLIT_Vertical
- SPLIT_Horizontal
Functions
Native functions
SplitterUpdatePositions
native function SplitterUpdatePositions ()
Other instance functions
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent