SLayerHandle

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MaterialEditor

Header

/Engine/Source/Editor/MaterialEditor/Public/MaterialPropertyHelpers.h

Include

#include "MaterialPropertyHelpers.h"

Syntax

class SLayerHandle : public SCompoundWidget

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

TSharedPtr< ...

 

CreateDragDropOperation

(
    TSharedPtr< SMaterialLayersFunction...
)

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnDragDetected

(
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

Called when Slate detects that a widget started to be dragged.

Public function Virtual

FReply

 

OnMouseButtonDown

(
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it.

Classes

Name

Description

Public struct

FArguments

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