I'm a doctor, not a mechanic

UE2:GUI enums (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:EDropState (UT2004))
Jump to: navigation, search
UT2004 Object >> GUI (enums)

Contents

GUI enums in other games:
UE2Runtime, UT2003

[edit] Enums

[edit] EAnimationType

AT_Position 
AT_Dimension 

[edit] eCellStyle

CELL_FixedSize 
CELL_FixedCount 

[edit] eDrawDirection

DRD_LeftToRight 
DRD_RightToLeft 
DRD_TopToBottom 
DRD_BottomToTop 

[edit] eDropState

DRP_None 
Not participating in a drop operation
DRP_Source 
Currently acting as a source
DRP_Target 
Currently a target
DRP_Accept 
Accepted dropped data
DRP_Reject 
Reject dropped data

[edit] eEditMask

EDM_None 
EDM_Alpha 
EDM_Numeric 

[edit] eFontScale

FNS_Small 
FNS_Medium 
FNS_Large 

[edit] eIconPosition

ICP_Normal 
ICP_Center 
ICP_Scaled 
ICP_Stretched 
ICP_Bound 

[edit] eImgAlign

IMGA_TopLeft 
IMGA_Center 
IMGA_BottomRight 

[edit] eImgStyle

ISTY_Normal 
ISTY_Stretched 
ISTY_Scaled 
ISTY_Bound 
ISTY_Justified 
ISTY_PartialScaled 
ISTY_Tiled 

[edit] EMenuRenderStyle

MSTY_None 
MSTY_Normal 
MSTY_Masked 
MSTY_Translucent 
MSTY_Modulated 
MSTY_Alpha 
MSTY_Additive 
MSTY_Subtractive 
MSTY_Particle 
MSTY_AlphaZ 

[edit] eMenuState

MSAT_Blurry 
Component has no focus at all
MSAT_Watched 
Component is being watched (ie: Mouse is hovering over, etc)
MSAT_Focused 
Component is Focused (ie: selected)
MSAT_Pressed 
Component is being pressed
MSAT_Disabled 
Component is disabled.

[edit] EOrientation

ORIENT_Vertical 
ORIENT_Horizontal 

[edit] ePageAlign

PGA_None 
PGA_Client 
PGA_Left 
PGA_Right 
PGA_Top 
PGA_Bottom 

[edit] eTextAlign

TXTA_Left 
TXTA_Center 
TXTA_Right 

[edit] eTextCase

TXTC_None 
TXTC_Upper 
TXTC_Lower