Class MultiLineEditableText
Inheritance
System.Object
MultiLineEditableText
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 MultiLineEditableText : TextLayoutWidget
Properties
|
Improve this Doc
View Source
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
|
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
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 TextBlockStyle 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 MultiLineEditableText New(UObject obj = null, Name name = default(Name))
Parameters
Returns
|
Improve this Doc
View Source
SetIsReadOnly(Boolean)
Declaration
public void SetIsReadOnly(bool bReadOnly)
Parameters
Type |
Name |
Description |
System.Boolean |
bReadOnly |
|
|
Improve this Doc
View Source
SetText(Byte)
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