Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor > API/Runtime/SlateCore/FSlateAttributeDescriptor/FInitializer > API/Runtime/SlateCore/FSlateAttributeDescriptor/FInitializer/TNestedAttribute-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void OnValueChangedConverter
(
SWidget& Widget, |
Types/SlateAttributeDescriptor.h | ||
static void OnValueChangedConverter
(
SWidget& Widget, |
Types/SlateAttributeDescriptor.h |
OnValueChangedConverter(SWidget &, TNestedAttributeValueChangedDelegate< PointerToAttributeOwnerType >, PointerToAttributeOwnerType)
| Name | OnValueChangedConverter |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
static void OnValueChangedConverter
(
SWidget & Widget,
TNestedAttributeValueChangedDelegate< PointerToAttributeOwnerType > InCallback,
PointerToAttributeOwnerType InPointerToAttributeOwner
)
OnValueChangedConverter(SWidget &, TNestedAttributeValueChangedDelegateTyped< PointerToAttributeOwnerType >, PointerToAttributeOwnerType)
| Name | OnValueChangedConverter |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
static void OnValueChangedConverter
(
SWidget & Widget,
TNestedAttributeValueChangedDelegateTyped< PointerToAttributeOwnerType > InCallback,
PointerToAttributeOwnerType InPointerToAttributeOwner
)