Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
UI Capabilities are objects that can be stored as meta data on widgets created through TEDS UI and describe the functionality offered by the widget. This allows arbitrary widgets to describe themselves and allows users of TEDS UI to call into or register with the widget.
| Name | ITypedElementUiCapability |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementUiCapabilities.h |
| Include Path | #include "Elements/Interfaces/TypedElementUiCapabilities.h" |
Syntax
class ITypedElementUiCapability : public ISlateMetaData
Implements Interfaces
Derived Classes
- ITypedElementUiStyleOverrideCapability
- ITypedElementUiTextCapability
- ITypedElementUiTooltipCapability
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SLATE_METADATA_TYPE
(
ITypedElementUiCapability, |
Elements/Interfaces/TypedElementUiCapabilities.h |