Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor > API/Runtime/SlateCore/FSlateAttributeDescriptor/FInvalidateWidgetReasonAttribute
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Types/SlateAttributeDescriptor.h |
|
|
|
Types/SlateAttributeDescriptor.h |
|
|
Default constructor. |
Types/SlateAttributeDescriptor.h |
|
|
|
Types/SlateAttributeDescriptor.h |
|
|
|
Types/SlateAttributeDescriptor.h |
|
| |
|
| Name |
FInvalidateWidgetReasonAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
FInvalidateWidgetReasonAttribute
(
const FInvalidateWidgetReasonAttribute &
)
| |
|
| Name |
FInvalidateWidgetReasonAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
FInvalidateWidgetReasonAttribute
(
FInvalidateWidgetReasonAttribute &&
)
Description
Default constructor.
| |
|
| Name |
FInvalidateWidgetReasonAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
FInvalidateWidgetReasonAttribute
(
EInvalidateWidgetReason InReason
)
| |
|
| Name |
FInvalidateWidgetReasonAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
template<typename... PayloadTypes>
FInvalidateWidgetReasonAttribute
(
TIdentity_T< typename FGetter::template TFuncPtr< PayloadTypes... > > InFuncPtr,
PayloadTypes &&... InputPayload
)
| |
|
| Name |
FInvalidateWidgetReasonAttribute |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path |
#include "Types/SlateAttributeDescriptor.h" |
template<typename LambdaType, typename... PayloadTypes>
FInvalidateWidgetReasonAttribute
(
LambdaType && InCallable,
PayloadTypes &&... InputPayload
)