SVisualAttachmentBox::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.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/SVisualAttachmentBox.h

Include

#include "SVisualAttachmentBox.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/SVisualAttachementBox.cpp

Syntax

virtual FVector2D ComputeDesiredSize
(
    float
) const

Remarks

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. See StackPanel for an example.

Returns

The desired size.