Class UniformGridPanel
A panel that evenly divides up available space between all of its children.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.UMG
Assembly: UE4DotNet.dll
Syntax
public class UniformGridPanel : PanelWidget
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static UniformGridPanel DefaultObject { get; }
Property Value
Type | Description |
---|---|
UniformGridPanel |
MinDesiredSlotHeight
The minimum desired height of the slots
Declaration
public float MinDesiredSlotHeight { get; }
Property Value
Type | Description |
---|---|
System.Single |
MinDesiredSlotWidth
The minimum desired width of the slots
Declaration
public float MinDesiredSlotWidth { get; }
Property Value
Type | Description |
---|---|
System.Single |
SlotPadding
Padding given to each slot
Declaration
public Margin SlotPadding { get; }
Property Value
Type | Description |
---|---|
Margin |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceAddChildToUniformGrid(Widget)
Add Child to Uniform Grid
Declaration
public UniformGridSlot AddChildToUniformGrid(Widget Content)
Parameters
Type | Name | Description |
---|---|---|
Widget | Content |
Returns
Type | Description |
---|---|
UniformGridSlot |
New(UObject, Name)
Spawn an object of this class
Declaration
public static UniformGridPanel New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
UniformGridPanel |
SetMinDesiredSlotHeight(Single)
Set Min Desired Slot Height
Declaration
public void SetMinDesiredSlotHeight(float InMinDesiredSlotHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Single | InMinDesiredSlotHeight |
SetMinDesiredSlotWidth(Single)
Set Min Desired Slot Width
Declaration
public void SetMinDesiredSlotWidth(float InMinDesiredSlotWidth)
Parameters
Type | Name | Description |
---|---|---|
System.Single | InMinDesiredSlotWidth |
SetSlotPadding(Margin)
Set Slot Padding
Declaration
public void SetSlotPadding(Margin InSlotPadding)
Parameters
Type | Name | Description |
---|---|---|
Margin | InSlotPadding |
Operators
| Improve this Doc View SourceImplicit(IntPtr to UniformGridPanel)
Convert from IntPtr to UObject
Declaration
public static implicit operator UniformGridPanel(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
UniformGridPanel |