Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor
Internal class to initialize the SlateAttributeDescriptor::FContainer attributes (Add attributes or modify existing attributes).
| Name | FContainerInitializer |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
Syntax
struct FContainerInitializer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/SlateAttributeDescriptor.h | |||
FContainerInitializer
(
const FContainerInitializer& |
Types/SlateAttributeDescriptor.h | ||
FContainerInitializer
(
FSlateAttributeDescriptor& InDescriptor, |
Types/SlateAttributeDescriptor.h | ||
FContainerInitializer
(
FSlateAttributeDescriptor& InDescriptor, |
Types/SlateAttributeDescriptor.h |
Structs
| Name | Remarks |
|---|---|
| FAttributeEntry |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContainerName | FName | Types/SlateAttributeDescriptor.h | ||
| Descriptor | FSlateAttributeDescriptor & | Types/SlateAttributeDescriptor.h | ||
| FSlateAttributeDescriptor | friend | Types/SlateAttributeDescriptor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeEntry AddContainedAttribute
(
FName AttributeName, |
Types/SlateAttributeDescriptor.h | ||
FAttributeEntry AddContainedAttribute
(
FName AttributeName, |
Types/SlateAttributeDescriptor.h | ||
void OverrideInvalidationReason
(
FName AttributeName, |
Change the InvalidationReason of an attribute defined in a base class. | Types/SlateAttributeDescriptor.h | |
void OverrideInvalidationReason
(
FName AttributeName, |
Change the InvalidationReason of an attribute defined in a base class. | Types/SlateAttributeDescriptor.h | |
void OverrideOnValueChanged
(
FName AttributeName, |
Change the FAttributeValueChangedDelegate of an attribute defined in a base class. | Types/SlateAttributeDescriptor.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContainerInitializer & operator=
(
const FContainerInitializer& |
Types/SlateAttributeDescriptor.h |