Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor
| Name | SCollectionSelectionButton |
| Type | class |
| Header File | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/Widgets/SCollectionSelectionButton.h |
| Include Path | #include "Views/Widgets/SCollectionSelectionButton.h" |
Syntax
class SCollectionSelectionButton : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCollectionSelectionButton
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCollectionSelectionButton
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollectionName | FName | Views/Widgets/SCollectionSelectionButton.h | ||
| ListWidgetPtr | TWeakPtr< SObjectMixerEditorList > | Views/Widgets/SCollectionSelectionButton.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDropIsValid | bool | Views/Widgets/SCollectionSelectionButton.h | ||
| bIsPressed | bool | Views/Widgets/SCollectionSelectionButton.h | ||
| CheckedHoveredImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h | ||
| CheckedImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h | ||
| CheckedPressedImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h | ||
| CheckedValidDropImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h | ||
| EditableTextBlock | TSharedPtr< SInlineEditableTextBlock > | Views/Widgets/SCollectionSelectionButton.h | ||
| MenuAnchor | TSharedPtr< SMenuAnchor > | Views/Widgets/SCollectionSelectionButton.h | ||
| UncheckedHoveredImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h | ||
| UncheckedImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h | ||
| UncheckedPressedImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h | ||
| UncheckedValidDropImage | FSlateRoundedBoxBrush | Views/Widgets/SCollectionSelectionButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Views/Widgets/SCollectionSelectionButton.h | ||
const FSlateBrush * GetBorderBrush() |
Views/Widgets/SCollectionSelectionButton.h | ||
FSlateColor GetBorderForeground() |
Views/Widgets/SCollectionSelectionButton.h | ||
TSharedRef< SWidget > GetContextMenu() |
Views/Widgets/SCollectionSelectionButton.h | ||
bool GetIsSelected() |
Whether the associated collection is selected | Views/Widgets/SCollectionSelectionButton.h | |
virtual FReply OnDragDetected
(
const FGeometry& MyGeometry, |
Views/Widgets/SCollectionSelectionButton.h | ||
virtual void OnDragEnter
(
const FGeometry& MyGeometry, |
Views/Widgets/SCollectionSelectionButton.h | ||
virtual void OnDragLeave
(
const FDragDropEvent& DragDropEvent |
Views/Widgets/SCollectionSelectionButton.h | ||
virtual FReply OnDrop
(
const FGeometry& MyGeometry, |
Views/Widgets/SCollectionSelectionButton.h | ||
void OnEditableTextCommitted
(
const FText& Text, |
Views/Widgets/SCollectionSelectionButton.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Views/Widgets/SCollectionSelectionButton.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
Views/Widgets/SCollectionSelectionButton.h |