There is no spoon

UE2:GUI enums (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:EImgStyle (UT2004))
Jump to: navigation, search
UT2004 Object >> GUI (enums)
GUI enums in other games:
UE2Runtime, UT2003

Enums[edit]

EAnimationType[edit]

AT_Position 
AT_Dimension 

eCellStyle[edit]

CELL_FixedSize 
CELL_FixedCount 

eDrawDirection[edit]

DRD_LeftToRight 
DRD_RightToLeft 
DRD_TopToBottom 
DRD_BottomToTop 

eDropState[edit]

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

eEditMask[edit]

EDM_None 
EDM_Alpha 
EDM_Numeric 

eFontScale[edit]

FNS_Small 
FNS_Medium 
FNS_Large 

eIconPosition[edit]

ICP_Normal 
ICP_Center 
ICP_Scaled 
ICP_Stretched 
ICP_Bound 

eImgAlign[edit]

IMGA_TopLeft 
IMGA_Center 
IMGA_BottomRight 

eImgStyle[edit]

ISTY_Normal 
ISTY_Stretched 
ISTY_Scaled 
ISTY_Bound 
ISTY_Justified 
ISTY_PartialScaled 
ISTY_Tiled 

EMenuRenderStyle[edit]

MSTY_None 
MSTY_Normal 
MSTY_Masked 
MSTY_Translucent 
MSTY_Modulated 
MSTY_Alpha 
MSTY_Additive 
MSTY_Subtractive 
MSTY_Particle 
MSTY_AlphaZ 

eMenuState[edit]

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.

EOrientation[edit]

ORIENT_Vertical 
ORIENT_Horizontal 

ePageAlign[edit]

PGA_None 
PGA_Client 
PGA_Left 
PGA_Right 
PGA_Top 
PGA_Bottom 

eTextAlign[edit]

TXTA_Left 
TXTA_Center 
TXTA_Right 

eTextCase[edit]

TXTC_None 
TXTC_Upper 
TXTC_Lower