Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types > Attributes
Inheritance Hierarchy
- FSlateAttributeBase
- FSlateAttributeImpl
- TSlateAttributeBase
- TSlateContainedAttribute
- TWidgetSlotWithAttributeSupport::TSlateSlotAttribute
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeContained.inl |
Include | #include "Types/Attributes/SlateAttributeContained.inl" |
Syntax
template<typename InObjectType, typename InInvalidationReasonPredicate, typename InComparePredicate>
struct TSlateContainedAttribute : public SlateAttributePrivate::TSlateAttributeBase< ISlateAttributeContainer, InObjectType, InInvalidationReasonPredicate, InComparePredicate, ESlateAttributeType::Contained >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
TSlateContainedAttribute
(
const TSlateContainedAttribute& |
||
![]() |
|||
![]() |
TSlateContainedAttribute
(
ContainerType& Container |
||
![]() |
TSlateContainedAttribute
(
ContainerType& Container, |
||
![]() |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
TSlateContainedAttribute & | operator=
(
const TSlateContainedAttribute& |
|
![]() |
TSlateContainedAttribute & |
Typedefs
Name | Description |
---|---|
FGetter | |
ObjectType | |
Super |