SVirtualKeyboardEntry::ComputeDesiredSize

Computes the desired size of this widget ([SWidget](API\Runtime\SlateCore\Widgets\SWidget))

Windows
MacOS
Linux

Override Hierarchy

SWidget::ComputeDesiredSize()

SLeafWidget::ComputeDesiredSize()

SVirtualKeyboardEntry::ComputeDesiredSize()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h

Include

#include "Widgets/Input/SVirtualKeyboardEntry.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualKeyboardEntry.cpp

Syntax

virtual FVector2D ComputeDesiredSize
(
    float
) const

Remarks

Computes the desired size of this widget (SWidget)

Returns

The widget's desired size

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss