Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors
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
Type | Name | Description | |
---|---|---|---|
![]() |
void | Construct
(
const FArguments& InArgs |
|
![]() ![]() |
const FSlateBrush * |
Overridden from SWidget
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | OnDragEnter
(
const FGeometry& MyGeometry, |
Called during drag and drop when the drag enters a widget. |
![]() ![]() |
void | OnDragLeave
(
const FDragDropEvent& DragDropEvent |
Called during drag and drop when the drag leaves a widget. |
![]() ![]() |
FReply | OnDrop
(
const FGeometry& MyGeometry, |
Called when the user is dropping something onto a widget; terminates drag and drop. |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments |