SGridPanel::GetDesiredRegionSize

GetDesiredSize of a subregion in the graph.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h

Include

#include "Widgets/Layout/SGridPanel.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp

Syntax

FVector2D GetDesiredRegionSize
(
    const FIntPoint & StartCell,
    int32 Width,
    int32 Height
) const

Remarks

GetDesiredSize of a subregion in the graph.

Returns

FVector2D The desired size of the region of cells specified.

Parameters

Parameter

Description

StartCell

The cell (inclusive) in the upper left of the region.

Size

Number of cells in the X and Y directions to get the size for.

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