Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Interface to provide access to widgets that support working with text.
| Name | ITypedElementUiTextCapability |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/Capabilities/TypedElementUiTextCapability.h |
| Include Path | #include "Elements/Interfaces/Capabilities/TypedElementUiTextCapability.h" |
Syntax
class ITypedElementUiTextCapability : public ITypedElementUiCapability
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetHighlightText
(
const TAttribute< FText >& Text |
Elements/Interfaces/Capabilities/TypedElementUiTextCapability.h | ||
void SetText
(
const TAttribute< FText >& Text |
Elements/Interfaces/Capabilities/TypedElementUiTextCapability.h | ||
SLATE_METADATA_TYPE
(
ITypedElementUiTextCapability, |
Elements/Interfaces/Capabilities/TypedElementUiTextCapability.h |