Message widget.
More...
#include <QuestionWindowBaseWidget.h>
◆ UQuestionWindowBaseWidget()
| UQuestionWindowBaseWidget::UQuestionWindowBaseWidget |
( |
const FObjectInitializer & |
ObjectInitializer | ) |
|
◆ NativeConstruct()
| void UQuestionWindowBaseWidget::NativeConstruct |
( |
| ) |
|
|
overridevirtual |
◆ No_Clicked()
| void UQuestionWindowBaseWidget::No_Clicked |
( |
| ) |
|
◆ No_Hovered()
| void UQuestionWindowBaseWidget::No_Hovered |
( |
| ) |
|
◆ No_Pressed()
| void UQuestionWindowBaseWidget::No_Pressed |
( |
| ) |
|
◆ No_Released()
| void UQuestionWindowBaseWidget::No_Released |
( |
| ) |
|
◆ No_UnHovered()
| void UQuestionWindowBaseWidget::No_UnHovered |
( |
| ) |
|
◆ SetMessageText()
| void UQuestionWindowBaseWidget::SetMessageText |
( |
FText |
NewMessage | ) |
|
Set the new message text.
- Parameters
-
◆ SynchronizeProperties()
| void UQuestionWindowBaseWidget::SynchronizeProperties |
( |
| ) |
|
|
overridevirtual |
◆ Yes_Clicked()
| void UQuestionWindowBaseWidget::Yes_Clicked |
( |
| ) |
|
◆ Yes_Hovered()
| void UQuestionWindowBaseWidget::Yes_Hovered |
( |
| ) |
|
◆ Yes_Pressed()
| void UQuestionWindowBaseWidget::Yes_Pressed |
( |
| ) |
|
◆ Yes_Released()
| void UQuestionWindowBaseWidget::Yes_Released |
( |
| ) |
|
◆ Yes_UnHovered()
| void UQuestionWindowBaseWidget::Yes_UnHovered |
( |
| ) |
|
◆ Message
| class UTextBlock* UQuestionWindowBaseWidget::Message |
◆ MessageText
| FText UQuestionWindowBaseWidget::MessageText |
Text of the Message Text Block.
◆ MessageTextColor
| FColor UQuestionWindowBaseWidget::MessageTextColor |
Color of the Message Text Block.
◆ MessageTextFont
| FSlateFontInfo UQuestionWindowBaseWidget::MessageTextFont |
Font of the Message Text Block.
◆ NoButton
| class UButton* UQuestionWindowBaseWidget::NoButton |
◆ OnNoClicked
| FOnNoClickedEvent UQuestionWindowBaseWidget::OnNoClicked |
Called when the button is clicked
◆ OnNoHovered
| FOnNoHoverEvent UQuestionWindowBaseWidget::OnNoHovered |
Called when the button is hovered
◆ OnNoPressed
| FOnNoPressedEvent UQuestionWindowBaseWidget::OnNoPressed |
Called when the button is pressed
◆ OnNoReleased
| FOnNoReleasedEvent UQuestionWindowBaseWidget::OnNoReleased |
Called when the button is released
◆ OnNoUnhovered
| FOnNoUnHoverEvent UQuestionWindowBaseWidget::OnNoUnhovered |
Called when the button is unhovered
◆ OnYesClicked
| FOnYesClickedEvent UQuestionWindowBaseWidget::OnYesClicked |
Called when the button is clicked
◆ OnYesHovered
| FOnYesHoverEvent UQuestionWindowBaseWidget::OnYesHovered |
Called when the button is hovered
◆ OnYesPressed
| FOnYesPressedEvent UQuestionWindowBaseWidget::OnYesPressed |
Called when the button is pressed
◆ OnYesReleased
| FOnYesReleasedEvent UQuestionWindowBaseWidget::OnYesReleased |
Called when the button is released
◆ OnYesUnHovered
| FOnYesUnHoverEvent UQuestionWindowBaseWidget::OnYesUnHovered |
Called when the button is unhovered
◆ YesButton
| class UButton* UQuestionWindowBaseWidget::YesButton |