Show / Hide Table of Contents

Class VerticalBoxSlot

The Slot for the UVerticalBox, contains the widget that is flowed vertically

Inheritance
System.Object
UObject
Visual
PanelSlot
VerticalBoxSlot
Inherited Members
PanelSlot.Parent
PanelSlot.Content
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
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 VerticalBoxSlot : PanelSlot

Properties

| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static VerticalBoxSlot DefaultObject { get; }
Property Value
Type Description
VerticalBoxSlot
| Improve this Doc View Source

HorizontalAlignment

The alignment of the object horizontally.

Declaration
public byte HorizontalAlignment { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Padding

The padding area between the slot and the content it contains.

Declaration
public Margin Padding { get; }
Property Value
Type Description
Margin
| Improve this Doc View Source

Size

How much space this slot should occupy in the direction of the panel.

Declaration
public SlateChildSize Size { get; }
Property Value
Type Description
SlateChildSize
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class
| Improve this Doc View Source

VerticalAlignment

The alignment of the object vertically.

Declaration
public byte VerticalAlignment { get; }
Property Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static VerticalBoxSlot New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
VerticalBoxSlot
| Improve this Doc View Source

SetHorizontalAlignment(Byte)

Set Horizontal Alignment

Declaration
public void SetHorizontalAlignment(byte InHorizontalAlignment)
Parameters
Type Name Description
System.Byte InHorizontalAlignment
| Improve this Doc View Source

SetPadding(Margin)

Set Padding

Declaration
public void SetPadding(Margin InPadding)
Parameters
Type Name Description
Margin InPadding
| Improve this Doc View Source

SetSize(SlateChildSize)

Set Size

Declaration
public void SetSize(SlateChildSize InSize)
Parameters
Type Name Description
SlateChildSize InSize
| Improve this Doc View Source

SetVerticalAlignment(Byte)

Set Vertical Alignment

Declaration
public void SetVerticalAlignment(byte InVerticalAlignment)
Parameters
Type Name Description
System.Byte InVerticalAlignment

Operators

| Improve this Doc View Source

Implicit(IntPtr to VerticalBoxSlot)

Convert from IntPtr to UObject

Declaration
public static implicit operator VerticalBoxSlot(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
VerticalBoxSlot
  • Improve this Doc
  • View Source
Back to top Generated by DocFX