Class EditableText
Inheritance
System.Object
EditableText
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)
Assembly: UE4DotNet.dll
Syntax
public class EditableText : Widget
Properties
|
Improve this Doc
View Source
Declaration
public bool AllowContextMenu { get; set; }
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
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static EditableText DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
IsCaretMovedWhenGainFocus
Declaration
public bool IsCaretMovedWhenGainFocus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPassword
Declaration
public bool IsPassword { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Justification
How the text should be aligned with the margin.
Declaration
public byte Justification { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
KeyboardType
If we're on a platform that requires a virtual keyboard, what kind of keyboard should this widget use?
Declaration
public byte KeyboardType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
MinimumDesiredWidth
Minimum width that a text block should be
Declaration
public float MinimumDesiredWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RevertTextOnEscape
Declaration
public bool RevertTextOnEscape { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SelectAllTextOnCommit
Declaration
public bool SelectAllTextOnCommit { 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
ShapedTextOptions
Controls how the text within this widget should be shaped.
Declaration
public ShapedTextOptions ShapedTextOptions { get; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
|
Improve this Doc
View Source
VirtualKeyboardOptions
Additional options for the virtual keyboard
Declaration
public VirtualKeyboardOptions VirtualKeyboardOptions { get; set; }
Property Value
|
Improve this Doc
View Source
WidgetStyle
Declaration
public EditableTextStyle WidgetStyle { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetText()
Declaration
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static EditableText New(UObject obj = null, Name name = default(Name))
Parameters
Returns
|
Improve this Doc
View Source
SetHintText(Byte)
Declaration
public void SetHintText(byte InHintText)
Parameters
Type |
Name |
Description |
System.Byte |
InHintText |
|
|
Improve this Doc
View Source
SetIsPassword(Boolean)
Declaration
public void SetIsPassword(bool InbIsPassword)
Parameters
Type |
Name |
Description |
System.Boolean |
InbIsPassword |
|
|
Improve this Doc
View Source
SetIsReadOnly(Boolean)
Declaration
public void SetIsReadOnly(bool InbIsReadyOnly)
Parameters
Type |
Name |
Description |
System.Boolean |
InbIsReadyOnly |
|
|
Improve this Doc
View Source
SetText(Byte)
Directly sets the widget text.
Declaration
public void SetText(byte InText)
Parameters
Type |
Name |
Description |
System.Byte |
InText |
|
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to EditableText)
Convert from IntPtr to UObject
Declaration
public static implicit operator EditableText(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns