Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor
| Name | FAttribute |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
Syntax
struct FAttribute
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttribute
(
FName Name, |
Types/SlateAttributeDescriptor.h | ||
FAttribute
(
FName ContainerName, |
Types/SlateAttributeDescriptor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FContainerInitializer | friend | Types/SlateAttributeDescriptor.h | ||
| FInitializer | friend | Types/SlateAttributeDescriptor.h | ||
| FSlateAttributeDescriptor | friend | Types/SlateAttributeDescriptor.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeType | SlateAttributePrivate::ESlateAttributeType | Types/SlateAttributeDescriptor.h | ||
| bAffectVisibility | bool | Types/SlateAttributeDescriptor.h | ||
| ContainerIndex | uint8 | Types/SlateAttributeDescriptor.h | ||
| ContainerName | FName | Types/SlateAttributeDescriptor.h | ||
| InvalidationReason | FInvalidateWidgetReasonAttribute | Types/SlateAttributeDescriptor.h | ||
| Name | FName | Types/SlateAttributeDescriptor.h | ||
| Offset | OffsetType | Types/SlateAttributeDescriptor.h | ||
| OnValueChanged | FAttributeValueChangedDelegate | Types/SlateAttributeDescriptor.h | ||
| Prerequisite | FName | Types/SlateAttributeDescriptor.h | ||
| SortOrder | uint32 | Types/SlateAttributeDescriptor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DoesAffectVisibility() |
Types/SlateAttributeDescriptor.h | ||
void ExecuteOnValueChangedIfBound
(
SWidget& Widget |
Types/SlateAttributeDescriptor.h | ||
SlateAttributePrivate::ESlateAttributeType GetAttributeType() |
Types/SlateAttributeDescriptor.h | ||
EInvalidateWidgetReason GetInvalidationReason
(
const SWidget& Widget |
Types/SlateAttributeDescriptor.h | ||
FName GetName() |
Types/SlateAttributeDescriptor.h | ||
uint32 GetSortOrder() |
Types/SlateAttributeDescriptor.h |