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 |
|---|---|---|---|
TNestedAttributeEntry & OnValueChanged_Static
(
TIdentity_T< typename TNestedAttributeValueChangedDelegate< PointerToAttributeOwnerType >::template ..., |
Types/SlateAttributeDescriptor.h | ||
TNestedAttributeEntry & OnValueChanged_Static
(
TIdentity_T< typename TNestedAttributeValueChangedDelegateTyped< PointerToAttributeOwnerType >::temp..., |
Types/SlateAttributeDescriptor.h |
OnValueChanged_Static(TIdentity_T< typename TNestedAttributeValueChangedDelegate< PointerToAttributeOwnerType >::template TFuncPtr< VarTypes... > >, VarTypes...)
| Name | OnValueChanged_Static |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
template<typename... VarTypes>
TNestedAttributeEntry & OnValueChanged_Static
(
TIdentity_T< typename TNestedAttributeValueChangedDelegate< PointerToAttributeOwnerType >::template TFuncPtr< VarTypes... > > InFunc,
VarTypes... Vars
)
OnValueChanged_Static(TIdentity_T< typename TNestedAttributeValueChangedDelegateTyped< PointerToAttributeOwnerType >::template TFuncPtr< VarTypes... > >, VarTypes...)
| Name | OnValueChanged_Static |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
template<typename... VarTypes, typename U>
TNestedAttributeEntry & OnValueChanged_Static
(
TIdentity_T< typename TNestedAttributeValueChangedDelegateTyped< PointerToAttributeOwnerType >::template TFuncPtr< VarTypes... > > InFunc,
VarTypes... Vars
)