SColorTrash

The [SColorTrash](API\Runtime\AppFramework\Widgets\Colors\SColorTrash) is a multipurpose widget which allows FColorDragDrops to be dropped on to to be

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h

Include

#include "Widgets/Colors/SColorThemes.h"

Syntax

class SColorTrash : public SCompoundWidget

Remarks

The SColorTrash is a multipurpose widget which allows FColorDragDrops to be dropped on to to be

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Protected function Const

const FSlate...

 

GetBorderStyle()

Overridden from SWidget

Name Description

Protected function Virtual

void

 

OnDragEnter

(
    const FGeometry& MyGeometry,
    const FDragDropEvent& DragDropEven...
)

Called during drag and drop when the drag enters a widget.

Protected function Virtual

void

 

OnDragLeave

(
    const FDragDropEvent& DragDropEven...
)

Called during drag and drop when the drag leaves a widget.

Protected function Virtual

FReply

 

OnDrop

(
    const FGeometry& MyGeometry,
    const FDragDropEvent& DragDropEven...
)

Called when the user is dropping something onto a widget; terminates drag and drop.

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