Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types > Attributes
Inheritance Hierarchy
- FSlateAttributeBase
- FSlateAttributeImpl
- TSlateAttributeBase
- TSlateMemberAttribute
- SWidget::TSlateAttribute
- SWidget::TSlateAttribute< FText, InInvalidationReasonValue >
- TSlateAttribute< FText, EInvalidateWidgetReason::None >
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl |
Include | #include "Types/Attributes/SlateAttributeMember.inl" |
Syntax
template<typename InObjectType, typename InInvalidationReasonPredicate, typename InComparePredicate>
struct TSlateMemberAttribute : public SlateAttributePrivate::TSlateAttributeBase< SWidget, InObjectType, InInvalidationReasonPredicate, InComparePredicate, ESlateAttributeType::Member >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
TSlateMemberAttribute
(
const TSlateMemberAttribute& |
||
![]() |
|||
![]() |
TSlateMemberAttribute
(
WidgetType& Widget |
||
![]() |
TSlateMemberAttribute
(
WidgetType& Widget, |
||
![]() |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
void * | operator new
(
size_t |
|
![]() |
void * | operator new[]
(
size_t |
|
![]() |
TSlateMemberAttribute & | operator=
(
const TSlateMemberAttribute& |
|
![]() |
TSlateMemberAttribute & |
Typedefs
Name | Description |
---|---|
FGetter | |
ObjectType | |
Super |