Mostly Harmless
UE1:UWindowWindow functions (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow (functions) |
Contents
- 1 Functions
- 1.1 Instance functions
- 1.1.1 Activated
- 1.1.2 ActivateWindow
- 1.1.3 AfterCreate
- 1.1.4 AfterPaint
- 1.1.5 BeforeCreate
- 1.1.6 BeforePaint
- 1.1.7 BeginPlay
- 1.1.8 BringToFront
- 1.1.9 CancelAcceptsFocus
- 1.1.10 CheckKeyFocusWindow
- 1.1.11 CheckMousePassThrough
- 1.1.12 Click
- 1.1.13 ClipText
- 1.1.14 ClipTextWidth
- 1.1.15 Close
- 1.1.16 Created
- 1.1.17 CreateWindow
- 1.1.18 Deactivated
- 1.1.19 DoTick
- 1.1.20 DoubleClick
- 1.1.21 DrawClippedActor
- 1.1.22 DrawClippedTexture
- 1.1.23 DrawHorizTiledPieces
- 1.1.24 DrawMiscBevel
- 1.1.25 DrawStretchedTexture
- 1.1.26 DrawStretchedTextureSegment
- 1.1.27 DrawUpBevel
- 1.1.28 DrawVertTiledPieces
- 1.1.29 EscClose
- 1.1.30 FindChildWindow
- 1.1.31 FindWindowUnder
- 1.1.32 FocusOtherWindow
- 1.1.33 FocusWindow
- 1.1.34 GetDesiredDimensions
- 1.1.35 GetEntryLevel
- 1.1.36 GetLevel
- 1.1.37 GetLookAndFeelTexture
- 1.1.38 GetMouseXY
- 1.1.39 GetParent
- 1.1.40 GetPlayerOwner
- 1.1.41 GlobalToWindow
- 1.1.42 HideChildWindow
- 1.1.43 HideWindow
- 1.1.44 HotKeyDown
- 1.1.45 HotKeyUp
- 1.1.46 IsActive
- 1.1.47 KeyDown
- 1.1.48 KeyFocusEnter
- 1.1.49 KeyFocusExit
- 1.1.50 KeyType
- 1.1.51 KeyUp
- 1.1.52 LMouseDown
- 1.1.53 LMouseUp
- 1.1.54 MClick
- 1.1.55 MDoubleClick
- 1.1.56 MessageBox
- 1.1.57 MessageBoxDone
- 1.1.58 MessageClients
- 1.1.59 MMouseDown
- 1.1.60 MMouseUp
- 1.1.61 MouseEnter
- 1.1.62 MouseIsOver
- 1.1.63 MouseLeave
- 1.1.64 MouseMove
- 1.1.65 NotifyAfterLevelChange
- 1.1.66 NotifyBeforeLevelChange
- 1.1.67 NotifyQuitUnreal
- 1.1.68 Paint
- 1.1.69 PaintClients
- 1.1.70 ParseAmpersand
- 1.1.71 ProcessMenuKey
- 1.1.72 PropagateKey
- 1.1.73 RClick
- 1.1.74 RDoubleClick
- 1.1.75 RemoveAmpersand
- 1.1.76 ReplaceText
- 1.1.77 Resized
- 1.1.78 ResolutionChanged
- 1.1.79 RMouseDown
- 1.1.80 RMouseUp
- 1.1.81 SaveConfigs
- 1.1.82 SendToBack
- 1.1.83 SetAcceptsFocus
- 1.1.84 SetAcceptsHotKeys
- 1.1.85 SetCursor
- 1.1.86 SetMouseWindow
- 1.1.87 SetParent
- 1.1.88 SetSize
- 1.1.89 ShowChildWindow
- 1.1.90 ShowModal
- 1.1.91 ShowWindow
- 1.1.92 StripCRLF
- 1.1.93 TextSize
- 1.1.94 Tick
- 1.1.95 Tile
- 1.1.96 ToolTip
- 1.1.97 WaitModal
- 1.1.98 WindowEvent
- 1.1.99 WindowHidden
- 1.1.100 WindowIsVisible
- 1.1.101 WindowShown
- 1.1.102 WindowToGlobal
- 1.1.103 WrapClipText
- 1.1 Instance functions
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[edit]
Instance functions[edit]
Activated[edit]
function Activated ()
ActivateWindow[edit]
AfterCreate[edit]
function AfterCreate ()
AfterPaint[edit]
BeforeCreate[edit]
function BeforeCreate ()
BeforePaint[edit]
BeginPlay[edit]
function BeginPlay ()
BringToFront[edit]
final function BringToFront ()
CancelAcceptsFocus[edit]
final function CancelAcceptsFocus ()
CheckKeyFocusWindow[edit]
final function UWindowWindow CheckKeyFocusWindow ()
CheckMousePassThrough[edit]
Click[edit]
ClipText[edit]
ClipTextWidth[edit]
Close[edit]
function Close (optional bool bByParent)
Created[edit]
function Created ()
CreateWindow[edit]
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[edit]
function Deactivated ()
DoTick[edit]
final function DoTick (float Delta)
DoubleClick[edit]
DrawClippedActor[edit]
final function DrawClippedActor (Canvas C, float X, float Y, Actor A, bool WireFrame, Object.Rotator RotOffset, Object.Vector LocOffset)
DrawClippedTexture[edit]
DrawHorizTiledPieces[edit]
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[edit]
final function DrawMiscBevel (Canvas C, float X, float Y, float W, float H, Texture T, int BevelType)
DrawStretchedTexture[edit]
DrawStretchedTextureSegment[edit]
final function DrawStretchedTextureSegment (Canvas C, float X, float Y, float W, float H, float tX, float tY, float tW, float tH, Texture Tex)
DrawUpBevel[edit]
DrawVertTiledPieces[edit]
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[edit]
function EscClose ()
FindChildWindow[edit]
final function UWindowWindow FindChildWindow (class<UWindowWindow> ChildClass, optional bool bExactClass)
FindWindowUnder[edit]
FocusOtherWindow[edit]
function FocusOtherWindow (UWindowWindow W)
FocusWindow[edit]
function FocusWindow ()
GetDesiredDimensions[edit]
GetEntryLevel[edit]
final function LevelInfo GetEntryLevel ()
GetLevel[edit]
final function LevelInfo GetLevel ()
GetLookAndFeelTexture[edit]
function Texture GetLookAndFeelTexture ()
GetMouseXY[edit]
GetParent[edit]
final function UWindowWindow GetParent (class<UWindowWindow> ParentClass, optional bool bExactClass)
GetPlayerOwner[edit]
final function PlayerPawn GetPlayerOwner ()
GlobalToWindow[edit]
HideChildWindow[edit]
final function HideChildWindow (UWindowWindow Child)
HideWindow[edit]
function HideWindow ()
HotKeyDown[edit]
HotKeyUp[edit]
IsActive[edit]
function bool IsActive ()
KeyDown[edit]
KeyFocusEnter[edit]
function KeyFocusEnter ()
KeyFocusExit[edit]
function KeyFocusExit ()
KeyType[edit]
KeyUp[edit]
LMouseDown[edit]
LMouseUp[edit]
MClick[edit]
MDoubleClick[edit]
MessageBox[edit]
function UWindowMessageBox MessageBox (string Title, string Message, UWindowBase.MessageBoxButtons Buttons, UWindowBase.MessageBoxResult ESCResult, optional UWindowBase.MessageBoxResult EnterResult, optional int TimeOut)
MessageBoxDone[edit]
function MessageBoxDone (UWindowMessageBox W, UWindowBase.MessageBoxResult Result)
MessageClients[edit]
MMouseDown[edit]
MMouseUp[edit]
MouseEnter[edit]
function MouseEnter ()
MouseIsOver[edit]
final function bool MouseIsOver ()
MouseLeave[edit]
function MouseLeave ()
MouseMove[edit]
NotifyAfterLevelChange[edit]
function NotifyAfterLevelChange ()
NotifyBeforeLevelChange[edit]
function NotifyBeforeLevelChange ()
NotifyQuitUnreal[edit]
function NotifyQuitUnreal ()
Paint[edit]
PaintClients[edit]
ParseAmpersand[edit]
final function byte ParseAmpersand (string S, out string Result, out string Underline, bool bCalcUnderline)
ProcessMenuKey[edit]
PropagateKey[edit]
RClick[edit]
RDoubleClick[edit]
RemoveAmpersand[edit]
ReplaceText[edit]
Resized[edit]
function Resized ()
ResolutionChanged[edit]
RMouseDown[edit]
RMouseUp[edit]
SaveConfigs[edit]
function SaveConfigs ()
SendToBack[edit]
final function SendToBack ()
SetAcceptsFocus[edit]
final function SetAcceptsFocus ()
SetAcceptsHotKeys[edit]
function SetAcceptsHotKeys (bool bNewAccpetsHotKeys)
SetCursor[edit]
function SetCursor (MouseCursor C)
SetMouseWindow[edit]
final function SetMouseWindow ()
SetParent[edit]
function SetParent (UWindowWindow NewParent)
SetSize[edit]
ShowChildWindow[edit]
final function ShowChildWindow (UWindowWindow Child, optional bool bAtBack)
ShowModal[edit]
function ShowModal (UWindowWindow W)
ShowWindow[edit]
function ShowWindow ()
StripCRLF[edit]
function StripCRLF (out string Text)
TextSize[edit]
Tick[edit]
function Tick (float Delta)
Tile[edit]
ToolTip[edit]
function ToolTip (string strTip)
WaitModal[edit]
function bool WaitModal ()
WindowEvent[edit]
WindowHidden[edit]
function WindowHidden ()
WindowIsVisible[edit]
final function bool WindowIsVisible ()
WindowShown[edit]
function WindowShown ()
WindowToGlobal[edit]
WrapClipText[edit]
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)