UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SDockingCross.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "Input/Reply.h"
10
11class FPaintArgs;
13
20{
21public:
24
25 SLATE_API void Construct( const FArguments& InArgs, const TSharedPtr<class SDockingNode>& InOwnerNode );
26
27 // SWidget interface
28 SLATE_API virtual int32 OnPaint( const FPaintArgs& Args, const FGeometry& AllottedGeometry, const FSlateRect& MyCullingRect, FSlateWindowElementList& OutDrawElements, int32 LayerId, const FWidgetStyle& InWidgetStyle, bool bParentEnabled ) const override;
33 // End of SWidget interface
34
36
38 TWeakPtr<class SDockingNode> OwnerNode;
39};
40
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
Definition DragAndDrop.h:141
Definition PaintArgs.h:23
Definition Reply.h:24
Definition SlateRect.h:26
Definition DrawElements.h:220
Definition WidgetStyle.h:15
Definition SDockingCross.h:20
virtual SLATE_API FVector2D ComputeDesiredSize(float) const override
Definition SDockingCross.cpp:147
SLATE_BEGIN_ARGS(SDockingCross)
Definition SDockingCross.h:22
virtual SLATE_API FReply OnDragOver(const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent) override
Definition SDockingCross.cpp:237
SLATE_API void Construct(const FArguments &InArgs, const TSharedPtr< class SDockingNode > &InOwnerNode)
Definition SDockingCross.cpp:15
virtual SLATE_API int32 OnPaint(const FPaintArgs &Args, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const override
Definition SDockingCross.cpp:23
virtual SLATE_API FReply OnDrop(const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent) override
Definition SDockingCross.cpp:253
virtual SLATE_API void OnDragLeave(const FDragDropEvent &DragDropEvent) override
Definition SDockingCross.cpp:228
Definition SDockingNode.h:19
Definition SLeafWidget.h:29
Definition SharedPointer.h:692
Definition SharedPointer.h:1295
Definition Geometry.h:40