Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > UWidgetLayoutLibrary
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/WidgetLayoutLibrary.h |
Include | #include "Blueprint/WidgetLayoutLibrary.h" |
Source | /Engine/Source/Runtime/UMG/Private/WidgetLayoutLibrary.cpp |
static UCanvasPanelSlot &42; SlotAsCanvasSlot
&40;
UWidget &42; Widget
&41;
Remarks
Gets the slot object on the child widget as a Canvas Slot, allowing you to manipulate layout information.
Parameters
Name | Description |
---|---|
Widget | The child widget of a canvas panel. |