Show / Hide Table of Contents

Class ExpandableArea

Expandable Area

Inheritance
System.Object
UObject
Visual
Widget
ExpandableArea
Inherited Members
Widget.ForceLayoutPrepass()
Widget.ForceVolatile(Boolean)
Widget.GetCachedGeometry(Geometry)
Widget.GetClipping()
Widget.GetDesiredSize()
Widget.GetIsEnabled()
Widget.GetOwningLocalPlayer()
Widget.GetOwningPlayer()
Widget.GetParent()
Widget.GetRenderOpacity()
Widget.GetVisibility()
Widget.HasAnyUserFocus()
Widget.HasFocusedDescendants()
Widget.HasKeyboardFocus()
Widget.HasMouseCapture()
Widget.HasMouseCaptureByUser(Int32, Int32)
Widget.HasUserFocus(PlayerController)
Widget.HasUserFocusedDescendants(PlayerController)
Widget.InvalidateLayoutAndVolatility()
Widget.IsHovered()
Widget.IsVisible()
Widget.RemoveFromParent()
Widget.ResetCursor()
Widget.SetAllNavigationRules(EUINavigationRule, Name)
Widget.SetClipping(EWidgetClipping)
Widget.SetCursor(Byte)
Widget.SetIsEnabled(Boolean)
Widget.SetKeyboardFocus()
Widget.SetNavigationRule(EUINavigation, EUINavigationRule, Name)
Widget.SetRenderAngle(Single)
Widget.SetRenderOpacity(Single)
Widget.SetRenderScale(Vector2D)
Widget.SetRenderShear(Vector2D)
Widget.SetRenderTransform(WidgetTransform)
Widget.SetRenderTransformPivot(Vector2D)
Widget.SetRenderTranslation(Vector2D)
Widget.SetToolTip(Widget)
Widget.SetToolTipText(Byte)
Widget.SetUserFocus(PlayerController)
Widget.SetVisibility(ESlateVisibility)
Widget.Slot
Widget.ToolTipWidget
Widget.RenderTransform
Widget.RenderTransformPivot
Widget.bIsVariable
Widget.bCreatedByConstructionScript
Widget.bIsEnabled
Widget.bOverride_Cursor
Widget.bIsVolatile
Widget.bHiddenInDesigner
Widget.bExpandedInDesigner
Widget.bLockedInDesigner
Widget.Cursor
Widget.RenderOpacity
Widget.Navigation
Widget.NativeBindings
Widget.DesignerFlags
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 ExpandableArea : Widget

Properties

| Improve this Doc View Source

AreaPadding

Area Padding

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

bIsExpanded

Declaration
public bool bIsExpanded { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

BodyContent

Body Content

Declaration
public Widget BodyContent { get; set; }
Property Value
Type Description
Widget
| Improve this Doc View Source

BorderBrush

Border Brush

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

BorderColor

Border Color

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

DefaultObject

Get UE4 Default Object for this Class

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

HeaderContent

Header Content

Declaration
public Widget HeaderContent { get; set; }
Property Value
Type Description
Widget
| Improve this Doc View Source

HeaderPadding

Header Padding

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

MaxHeight

The maximum height of the area

Declaration
public float MaxHeight { get; }
Property Value
Type Description
System.Single
| 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

Style

Style

Declaration
public ExpandableAreaStyle Style { get; set; }
Property Value
Type Description
ExpandableAreaStyle

Methods

| Improve this Doc View Source

GetIsExpanded()

Get Is Expanded

Declaration
public bool GetIsExpanded()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

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
| Improve this Doc View Source

SetIsExpanded(Boolean)

Set Is Expanded

Declaration
public void SetIsExpanded(bool IsExpanded)
Parameters
Type Name Description
System.Boolean IsExpanded
| Improve this Doc View Source

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 Source

Implicit(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX