Iliad
Painting Plugin for UnrealEngine4 by Praxinos
Public Member Functions | List of all members
FOdysseyTimelineFrameDragDropOperation Class Reference
Inheritance diagram for FOdysseyTimelineFrameDragDropOperation:

Public Member Functions

 FOdysseyTimelineFrameDragDropOperation (TSharedPtr< SOdysseyTimelineFrame > iFrame, TSharedPtr< SOdysseyTimelineFrameList > iFrameList)
 
virtual void Construct () override
 
TSharedPtr< SOdysseyTimelineFrame > & Frame ()
 
virtual TSharedPtr< SWidget > GetDefaultDecorator () const override
 
virtual void OnDragged (const class FDragDropEvent &DragDropEvent) override
 
virtual void OnDrop (bool bDropWasHandled, const FPointerEvent &MouseEvent) override
 
void SetCanDropHere (bool bCanDropHere)
 

Constructor & Destructor Documentation

◆ FOdysseyTimelineFrameDragDropOperation()

FOdysseyTimelineFrameDragDropOperation::FOdysseyTimelineFrameDragDropOperation ( TSharedPtr< SOdysseyTimelineFrame iFrame,
TSharedPtr< SOdysseyTimelineFrameList iFrameList 
)

Member Function Documentation

◆ Construct()

void FOdysseyTimelineFrameDragDropOperation::Construct ( )
overridevirtual

◆ Frame()

TSharedPtr< SOdysseyTimelineFrame > & FOdysseyTimelineFrameDragDropOperation::Frame ( )

◆ GetDefaultDecorator()

TSharedPtr< SWidget > FOdysseyTimelineFrameDragDropOperation::GetDefaultDecorator ( ) const
overridevirtual

◆ OnDragged()

void FOdysseyTimelineFrameDragDropOperation::OnDragged ( const class FDragDropEvent &  DragDropEvent)
overridevirtual

◆ OnDrop()

void FOdysseyTimelineFrameDragDropOperation::OnDrop ( bool  bDropWasHandled,
const FPointerEvent &  MouseEvent 
)
overridevirtual

◆ SetCanDropHere()

void FOdysseyTimelineFrameDragDropOperation::SetCanDropHere ( bool  bCanDropHere)