Class ExpandableArea
Expandable Area
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 ExpandableArea : Widget
Properties
| Improve this Doc View SourceAreaPadding
Area Padding
Declaration
public Margin AreaPadding { get; }
Property Value
Type | Description |
---|---|
Margin |
bIsExpanded
Declaration
public bool bIsExpanded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
BodyContent
Body Content
Declaration
public Widget BodyContent { get; set; }
Property Value
Type | Description |
---|---|
Widget |
BorderBrush
Border Brush
Declaration
public SlateBrush BorderBrush { get; }
Property Value
Type | Description |
---|---|
SlateBrush |
BorderColor
Border Color
Declaration
public SlateColor BorderColor { get; }
Property Value
Type | Description |
---|---|
SlateColor |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ExpandableArea DefaultObject { get; }
Property Value
Type | Description |
---|---|
ExpandableArea |
HeaderContent
Header Content
Declaration
public Widget HeaderContent { get; set; }
Property Value
Type | Description |
---|---|
Widget |
HeaderPadding
Header Padding
Declaration
public Margin HeaderPadding { get; }
Property Value
Type | Description |
---|---|
Margin |
MaxHeight
The maximum height of the area
Declaration
public float MaxHeight { get; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Style
Style
Declaration
public ExpandableAreaStyle Style { get; set; }
Property Value
Type | Description |
---|---|
ExpandableAreaStyle |
Methods
| Improve this Doc View SourceGetIsExpanded()
Get Is Expanded
Declaration
public bool GetIsExpanded()
Returns
Type | Description |
---|---|
System.Boolean |
New(UObject, Name)
Spawn an object of this class
Declaration
public static ExpandableArea New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
ExpandableArea |
SetIsExpanded(Boolean)
Set Is Expanded
Declaration
public void SetIsExpanded(bool IsExpanded)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | IsExpanded |
SetIsExpanded_Animated(Boolean)
Set Is Expanded Animated
Declaration
public void SetIsExpanded_Animated(bool IsExpanded)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | IsExpanded |
Operators
| Improve this Doc View SourceImplicit(IntPtr to ExpandableArea)
Convert from IntPtr to UObject
Declaration
public static implicit operator ExpandableArea(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
ExpandableArea |