Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor > API/Runtime/SlateCore/FSlateAttributeDescriptor/FInitializer
| Name | FAttributeEntry |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
Syntax
struct FAttributeEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeEntry
(
FSlateAttributeDescriptor& Descriptor, |
Types/SlateAttributeDescriptor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeIndex | int32 | Types/SlateAttributeDescriptor.h | ||
| Descriptor | FSlateAttributeDescriptor & | Types/SlateAttributeDescriptor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| The attribute affect the visibility of the widget. | Types/SlateAttributeDescriptor.h | ||
FAttributeEntry & OnValueChanged
(
FAttributeValueChangedDelegate Callback |
Notified when the attribute value changed. | Types/SlateAttributeDescriptor.h | |
FAttributeEntry & UpdatePrerequisite
(
FName Prerequisite |
Update the attribute after the prerequisite. | Types/SlateAttributeDescriptor.h |