UE1:UWindowWindow functions (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow (functions) |
- UWindowWindow functions in other games:
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. |
Functions
Instance functions
Activated
function Activated ()
ActivateWindow
AfterCreate
function AfterCreate ()
AfterPaint
BeforeCreate
function BeforeCreate ()
BeforePaint
BeginPlay
function BeginPlay ()
BringToFront
final function BringToFront ()
CancelAcceptsFocus
final function CancelAcceptsFocus ()
CheckKeyFocusWindow
final function UWindowWindow CheckKeyFocusWindow ()
CheckMousePassThrough
Click
ClipText
ClipTextWidth
Close
function Close (optional bool bByParent)
Created
function Created ()
CreateWindow
final function UWindowWindow CreateWindow (class<UWindowWindow> WndClass, float X, float Y, float W, float H, optional UWindowWindow OwnerW, optional bool bUnique, optional name ObjectName)
Deactivated
function Deactivated ()
DoTick
final function DoTick (float Delta)
DoubleClick
DrawClippedActor
final function DrawClippedActor (Canvas C, float X, float Y, Actor A, bool WireFrame, Object.Rotator RotOffset, Object.Vector LocOffset)
DrawClippedTexture
DrawHorizTiledPieces
final function DrawHorizTiledPieces (Canvas C, float DestX, float DestY, float DestW, float DestH, UWindowBase.TexRegion T1, UWindowBase.TexRegion T2, UWindowBase.TexRegion T3, UWindowBase.TexRegion T4, UWindowBase.TexRegion T5, float Scale)
DrawMiscBevel
final function DrawMiscBevel (Canvas C, float X, float Y, float W, float H, Texture T, int BevelType)
DrawStretchedTexture
DrawStretchedTextureSegment
final function DrawStretchedTextureSegment (Canvas C, float X, float Y, float W, float H, float tX, float tY, float tW, float tH, Texture Tex)
DrawUpBevel
DrawVertTiledPieces
final function DrawVertTiledPieces (Canvas C, float DestX, float DestY, float DestW, float DestH, UWindowBase.TexRegion T1, UWindowBase.TexRegion T2, UWindowBase.TexRegion T3, UWindowBase.TexRegion T4, UWindowBase.TexRegion T5, float Scale)
EscClose
function EscClose ()
FindChildWindow
final function UWindowWindow FindChildWindow (class<UWindowWindow> ChildClass, optional bool bExactClass)
FindWindowUnder
FocusOtherWindow
function FocusOtherWindow (UWindowWindow W)
FocusWindow
function FocusWindow ()
GetDesiredDimensions
GetEntryLevel
final function LevelInfo GetEntryLevel ()
GetLevel
final function LevelInfo GetLevel ()
GetLookAndFeelTexture
function Texture GetLookAndFeelTexture ()
GetMouseXY
GetParent
final function UWindowWindow GetParent (class<UWindowWindow> ParentClass, optional bool bExactClass)
GetPlayerOwner
final function PlayerPawn GetPlayerOwner ()
GlobalToWindow
HideChildWindow
final function HideChildWindow (UWindowWindow Child)
HideWindow
function HideWindow ()
HotKeyDown
HotKeyUp
IsActive
function bool IsActive ()
KeyDown
KeyFocusEnter
function KeyFocusEnter ()
KeyFocusExit
function KeyFocusExit ()
KeyType
KeyUp
LMouseDown
LMouseUp
MClick
MDoubleClick
MessageBox
function UWindowMessageBox MessageBox (string Title, string Message, UWindowBase.MessageBoxButtons Buttons, UWindowBase.MessageBoxResult ESCResult, optional UWindowBase.MessageBoxResult EnterResult, optional int TimeOut)
MessageBoxDone
function MessageBoxDone (UWindowMessageBox W, UWindowBase.MessageBoxResult Result)
MessageClients
MMouseDown
MMouseUp
MouseEnter
function MouseEnter ()
MouseIsOver
final function bool MouseIsOver ()
MouseLeave
function MouseLeave ()
MouseMove
NotifyAfterLevelChange
function NotifyAfterLevelChange ()
NotifyBeforeLevelChange
function NotifyBeforeLevelChange ()
NotifyQuitUnreal
function NotifyQuitUnreal ()
Paint
PaintClients
ParseAmpersand
final function byte ParseAmpersand (string S, out string Result, out string Underline, bool bCalcUnderline)
ProcessMenuKey
PropagateKey
RClick
RDoubleClick
RemoveAmpersand
ReplaceText
Resized
function Resized ()
ResolutionChanged
RMouseDown
RMouseUp
SaveConfigs
function SaveConfigs ()
SendToBack
final function SendToBack ()
SetAcceptsFocus
final function SetAcceptsFocus ()
SetAcceptsHotKeys
function SetAcceptsHotKeys (bool bNewAccpetsHotKeys)
SetCursor
function SetCursor (MouseCursor C)
SetMouseWindow
final function SetMouseWindow ()
SetParent
function SetParent (UWindowWindow NewParent)
SetSize
ShowChildWindow
final function ShowChildWindow (UWindowWindow Child, optional bool bAtBack)
ShowModal
function ShowModal (UWindowWindow W)
ShowWindow
function ShowWindow ()
StripCRLF
function StripCRLF (out string Text)
TextSize
Tick
function Tick (float Delta)
Tile
ToolTip
function ToolTip (string strTip)
WaitModal
function bool WaitModal ()
WindowEvent
WindowHidden
function WindowHidden ()
WindowIsVisible
final function bool WindowIsVisible ()
WindowShown
function WindowShown ()
WindowToGlobal
WrapClipText
final function int WrapClipText (Canvas C, float X, float Y, coerce string S, optional bool bCheckHotkey, optional int Length, optional int PaddingLength, optional bool bNoDraw)