|
| | FUMGDragDropOp () |
| |
| virtual void | AddReferencedObjects (FReferenceCollector &Collector) override |
| |
| virtual FString | GetReferencerName () const override |
| |
| virtual bool | AffectedByPointerEvent (const FPointerEvent &PointerEvent) override |
| |
| virtual void | OnDrop (bool bDropWasHandled, const FPointerEvent &MouseEvent) override |
| |
| virtual void | OnDragged (const class FDragDropEvent &DragDropEvent) override |
| |
| virtual FCursorReply | OnCursorQuery () override |
| |
| virtual TSharedPtr< SWidget > | GetDefaultDecorator () const override |
| |
| UDragDropOperation * | GetOperation () const |
| |
| SLATECORE_API | FGameDragDropOperation () |
| |
| virtual SLATECORE_API FVector2D | GetDecoratorPosition () const override |
| |
| SLATECORE_API | FDragDropOperation () |
| |
| virtual SLATECORE_API | ~FDragDropOperation () |
| |
| template<class TType > |
| bool | IsOfType () 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 |
| |
| | FGCObject () |
| |
| | FGCObject (const FGCObject &Other) |
| |
| | FGCObject (FGCObject &&Other) |
| |
| | FGCObject (EFlags Flags) |
| |
| virtual | ~FGCObject () |
| |
| FGCObject & | operator= (const FGCObject &) |
| |
| FGCObject & | operator= (FGCObject &&) |
| |
| COREUOBJECT_API void | RegisterGCObject () |
| |
| COREUOBJECT_API void | UnregisterGCObject () |
| |
| virtual bool | GetReferencerPropertyName (UObject *Object, FString &OutPropertyName) const |
| |
This is the drag/drop class used for UMG, all UMG drag drop operations utilize this operation. It supports moving a UObject payload and using a UWidget decorator.