Navigation
Unreal Engine C++ API Reference > Runtime > TypedElementFramework > Elements > Interfaces > Capabilities
Inheritance Hierarchy
- ISlateMetaData
- ITypedElementUiCapability
- ITypedElementUiTooltipCapability
- TTypedElementUiTooltipCapability
References
Module | TypedElementFramework |
Header | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/Capabilities/TypedElementUiTooltipCapability.h |
Include | #include "Elements/Interfaces/Capabilities/TypedElementUiTooltipCapability.h" |
Syntax
class ITypedElementUiTooltipCapability : public ITypedElementUiCapability
Remarks
Interface to provide access to tool tips on widgets.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | EnableToolTipForceField
(
const bool bEnableForceField |
|
![]() |
TSharedPtr< IToolTip > | GetToolTip () |
|
![]() ![]() |
const FName & | GetTypeId () |
|
![]() ![]() |
bool | ||
![]() |
void | SetToolTip
(
const TAttribute< TSharedPtr< IToolTip > >& ToolTip |
|
![]() |
void | SetToolTipText
(
const TAttribute< FText >& ToolTipText |
|
![]() |
void | SetToolTipText
(
const FText& ToolTipText |
Overridden from ISlateMetaData
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | IsOfTypeImpl
(
const FName& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |