Navigation
Unreal Engine C++ API Reference > Runtime > TypedElementFramework > Elements > Interfaces > Capabilities
Inheritance Hierarchy
- ISlateMetaData
- ITypedElementUiCapability
- ITypedElementUiEditableCapability
- TTypedElementUiEditableCapability
References
Module | TypedElementFramework |
Header | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/Capabilities/TypedElementUiEditableCapability.h |
Include | #include "Elements/Interfaces/Capabilities/TypedElementUiEditableCapability.h" |
Syntax
class ITypedElementUiEditableCapability : public ITypedElementUiCapability
Remarks
Interface to provide access to widget that have explicit editing modes.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | ||
![]() |
void | ||
![]() ![]() |
const FName & | GetTypeId () |
|
![]() |
void | SetIsReadOnly
(
const TAttribute< bool >& InIsReadOnly |
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. |