Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/TBasicLayoutWidgetSlot
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
| Include | #include "Layout/BasicLayoutWidgetSlot.h" |
TAlignmentWidgetSlotMixin
&40;
SlotOwner,
MoveTemp(InArgs)
&41;
Remarks
MoveTemp will cast a reference to an rvalue reference. This is UE's equivalent of std::move except that it will not compile when passed an rvalue or const object, because we would prefer to be informed when MoveTemp will have no effect.