Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SFxWidget
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SFxWidget::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SFxWidget.h |
| Include | #include "Widgets/Layout/SFxWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFxWidget >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FLinearColor >& InAttribute |
Multiply the contents of the SFxWidget by this color and opacity when drawing | |
| NamedSlotProperty< FArguments > | Content () |
The content that should be modified. | |
| WidgetArgsType & | HAlign
(
EHorizontalAlignment InArg |
The horizontal alignment of the child widget | |
| WidgetArgsType & | IgnoreClipping
(
const TAttribute< bool >& InAttribute |
Should the FX widget disable all clipping and show through regardless of its parents' bounds. | |
| WidgetArgsType & | LayoutScale
(
const TAttribute< float >& InAttribute |
Just like visual scale only affects Geometry. | |
| WidgetArgsType & | RenderScale
(
const TAttribute< float >& InAttribute |
Scale the visuals of this widget. Geometry is not affected. | |
| WidgetArgsType & | RenderScaleOrigin
(
const TAttribute< FVector2D >& InAttribute |
The origin of the visual scale transform in the 0..1 range (0 being upper left, 1 being lower right) | |
| WidgetArgsType & | VAlign
(
EVerticalAlignment InArg |
The vertical alignment of the child widget | |
| WidgetArgsType & | VisualOffset
(
const TAttribute< FVector2D >& InAttribute |
Offset the widget by some fraction of its size in either dimension. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |