Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SColorThemesViewer > API/Runtime/AppFramework/SColorThemesViewer/FArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & UseAlpha
(
TAttribute< bool > InAttribute |
Widgets/Colors/SColorThemes.h | ||
WidgetArgsType & UseAlpha
(
TSharedRef< UserClass > InUserObjectRef, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & UseAlpha
(
UserClass* InUserObject, |
Bind attribute with delegate to a shared pointer-based class method. | Widgets/Colors/SColorThemes.h |
UseAlpha(TAttribute< bool >)
| Name | UseAlpha |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
WidgetArgsType & UseAlpha
(
TAttribute < bool > InAttribute
)
UseAlpha(TSharedRef< UserClass >, typename TAttribute< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
Description
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
| Name | UseAlpha |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & UseAlpha
(
TSharedRef < UserClass > InUserObjectRef,
typename TAttribute < bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)
UseAlpha(UserClass *, typename TAttribute< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... >, VarTypes...)
Description
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
| Name | UseAlpha |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
template<class UserClass, typename... VarTypes>
WidgetArgsType & UseAlpha
(
UserClass * InUserObject,
typename TAttribute < bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc,
VarTypes... Vars
)