Class WrapBox
Arranges widgets left-to-right.
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 WrapBox : PanelWidget
Remarks
When the widgets exceed the Width it will place widgets on the next line.
- Many Children
- Flows
- Wraps
Properties
| Improve this Doc View SourcebExplicitWrapWidth
Declaration
public bool bExplicitWrapWidth { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static WrapBox DefaultObject { get; }
Property Value
Type | Description |
---|---|
WrapBox |
InnerSlotPadding
The inner slot padding goes between slots sharing borders
Declaration
public Vector2D InnerSlotPadding { get; }
Property Value
Type | Description |
---|---|
Vector2D |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
WrapWidth
When this width is exceeded, elements will start appearing on the next line.
Declaration
public float WrapWidth { get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceAddChildWrapBox(Widget)
Add Child Wrap Box
Declaration
public WrapBoxSlot AddChildWrapBox(Widget Content)
Parameters
Type | Name | Description |
---|---|---|
Widget | Content |
Returns
Type | Description |
---|---|
WrapBoxSlot |
New(UObject, Name)
Spawn an object of this class
Declaration
public static WrapBox New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
WrapBox |
SetInnerSlotPadding(Vector2D)
Sets the inner slot padding goes between slots sharing borders
Declaration
public void SetInnerSlotPadding(Vector2D InPadding)
Parameters
Type | Name | Description |
---|---|---|
Vector2D | InPadding |
Operators
| Improve this Doc View SourceImplicit(IntPtr to WrapBox)
Convert from IntPtr to UObject
Declaration
public static implicit operator WrapBox(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
WrapBox |