![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementUiCapabilities.h>
Inheritance diagram for ITypedElementUiCapability:Public Member Functions | |
| ~ITypedElementUiCapability () override=default | |
Public Member Functions inherited from ISlateMetaData | |
| template<class TType > | |
| bool | IsOfType () const |
| virtual | ~ISlateMetaData () |
Additional Inherited Members | |
Protected Member Functions inherited from ISlateMetaData | |
| virtual bool | IsOfTypeImpl (const FName &Type) const |
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.
|
overridedefault |