Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SFxWidget.h |
Include |
#include "Widgets/Layout/SFxWidget.h" |
class SFxWidget : public SCompoundWidget
Enables visual effects (zooming, sliding, fading, etc.) to be applied to arbitrary widget content.
Unless specified properties do not affect layout.
Name | Description | ||
---|---|---|---|
|
bIgnoreClipping |
||
|
LayoutScale |
||
|
RenderScale |
||
|
RenderScaleOrigin |
||
|
VisualOffset |
Name | Description | |
---|---|---|
|
SFxWidget() |
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
SetRenderScale ( |
||
|
SetRenderScale ( |
||
|
SetVisualOffset ( |
||
|
SetVisualOffset ( |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Compute the ideal size necessary to display this widget. |
|
|
OnArrangeChildren ( |
Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. |
|
|
OnPaint ( |
This widget was created before render transforms existed for each widget, and it chose to apply the render transform AFTER the layout transform. |
Name |
Description |
|
---|---|---|
|
FArguments |