FInlineEditableTextBlockStyle

Represents the appearance of an [SInlineEditableTextBlock](API\Runtime\Slate\Widgets\Text\SInlineEditableTextBlock)

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FInlineEditableTextBlockStyle

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

struct FInlineEditableTextBlockStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SInlineEditableTextBlock

Variables

Name Description

Public variable

FEditableTextBo...

 

EditableTextBoxStyle

The style of the editable text box, which dictates the font, color, and shadow options.

Public variable

FTextBlockStyle

 

TextStyle

The style of the text block, which dictates the font, color, and shadow options.

Constructors

Destructors

Functions

Name Description

Public function Static

const FInlin...

 

GetDefault()

Public function

FInlineEdita...

 

SetEditableTextBoxStyle

(
    const FEditableTextBoxStyle& InEdi...
)

Public function

FInlineEdita...

 

SetTextStyle

(
    const FTextBlockStyle& InTextStyle
)

Overridden from FSlateWidgetStyle

Name Description

Public function Virtual Const

void

 

GetResources

(
    TArray< const FSlateBrush* >&...
)

Gets the brush resources associated with this style.

Public function Virtual Const

const FName

 

GetTypeName()

Gets the name of this style.

This method must be implemented by inherited structures.

Constants

Name

Description

TypeName

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss