Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAttribute * FindAttribute
(
FName AttributeName |
Types/SlateAttributeDescriptor.h | ||
FAttribute * FindAttribute
(
FName AttributeName |
Types/SlateAttributeDescriptor.h |
FindAttribute(FName)
| Name | FindAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Types/SlateAttributeDescriptor.cpp |
const FAttribute * FindAttribute
(
FName AttributeName
) const
the Attribute with the corresponding name.
FindAttribute(FName)
| Name | FindAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Types/SlateAttributeDescriptor.cpp |
FAttribute * FindAttribute
(
FName AttributeName
)