Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UCanvasPanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetGeometryForSlot
(
int32 SlotIndex, |
Computes the geometry for a particular slot based on the current geometry of the canvas. | Components/CanvasPanel.h | |
bool GetGeometryForSlot
(
UCanvasPanelSlot* Slot, |
Computes the geometry for a particular slot based on the current geometry of the canvas. | Components/CanvasPanel.h |
GetGeometryForSlot(int32, FGeometry &)
Description
Computes the geometry for a particular slot based on the current geometry of the canvas.
| Name | GetGeometryForSlot |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/CanvasPanel.h |
| Include Path | #include "Components/CanvasPanel.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/CanvasPanel.cpp |
bool GetGeometryForSlot
(
int32 SlotIndex,
FGeometry & ArrangedGeometry
) const
GetGeometryForSlot(UCanvasPanelSlot *, FGeometry &)
Description
Computes the geometry for a particular slot based on the current geometry of the canvas.
| Name | GetGeometryForSlot |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/CanvasPanel.h |
| Include Path | #include "Components/CanvasPanel.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/CanvasPanel.cpp |
bool GetGeometryForSlot
(
UCanvasPanelSlot * Slot,
FGeometry & ArrangedGeometry
) const