Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeMetaData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool UnregisterAttribute
(
SWidget& OwningWidget, |
Types/SlateAttributeMetaData.h | ||
static bool UnregisterAttribute
(
ISlateAttributeContainer& OwningContainer, |
Types/SlateAttributeMetaData.h |
UnregisterAttribute(SWidget &, const FSlateAttributeBase &)
| Name | UnregisterAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h |
| Include Path | #include "Types/SlateAttributeMetaData.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Types/SlateAttributeMetaData.cpp |
static bool UnregisterAttribute
(
SWidget & OwningWidget,
const FSlateAttributeBase & Attribute
)
UnregisterAttribute(ISlateAttributeContainer &, const FSlateAttributeBase &)
| Name | UnregisterAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h |
| Include Path | #include "Types/SlateAttributeMetaData.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Types/SlateAttributeMetaData.cpp |
static bool UnregisterAttribute
(
ISlateAttributeContainer & OwningContainer,
const FSlateAttributeBase & Attribute
)