Class UniformGridSlot
A slot for UUniformGridPanel, these slots all share the same size as the largest slot in the grid.
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 UniformGridSlot : PanelSlot
Properties
| Improve this Doc View SourceColumn
The column index of the cell this slot is in
Declaration
public int Column { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static UniformGridSlot DefaultObject { get; }
Property Value
Type | Description |
---|---|
UniformGridSlot |
HorizontalAlignment
The alignment of the object horizontally.
Declaration
public byte HorizontalAlignment { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Row
The row index of the cell this slot is in
Declaration
public int Row { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
VerticalAlignment
The alignment of the object vertically.
Declaration
public byte VerticalAlignment { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static UniformGridSlot New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
UniformGridSlot |
SetColumn(Int32)
Sets the column index of the slot, this determines what cell the slot is in the panel
Declaration
public void SetColumn(int InColumn)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | InColumn |
SetHorizontalAlignment(Byte)
Set Horizontal Alignment
Declaration
public void SetHorizontalAlignment(byte InHorizontalAlignment)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | InHorizontalAlignment |
SetRow(Int32)
Sets the row index of the slot, this determines what cell the slot is in the panel
Declaration
public void SetRow(int InRow)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | InRow |
SetVerticalAlignment(Byte)
Set Vertical Alignment
Declaration
public void SetVerticalAlignment(byte InVerticalAlignment)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | InVerticalAlignment |
Operators
| Improve this Doc View SourceImplicit(IntPtr to UniformGridSlot)
Convert from IntPtr to UObject
Declaration
public static implicit operator UniformGridSlot(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
UniformGridSlot |