Navigation
Unreal Engine C++ API Reference > Editor > EditorFramework > Viewports > FInViewportUIDragOperation
References
Module | EditorFramework |
Header | /Engine/Source/Editor/EditorFramework/Public/Viewports/InViewportUIDragOperation.h |
Include | #include "Viewports/InViewportUIDragOperation.h" |
Source | /Engine/Source/Editor/EditorFramework/Private/Viewports/InViewportUIDragOperation.cpp |
FInViewportUIDragOperation ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InUIToBeDragged, const FVector2D InDecoratorOffsetFromCursor, const FVector2D & OwnerAreaSize, FOnInViewportUIDropped & InDropDelegate )
Remarks
The constructor is protected, so that this class can only be instantiated as a shared pointer.