FSocketDragDropOp

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/SocketDragDropOp.h

Include

#include "SocketDragDropOp.h"

Syntax

class FSocketDragDropOp : public FDragDropOperation

Remarks

Functions

Name Description

Public function Const

FText

 

GetHoverText()

Passed into STextBlock so Slate can grab the current text for display

Public function Const

const FSlate...

 

GetIcon()

Passed into SImage so Slate can grab the current icon for display

Public function

FSelectedSoc...

 

GetSocketInfo()

Accessor for the socket info

Public function Static

const FStrin...

 

GetTypeId()

Public function

bool

 

IsAltDrag()

Is this an alt-drag operation?

Public function Static

TSharedRef< ...

 

New

(
    FSelectedSocketInfo InSocketInfo,
    bool bInIsAltDrag
)

Use this function to create a new one of me

Public function

void

 

SetIcon

(
    const FSlateBrush* InIcon
)

Sets the icon to be displayed

Overridden from FDragDropOperation

Name Description

Public function Virtual Const

TSharedPtr< ...

 

GetDefaultDecorator()

The widget decorator to use

Public function Virtual Const

bool

 

IsOfTypeImpl

(
    const FString& Type
)

Checks whether this drag and drop operation can cast safely to the specified type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss