Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor > API/Runtime/SlateCore/FSlateAttributeDescriptor/TInvalidateWidge-
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Types/SlateAttributeDescriptor.h |
|
|
|
Types/SlateAttributeDescriptor.h |
|
|
|
Types/SlateAttributeDescriptor.h |
|
TInvalidateWidgetReasonNestedAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
TIdentity_T< typename FNestedGetter::template TFuncPtr< PayloadTypes... > > InFuncPtr,
PayloadTypes&&... InputPayload
)
|
|
Types/SlateAttributeDescriptor.h |
|
TInvalidateWidgetReasonNestedAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
TIdentity_T< typename FNestedGetterTyped::template TFuncPtr< PayloadTypes... > > InFuncPtr,
PayloadTypes&&... InputPayload
)
|
|
Types/SlateAttributeDescriptor.h |
|
|
|
Types/SlateAttributeDescriptor.h |
|
| |
|
| Name |
TInvalidateWidgetReasonNestedAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
TInvalidateWidgetReasonNestedAttribute
(
const TInvalidateWidgetReasonNestedAttribute &
)
| |
|
| Name |
TInvalidateWidgetReasonNestedAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
TInvalidateWidgetReasonNestedAttribute
(
TInvalidateWidgetReasonNestedAttribute &&
)
| |
|
| Name |
TInvalidateWidgetReasonNestedAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
TInvalidateWidgetReasonNestedAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
EInvalidateWidgetReason InReason
)
| |
|
| Name |
TInvalidateWidgetReasonNestedAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
template<typename... PayloadTypes>
TInvalidateWidgetReasonNestedAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
TIdentity_T< typename FNestedGetter::template TFuncPtr< PayloadTypes... > > InFuncPtr,
PayloadTypes &&... InputPayload
)
| |
|
| Name |
TInvalidateWidgetReasonNestedAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
template<typename... PayloadTypes, typename U>
TInvalidateWidgetReasonNestedAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
TIdentity_T< typename FNestedGetterTyped::template TFuncPtr< PayloadTypes... > > InFuncPtr,
PayloadTypes &&... InputPayload
)
| |
|
| Name |
TInvalidateWidgetReasonNestedAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
template<typename LambdaType, typename... PayloadTypes>
TInvalidateWidgetReasonNestedAttribute
(
PointerToAttributeOwnerType InPointerToAttributeOwner,
LambdaType && InCallable,
PayloadTypes &&... InputPayload
)