Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
Include | #include "Types/SlateAttributeDescriptor.h" |
Syntax
class FSlateAttributeDescriptor
Remarks
Describes the static information about a Widget's type SlateAttributes.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
constexpr OffsetType | DefaultSortOrder
(
OffsetType Offset |
The default sort order that define in which order attributes will be updated. |
![]() ![]() |
const FAttribute * | FindAttribute
(
FName AttributeName |
|
![]() ![]() |
const FAttribute * | FindContainedAttribute
(
FName ContainerName, |
|
![]() ![]() |
const FContainer * | FindContainer
(
FName ContainerName |
|
![]() ![]() |
const FAttribute * | FindMemberAttribute
(
OffsetType AttributeOffset |
|
![]() ![]() |
const FAttribute & | GetAttributeAtIndex
(
int32 Index |
|
![]() ![]() |
int32 | ||
![]() ![]() |
int32 | IndexOfAttribute
(
FName AttributeName |
|
![]() ![]() |
int32 | IndexOfContainedAttribute
(
FName ContainerName, |
|
![]() ![]() |
int32 | IndexOfContainer
(
FName AttributeName |
|
![]() ![]() |
int32 | IndexOfMemberAttribute
(
OffsetType AttributeOffset |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FAttribute | ||
![]() |
FContainer | ||
![]() |
FContainerInitializer | Internal class to initialize the SlateAttributeDescriptor::FContainer attributes (Add attributes or modify existing attributes). | |
![]() |
FInitializer | Internal class to initialize the SlateAttributeDescriptor (Add attributes or modify existing attributes). | |
![]() |
FInvalidateWidgetReasonAttribute | A EInvalidationWidgetReason Attribute It can be explicitly initialize or can be a callback static function or lambda that returns the EInvalidationReason. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ECallbackOverrideType |
Typedefs
Name | Description |
---|---|
FAttributeValueChangedDelegate | |
OffsetType |