Navigation
API > API/Runtime > API/Runtime/SlateCore
Base class for named arguments. Provides settings necessary for all widgets.
| Name | FSlateBaseNamedArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path | #include "Widgets/DeclarativeSyntaxSupport.h" |
Syntax
struct FSlateBaseNamedArgs
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateBaseNamedArgs() |
Widgets/DeclarativeSyntaxSupport.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _AccessibleParams | TOptional< FAccessibleWidgetData > | Widgets/DeclarativeSyntaxSupport.h | ||
| _AccessibleText | TAttribute< FText > | Widgets/DeclarativeSyntaxSupport.h | ||
| _Clipping | EWidgetClipping | Widgets/DeclarativeSyntaxSupport.h | ||
| _Cursor | TAttribute< TOptional< EMouseCursor::Type > > | Widgets/DeclarativeSyntaxSupport.h | ||
| _EnabledAttributesUpdate | bool | If true, bound Slate Attributes will be updated once per frame. | Widgets/DeclarativeSyntaxSupport.h | |
| _FlowDirectionPreference | EFlowDirectionPreference | Widgets/DeclarativeSyntaxSupport.h | ||
| _ForceVolatile | bool | Widgets/DeclarativeSyntaxSupport.h | ||
| _IsEnabled | TAttribute< bool > | Widgets/DeclarativeSyntaxSupport.h | ||
| _PixelSnappingMethod | EWidgetPixelSnapping | Widgets/DeclarativeSyntaxSupport.h | ||
| _RenderOpacity | float | Widgets/DeclarativeSyntaxSupport.h | ||
| _RenderTransform | TAttribute< TOptional< FSlateRenderTransform > > | Widgets/DeclarativeSyntaxSupport.h | ||
| _RenderTransformPivot | TAttribute< FVector2D > | Widgets/DeclarativeSyntaxSupport.h | ||
| _Tag | FName | Widgets/DeclarativeSyntaxSupport.h | ||
| _ToolTip | TAttribute< TSharedPtr< IToolTip > > | Widgets/DeclarativeSyntaxSupport.h | ||
| _ToolTipText | TAttribute< FText > | Widgets/DeclarativeSyntaxSupport.h | ||
| _Visibility | TAttribute< EVisibility > | Widgets/DeclarativeSyntaxSupport.h | ||
| MetaData | TArray< TSharedRef< ISlateMetaData > > | Widgets/DeclarativeSyntaxSupport.h |