Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIComp_AutoAlignment

Extends
UIComponent
Modifiers
within UIObject native ( UIPrivate ) HideCategories ( Object ) editinlinenew

This component when present in a widget is supposed add ability to auto align its children widgets in a specified fashion Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Core.Component
   |   
   +-- Engine.UIComponent
      |   
      +-- Engine.UIComp_AutoAlignment

Variables Summary
UIComp_AutoAlignment
EUIAlignmentHorzAlignment
EUIAlignmentVertAlignment
Inherited Variables from Core.Component
TemplateName, TemplateOwnerClass


Variables Detail

UIComp_AutoAlignment

HorzAlignment Source code

var(UIComp_AutoAlignment) EUIAlignment HorzAlignment;
The settings which determines how this component will be aligning children widgets

VertAlignment Source code

var(UIComp_AutoAlignment) EUIAlignment VertAlignment;


Defaultproperties

defaultproperties
{
   HorzAlignment=UIALIGN_Default
   VertAlignment=UIALIGN_Default
   Name="Default__UIComp_AutoAlignment"
   ObjectArchetype=UIComponent'Engine.Default__UIComponent'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:46.356 - Created with UnCodeX