#include <SBoxPanel.h>
|
| virtual | ~FDragAndDropVerticalBoxOp () |
| |
| SLATECORE_API | FDragDropOperation () |
| |
| virtual SLATECORE_API | ~FDragDropOperation () |
| |
| template<class TType > |
| bool | IsOfType () const |
| |
| virtual bool | AffectedByPointerEvent (const FPointerEvent &PointerEvent) |
| |
| virtual SLATECORE_API void | OnDrop (bool bDropWasHandled, const FPointerEvent &MouseEvent) |
| |
| virtual SLATECORE_API void | OnDragged (const class FDragDropEvent &DragDropEvent) |
| |
| virtual SLATECORE_API FCursorReply | OnCursorQuery () |
| |
| virtual TSharedPtr< SWidget > | GetDefaultDecorator () const |
| |
| virtual FVector2D | GetDecoratorPosition () const |
| |
| virtual SLATECORE_API void | SetDecoratorVisibility (bool bVisible) |
| |
| virtual bool | IsExternalOperation () const |
| |
| virtual bool | IsWindowlessOperation () const |
| |
| SLATECORE_API void | SetCursorOverride (TOptional< EMouseCursor::Type > CursorType) |
| |
| virtual bool | IsOfTypeImpl (const FString &Type) const |
| |
| TSharedRef< FDragDropOperation, Mode > | AsShared () |
| |
| TSharedRef< FDragDropOperation const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FDragDropOperation, Mode > | AsWeak () |
| |
| TWeakPtr< FDragDropOperation const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
◆ ~FDragAndDropVerticalBoxOp()
| virtual FDragAndDropVerticalBoxOp::~FDragAndDropVerticalBoxOp |
( |
| ) |
|
|
inlinevirtual |
◆ SlotBeingDragged
◆ SlotIndexBeingDragged
| int32 FDragAndDropVerticalBoxOp::SlotIndexBeingDragged |
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h