Show / Hide Table of Contents

Class MultiLineEditableText

Editable text box widget

Inheritance
System.Object
UObject
Visual
Widget
TextLayoutWidget
MultiLineEditableText
Inherited Members
TextLayoutWidget.ShapedTextOptions
TextLayoutWidget.Justification
TextLayoutWidget.AutoWrapText
TextLayoutWidget.WrapTextAt
TextLayoutWidget.Margin
TextLayoutWidget.LineHeightPercentage
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 MultiLineEditableText : TextLayoutWidget

Properties

| Improve this Doc View Source

AllowContextMenu

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

bIsReadOnly

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

ClearKeyboardFocusOnCommit

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

ClearTextSelectionOnFocusLoss

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

DefaultObject

Get UE4 Default Object for this Class

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

RevertTextOnEscape

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

SelectAllTextWhenFocused

Declaration
public bool SelectAllTextWhenFocused { get; set; }
Property Value
Type Description
System.Boolean
| 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

VirtualKeyboardOptions

Additional options for the virtual keyboard

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

WidgetStyle

The style

Declaration
public TextBlockStyle WidgetStyle { get; set; }
Property Value
Type Description
TextBlockStyle

Methods

| Improve this Doc View Source

GetText()

Get Text

Declaration
public byte GetText()
Returns
Type Description
System.Byte
| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

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

SetIsReadOnly(Boolean)

Set Is Read Only

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

SetText(Byte)

Set Text

Declaration
public void SetText(byte InText)
Parameters
Type Name Description
System.Byte InText

Operators

| Improve this Doc View Source

Implicit(IntPtr to MultiLineEditableText)

Convert from IntPtr to UObject

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