Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SColorThemesViewer
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SColorThemesViewer >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SColorThemesViewer::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Colors/SColorThemes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Colors/SColorThemes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _UseAlpha | TAttribute< bool > | Widgets/Colors/SColorThemes.h |
Functions
Public
| 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 | |
WidgetArgsType & UseAlpha_Lambda
(
TFunction< bool(void) >&& InFunctor |
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & UseAlpha_Raw
(
UserClass* InUserObject, |
Bind attribute with delegate to a raw C++ class method | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & UseAlpha_Static
(
TIdentity_T< typename TAttribute< bool >::FGetter::template TFuncPtr< VarTypes... > > InFunc, |
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes | Widgets/Colors/SColorThemes.h | |
WidgetArgsType & UseAlpha_UObject
(
UserClass* InUserObject, |
Bind attribute with delegate to a UObject-based class method | Widgets/Colors/SColorThemes.h |