Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor > API/Runtime/SlateCore/FSlateAttributeDescriptor/FInitializer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNestedAttributeEntry< PointerToAttributeOwnerType > AddNestedMemberAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner, |
Types/SlateAttributeDescriptor.h | ||
TNestedAttributeEntry< PointerToAttributeOwnerType > AddNestedMemberAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner, |
Types/SlateAttributeDescriptor.h |
AddNestedMemberAttribute(PointerToAttributeOwnerType, FName, OffsetType, const FInvalidateWidgetReasonAttribute &)
| Name | AddNestedMemberAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
template<typename PointerToAttributeOwnerType>
TNestedAttributeEntry < PointerToAttributeOwnerType > AddNestedMemberAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
FName AttributeName,
OffsetType Offset,
const FInvalidateWidgetReasonAttribute & ReasonGetter
)
AddNestedMemberAttribute(PointerToAttributeOwnerType, FName, OffsetType, FInvalidateWidgetReasonAttribute &&)
| Name | AddNestedMemberAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
template<typename PointerToAttributeOwnerType>
TNestedAttributeEntry < PointerToAttributeOwnerType > AddNestedMemberAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
FName AttributeName,
OffsetType Offset,
FInvalidateWidgetReasonAttribute && ReasonGetter
)