Class RichTextBlock
The rich text block
- Fancy Text
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 RichTextBlock : TextLayoutWidget
Remarks
- No Children
Properties
| Improve this Doc View SourceDecoratorClasses
Decorator Classes
Declaration
public ObjectArrayField<Class> DecoratorClasses { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<Class> |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static RichTextBlock DefaultObject { get; }
Property Value
Type | Description |
---|---|
RichTextBlock |
InstanceDecorators
Instance Decorators
Declaration
public ObjectArrayField<RichTextBlockDecorator> InstanceDecorators { get; }
Property Value
Type | Description |
---|---|
ObjectArrayField<RichTextBlockDecorator> |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TextStyleSet
Text Style Set
Declaration
public DataTable TextStyleSet { get; set; }
Property Value
Type | Description |
---|---|
DataTable |
Methods
| Improve this Doc View SourceGetDecoratorByClass(SubclassOf<RichTextBlockDecorator>)
Get Decorator by Class
Declaration
public RichTextBlockDecorator GetDecoratorByClass(SubclassOf<RichTextBlockDecorator> DecoratorClass)
Parameters
Type | Name | Description |
---|---|---|
SubclassOf<RichTextBlockDecorator> | DecoratorClass |
Returns
Type | Description |
---|---|
RichTextBlockDecorator |
New(UObject, Name)
Spawn an object of this class
Declaration
public static RichTextBlock New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
RichTextBlock |
SetText(Byte)
Set Text
Declaration
public void SetText(byte InText)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | InText |
Operators
| Improve this Doc View SourceImplicit(IntPtr to RichTextBlock)
Convert from IntPtr to UObject
Declaration
public static implicit operator RichTextBlock(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
RichTextBlock |