#include <SDialogueNodeOverlayWidget.h>
Widget for overlaying another widget besides the node
Definition at line 8 of file SDialogueNodeOverlayWidget.h.
◆ Self
◆ Construct()
void SDialogueNodeOverlayWidget::Construct |
( |
const FArguments & | InArgs | ) |
|
◆ DECLARE_DELEGATE_OneParam()
SDialogueNodeOverlayWidget::DECLARE_DELEGATE_OneParam |
( |
FOnHoverStateChanged | , |
|
|
bool | ) |
Delegate event fired when the hover state of this widget changes
◆ DECLARE_DELEGATE_RetVal_OneParam()
SDialogueNodeOverlayWidget::DECLARE_DELEGATE_RetVal_OneParam |
( |
FSlateColor | , |
|
|
FOnGetBackgroundColor | , |
|
|
bool | ) |
Delegate used to receive the background color of the node, depending on hover state and state of other siblings
◆ GetBackgroundColor()
FSlateColor SDialogueNodeOverlayWidget::GetBackgroundColor |
( |
| ) |
const |
|
inline |
◆ OnMouseEnter()
void SDialogueNodeOverlayWidget::OnMouseEnter |
( |
const FGeometry & | MyGeometry, |
|
|
const FPointerEvent & | MouseEvent ) |
|
inlineoverride |
◆ OnMouseLeave()
void SDialogueNodeOverlayWidget::OnMouseLeave |
( |
const FPointerEvent & | MouseEvent | ) |
|
|
inlineoverride |
◆ SLATE_BEGIN_ARGS()
◆ OnGetBackgroundColorEvent
FOnGetBackgroundColor SDialogueNodeOverlayWidget::OnGetBackgroundColorEvent |
|
private |
Delegate used to receive the color of the node, depending on hover state and state of other siblings
Definition at line 55 of file SDialogueNodeOverlayWidget.h.
◆ OnHoverStateChangedEvent
FOnHoverStateChanged SDialogueNodeOverlayWidget::OnHoverStateChangedEvent |
|
private |
◆ OverlayBody
TSharedPtr<SWidget> SDialogueNodeOverlayWidget::OverlayBody |
|
private |
The documentation for this class was generated from the following files: