className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
SBoxPanel::FScopedWidgetSlotArguments::FScopedWidgetSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | FScopedWidgetSlotArguments&40;&41; | [] |
|
SBoxPanel::FScopedWidgetSlotArguments::FScopedWidgetSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | FScopedWidgetSlotArguments &40; FScopedWidgetSlotArguments && &41; | [] |
|
SBoxPanel::FScopedWidgetSlotArguments::FScopedWidgetSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | FScopedWidgetSlotArguments &40; const FScopedWidgetSlotArguments & &41; | [] |
|
SBoxPanel::FScopedWidgetSlotArguments::FScopedWidgetSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | FScopedWidgetSlotArguments &40; TUniquePtr< SlotType > InSlot, TPanelChildren< FSlot > & InChildren, int32 InIndex &41; | [] |
|
FSlot | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | class FSlot : public [SBoxPanel::TSlot< FSlot >](API\Runtime\SlateCore\Widgets\SBoxPanel\TSlot) | [] |
|
SBoxPanel::GetChildren | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | All widgets must provide a way to access their children in a layout-agnostic way. Panels store their children in Slots, which creates a dilemma. Most panels can store their children in a TPanelChildren, where the Slot class provides layout information about the child it stores. In that case GetChildren should simply return the TPanelChildren. See StackPanel for an example. | SlateCore | virtual [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetChildren() | [] |
SBoxPanel::GetOrientation | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | EOrientation GetOrientation() const | [] |
|
SBoxPanel::FScopedWidgetSlotArguments::~FScopedWidgetSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | virtual &126;FScopedWidgetSlotArguments&40;&41; | [] |
|
SBoxPanel::GetWidgetClass | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const | [] |
|
FScopedWidgetSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | template<typename SlotType> struct FScopedWidgetSlotArguments : public FSlotArguments | [] |
|
SBoxPanel::IsValidSlotIndex | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | if it's a valid index slot index. | SlateCore | bool IsValidSlotIndex ( int32 Index ) const | [] |
SBoxPanel::NumSlots | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | the number of slots. | SlateCore | int32 NumSlots() const | [] |
SBoxPanel::OnArrangeChildren | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Panels arrange their children in a space described by the AllottedGeometry parameter. The results of the arrangement should be returned by appending aFArrangedWidgetpair for every child widget. See StackPanel for an example | SlateCore | virtual void OnArrangeChildren ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren ) const | [] |
PrivateThisType | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef [SBoxPanel](API\Runtime\SlateCore\Widgets\SBoxPanel) PrivateThisType | [] |
|
SBoxPanel::RemoveSlot | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Removes a slot from this box panel which contains the specifiedSWidgetThe index in the children array where the slot was removed and -1 if no slot was found matching the widget | SlateCore | int32 RemoveSlot ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & SlotWidget ) | [] |
SBoxPanel::StaticWidgetClass | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass() | [] |
|
PrivateParentType | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef [SPanel](API\Runtime\SlateCore\Widgets\SPanel) PrivateParentType | [] |
|
Super | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef [SPanel](API\Runtime\SlateCore\Widgets\SPanel) Super | [] |
|
SBoxPanel::SetOrientation | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Set the orientation of the Box. It will do a full invalidation of the widget. | SlateCore | void SetOrientation ( EOrientation InOrientation ) | [] |
ThisClass | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef [SBoxPanel](API\Runtime\SlateCore\Widgets\SBoxPanel) ThisClass | [] |
|
SBoxPanel::TSlot::Construct | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | void Construct &40; const FChildren & SlotOwner, FSlotArguments && InArgs &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef TSlot::FSlotArguments WidgetArgsType | [] |
|
SBoxPanel::TSlot::FSlotArguments::SizeParam | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | WidgetArgsType & SizeParam &40; TOptional< FSizeParam > InArg &41; | [] |
|
FSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | struct FSlotArguments : public TBasicLayoutWidgetSlot< SlotType >::FSlotArguments | [] |
|
SBoxPanel::TSlot::GetMaxSize | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Get the max size the slot can be. | SlateCore | float GetMaxSize&40;&41; const | [] |
SBoxPanel::TSlot::GetSizeRule | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Get the space rule this slot should occupy along panel's direction. | SlateCore | FSizeParam::ESizeRule GetSizeRule&40;&41; const | [] |
SBoxPanel::TSlot::GetSizeValue | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Get the space rule value this slot should occupy along panel's direction. | SlateCore | float GetSizeValue&40;&41; const | [] |
SBoxPanel::TSlot::RegisterAttributes | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | static void RegisterAttributes &40; FSlateWidgetSlotAttributeInitializer & AttributeInitializer &41; | [] |
|
SBoxPanel::TSlot::SetMaxSize | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Set the max size in SlateUnit this slot can be. | SlateCore | void SetMaxSize &40; TAttribute< float > InMaxSize &41; | [] |
SBoxPanel::TSlot::SetSizeToAuto | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | The widget's DesiredSize will be used as the space required. | SlateCore | void SetSizeToAuto&40;&41; | [] |
SBoxPanel::TSlot::SetSizeParam | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Set the size Param of the slot, It could be aFStretchor aFAuto. | SlateCore | void SetSizeParam &40; FSizeParam InSizeParam &41; | [] |
SBoxPanel::SBoxPanel | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | SBoxPanel() | [] |
|
SBoxPanel::TSlot::SetSizeToStretch | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | The available space will be distributed proportionately. | SlateCore | void SetSizeToStretch &40; TAttribute< float > StretchCoefficient &41; | [] |
SBoxPanel::TSlot::TSlot | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Default values for a slot. | SlateCore | TSlot&40;&41; | [] |
TSlot | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | A BoxPanel contains one BoxPanel child and describes how that child should be arranged on the screen. | SlateCore | template<typename SlotType> class TSlot : public [TBasicLayoutWidgetSlot< SlotType >](API\Runtime\SlateCore\Layout\TBasicLayoutWidgetSlot) | [] |
SBoxPanel::SBoxPanel | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | A Box Panel's orientation. | SlateCore | SBoxPanel ( EOrientation InOrientation ) | [] |
FCompoundWidgetOneChildSlot | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | struct FCompoundWidgetOneChildSlot : public [TSingleWidgetChildrenWithBasicLayoutSlot< EInvalidateWidgetReason::None >](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithBasicLa-) | [
{
"type": "friend",
"name": "SCompoundWidget",
"description": ""
}
] |
|
SCompoundWidget::ComputeDesiredSize | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Note thatComputeDesiredSize()is meant as an aide to the developer. It is NOT meant to be very robust in many cases. If your widget is simulating a bouncing ball, you should just return a reasonable size; e.g. 160x160. Let the programmer set up a reasonable rule of resizing the bouncy ball simulation.
The desired size. | SlateCore | virtual FVector2D ComputeDesiredSize ( float LayoutScaleMultiplier ) const | [] |
SBoxPanel | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | A BoxPanel contains one child and describes how that child should be arranged on the screen. | SlateCore | class SBoxPanel : public [SPanel](API\Runtime\SlateCore\Widgets\SPanel) | [
{
"type": "TPanelChildren<...",
"name": "Children",
"description": "The Box Panel's children."
},
{
"type": "EOrientation",
"name": "Orientation",
"description": "The Box Panel's orientation; determined at construct time."
}
] |
SCompoundWidget::GetChildren | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Should be renamed to GetVisibleChildren (not ALL children will be returned in all cases). | SlateCore | virtual [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetChildren() | [] |
SCompoundWidget::GetColorAndOpacity | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Gets the widget's color. | SlateCore | [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetColorAndOpacity() const | [] |
SCompoundWidget::GetColorAndOpacityAttribute | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | an attribute reference of ColorAndOpacity | SlateCore | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > GetColorAndOpacityAttribute() const | [] |
SCompoundWidget::GetContentScale | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Returns the size scaling factor for this widget.
Size scaling factor. | SlateCore | const FVector2D GetContentScale() const | [] |
SCompoundWidget::GetWidgetClass | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const | [] |
|
SCompoundWidget::GetForegroundColorAttribute | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | an attribute reference of ForegroundColor | SlateCore | [TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > GetForegroundColorAttribute() const | [] |
SCompoundWidget::GetForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | the Foreground color that this widget sets; unset options if the widget does not set a foreground color | SlateCore | virtual [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetForegroundColor() const | [] |
SCompoundWidget::OnArrangeChildren | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. Each type of Layout panel should arrange children based on desired behavior. | SlateCore | virtual void OnArrangeChildren ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren ) const | [] |
SCompoundWidget::OnPaint | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. Called by the non-virtual OnPaint to enforce pre/post conditions during OnPaint.
The maximum layer ID attained by this widget or any of its children. | SlateCore | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const | [] |
PrivateParentType | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | typedef [SWidget](API\Runtime\SlateCore\Widgets\SWidget) PrivateParentType | [] |
|
PrivateThisType | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) PrivateThisType | [] |
|
SCompoundWidget::SetColorAndOpacity | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Sets the widget's color. | SlateCore | void SetColorAndOpacity ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > InColorAndOpacity ) | [] |
SCompoundWidget::SetForegroundColor | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Sets the widget's foreground color. | SlateCore | void SetForegroundColor ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) > InForegroundColor ) | [] |
SCompoundWidget::StaticWidgetClass | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass() | [] |
|
Super | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | typedef [SWidget](API\Runtime\SlateCore\Widgets\SWidget) Super | [] |
|
ThisClass | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | typedef [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) ThisClass | [] |
|
SCompoundWidget | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | A CompoundWidget is the base from which most non-primitive widgets should be built. CompoundWidgets have a protected member named ChildSlot. | SlateCore | class SCompoundWidget : public [SWidget](API\Runtime\SlateCore\Widgets\SWidget) | [
{
"type": "FCompoundWidget...",
"name": "ChildSlot",
"description": "The slot that contains this widget's descendants."
}
] |
SCompoundWidget::SCompoundWidget | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Disallow public construction | SlateCore | SCompoundWidget() | [] |
EItemDropZone | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Where we are going to drop relative to the target item. | SlateCore | enum EItemDropZone { AboveItem, BelowItem, } | [] |
SDragAndDropVerticalBox::Construct | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | void Construct ( const [FArguments](API\Runtime\SlateCore\Widgets\SDragAndDropVerticalBox\FArguments) & InArgs ) | [] |
|
SCompoundWidget::SetContentScale | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | Sets the content scale for this widget. | SlateCore | void SetContentScale ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > InContentScale ) | [] |
SCompoundWidget::SetVisibility | /Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h | SlateCore | virtual void SetVisibility ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) > InVisibility ) | [] |
|
SDragAndDropVerticalBox::FArguments::OnCanAcceptDrop | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Handle this event to determine whether a drag and drop operation can be executed on top of the target row widget. Most commonly, this is used for previewing re-ordering and re-organization operations in lists or trees. e.g. A user is dragging one item into a different spot in the list or tree. This delegate will be called to figure out if we should give visual feedback on whether an item will successfully drop into the list. | SlateCore | WidgetArgsType & OnCanAcceptDrop &40; const FOnCanAcceptDrop & InDelegate &41; | [] |
SDragAndDropVerticalBox::FArguments::OnDragDetected | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Low level DragAndDrop. | SlateCore | WidgetArgsType & OnDragDetected &40; const FOnDragAndDropVerticalBoxDragDetected & InDelegate &41; | [] |
SDragAndDropVerticalBox::FArguments::OnAcceptDrop | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Perform a drop operation onto the target row widget Most commonly used for executing a re-ordering and re-organization operations in lists or trees. e.g. A user was dragging one item into a different spot in the list; they just dropped it. This is our chance to handle the drop by reordering items and calling for a list refresh. | SlateCore | WidgetArgsType & OnAcceptDrop &40; const FOnAcceptDrop & InDelegate &41; | [] |
SDragAndDropVerticalBox::FArguments::OnDragEnter | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | WidgetArgsType & OnDragEnter &40; const FOnDragAndDropVerticalBoxDragEnter & InDelegate &41; | [] |
|
SDragAndDropVerticalBox::FArguments::OnDragLeave | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | WidgetArgsType & OnDragLeave &40; const FOnDragAndDropVerticalBoxDragLeave & InDelegate &41; | [] |
|
FArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | struct FArguments : public [TSlateBaseNamedArgs< SDragAndDropVerticalBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
SDragAndDropVerticalBox::FArguments::OnDrop | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | WidgetArgsType & OnDrop &40; const FOnDragAndDropVerticalBoxDrop & InDelegate &41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef FArguments WidgetArgsType | [] |
|
SDragAndDropVerticalBox::FArguments::FArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | FArguments&40;&41; | [] |
|
FOnCanAcceptDrop | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Delegate signature for querying whether thisFDragDropEventwill be handled by the drop target of type ItemType. | SlateCore | typedef TBaseDelegate_ThreeParams< [TOptional](API\Runtime\Core\IO\TOptional)< [EItemDropZone](API\Runtime\SlateCore\Widgets\SDragAndDropVerticalBox\EItemDropZone) >, const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) &, [SDragAndDropVerticalBox::EItemDropZone](API\Runtime\SlateCore\Widgets\SDragAndDropVerticalBox\EItemDropZone), [SVerticalBox::FSlot](API\Runtime\SlateCore\Widgets\SVerticalBox\FSlot) * > FOnCanAcceptDrop | [] |
FOnDragAndDropVerticalBoxDragDetected | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef TBaseDelegate_FourParams< [FReply](API\Runtime\SlateCore\Input\FReply), const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) &, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) &, int32, [SVerticalBox::FSlot](API\Runtime\SlateCore\Widgets\SVerticalBox\FSlot) * > FOnDragAndDropVerticalBoxDragDetected | [] |
|
FOnAcceptDrop | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Delegate signature for handling the drop ofFDragDropEventonto target of type ItemType | SlateCore | typedef TBaseDelegate_FourParams< [FReply](API\Runtime\SlateCore\Input\FReply), const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) &, [SDragAndDropVerticalBox::EItemDropZone](API\Runtime\SlateCore\Widgets\SDragAndDropVerticalBox\EItemDropZone), int32, [SVerticalBox::FSlot](API\Runtime\SlateCore\Widgets\SVerticalBox\FSlot) * > FOnAcceptDrop | [] |
FOnDragAndDropVerticalBoxDragEnter | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef TBaseDelegate_OneParam< void, [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) const & > FOnDragAndDropVerticalBoxDragEnter | [] |
|
FOnDragAndDropVerticalBoxDragLeave | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef TBaseDelegate_OneParam< void, [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) const & > FOnDragAndDropVerticalBoxDragLeave | [] |
|
SDragAndDropVerticalBox::OnDragDetected | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Called when Slate detects that a widget started to be dragged. Usage: A widget can ask Slate to detect a drag. OnMouseDown() reply withFReply::Handled().DetectDrag( SharedThis(this) ). Slate will either send anOnDragDetected()event or do nothing. If the user releases a mouse button or leaves the widget before a drag is triggered (maybe user started at the very edge) then no event will be sent. | SlateCore | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnDragDetected ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
FOnDragAndDropVerticalBoxDrop | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef TBaseDelegate_OneParam< [FReply](API\Runtime\SlateCore\Input\FReply), [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) const & > FOnDragAndDropVerticalBoxDrop | [] |
|
SDragAndDropVerticalBox::OnDragOver | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Called during drag and drop when the the mouse is being dragged over a widget.
A reply that indicated whether this event was handled. | SlateCore | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnDragOver ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) & DragDropEvent ) | [] |
SDragAndDropVerticalBox::OnDrop | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Called when the user is dropping something onto a widget; terminates drag and drop.
A reply that indicated whether this event was handled. | SlateCore | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnDrop ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) & DragDropEvent ) | [] |
SDragAndDropVerticalBox::OnDragEnter | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | virtual void OnDragEnter ( [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) const & MyGeometry, [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) const & DragDropEvent ) | [] |
|
SDragAndDropVerticalBox::OnPaint | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. Called by the non-virtual OnPaint to enforce pre/post conditions during OnPaint.
The maximum layer ID attained by this widget or any of its children. | SlateCore | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const | [] |
SDragAndDropVerticalBox::OnMouseButtonDown | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Drag detection and handling | SlateCore | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SDragAndDropVerticalBox::SetDropIndicator_Below | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | [SDragAndDropVerticalBox](API\Runtime\SlateCore\Widgets\SDragAndDropVerticalBox) & SetDropIndicator_Below ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InValue ) | [] |
|
SDragAndDropVerticalBox::SetDropIndicator_Above | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Set the Drop indicators | SlateCore | [SDragAndDropVerticalBox](API\Runtime\SlateCore\Widgets\SDragAndDropVerticalBox) & SetDropIndicator_Above ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InValue ) | [] |
SDragAndDropVerticalBox::OnDragLeave | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | virtual void OnDragLeave ( [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) const & DragDropEvent ) | [] |
|
SDragAndDropVerticalBox | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | A Vertical Box Panel. SeeSBoxPanelfor more info. | SlateCore | class SDragAndDropVerticalBox : public [SVerticalBox](API\Runtime\SlateCore\Widgets\SVerticalBox) | [] |
SHorizontalBox::AddSlot | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | [FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SHorizontalBox\FScopedWidgetSlotArguments) AddSlot() | [] |
|
SHorizontalBox::Construct | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Construct this widget | SlateCore | void Construct ( const [FArguments](API\Runtime\SlateCore\Widgets\SHorizontalBox\FArguments) & InArgs ) | [] |
SHorizontalBox::FArguments::operator+ | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | WidgetArgsType & operator&43; &40; typename SHorizontalBox::FSlot::FSlotArguments & SlotToAdd &41; | [] |
|
SHorizontalBox::FArguments::operator+ | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | WidgetArgsType & operator&43; &40; typename SHorizontalBox::FSlot::FSlotArguments && SlotToAdd &41; | [] |
|
SHorizontalBox::FArguments::FArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | FArguments&40;&41; | [] |
|
FArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | struct FArguments : public [TSlateBaseNamedArgs< SHorizontalBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [
{
"type": "TArray< typenam...",
"name": "_Slots",
"description": ""
}
] |
|
FScopedWidgetSlotArguments | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef [SBoxPanel::FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SBoxPanel\FScopedWidgetSlotArguments)< [SHorizontalBox::FSlot](API\Runtime\SlateCore\Widgets\SHorizontalBox\FSlot) > FScopedWidgetSlotArguments | [] |
|
WidgetArgsType | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | typedef FArguments WidgetArgsType | [] |
|
SHorizontalBox::FSlot::AutoWidth | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Deprecated* Chained AutoWidth is deprecated. Use the FSlotArgument or SetAutoWidth | SlateCore | FSlot & AutoWidth&40;&41; | [] |
SHorizontalBox::FSlot::FillWidth | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Deprecated* Chained FillWidth is deprecated. Use the FSlotArgument or SetFillWidth | SlateCore | FSlot & FillWidth &40; TAttribute< float > InStretchCoefficient &41; | [] |
SHorizontalBox::FSlot::Construct | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | SlateCore | void Construct &40; const FChildren & SlotOwner, FSlotArguments && InArgs &41; | [] |
|
SHorizontalBox::FSlot::FSlotArguments::AutoWidth | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | The widget's DesiredSize will be used as the space required. | SlateCore | FSlotArguments & AutoWidth&40;&41; | [] |
SHorizontalBox::FSlot::FSlotArguments::FillWidth | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | The available space will be distributed proportionately. | SlateCore | FSlotArguments & FillWidth &40; TAttribute< float > InStretchCoefficient &41; | [] |
SHorizontalBox::FSlot::FSlotArguments::MaxWidth | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h | Set the max size in SlateUnit this slot can be. | SlateCore | FSlotArguments & MaxWidth &40; TAttribute< float > InMaxWidth &41; | [] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.