Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/SVisualAttachmentBox.h |
Include |
#include "SVisualAttachmentBox.h" |
class SVisualAttachmentBox : public SBox
Wrapper widget meant to handle native-side painting for UCommonVisualAttachment.
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
SetContentAnchor ( |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. |
|
|
OnArrangeChildren ( |
Panels arrange their children in a space described by the AllottedGeometry parameter. |
|
|
OnPaint ( |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |