Advanced Menu System  1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
UQuestionWindowBaseWidget Class Reference

Message widget. More...

#include <QuestionWindowBaseWidget.h>

+ Inheritance diagram for UQuestionWindowBaseWidget:

Public Member Functions

 UQuestionWindowBaseWidget (const FObjectInitializer &ObjectInitializer)
 
virtual void SynchronizeProperties () override
 
virtual void NativeConstruct () override
 
void Yes_Clicked ()
 
void Yes_Pressed ()
 
void Yes_Released ()
 
void Yes_Hovered ()
 
void Yes_UnHovered ()
 
void No_Clicked ()
 
void No_Pressed ()
 
void No_Released ()
 
void No_Hovered ()
 
void No_UnHovered ()
 
void SetMessageText (FText NewMessage)
 Set the new message text. More...
 

Public Attributes

class UTextBlock * Message
 Message text block. More...
 
class UButton * YesButton
 
class UButton * NoButton
 
FText MessageText
 Text of the Message Text Block. More...
 
FColor MessageTextColor
 Color of the Message Text Block. More...
 
FSlateFontInfo MessageTextFont
 Font of the Message Text Block. More...
 
FOnYesClickedEvent OnYesClicked
 
FOnYesPressedEvent OnYesPressed
 
FOnYesReleasedEvent OnYesReleased
 
FOnYesHoverEvent OnYesHovered
 
FOnYesUnHoverEvent OnYesUnHovered
 
FOnNoClickedEvent OnNoClicked
 
FOnNoPressedEvent OnNoPressed
 
FOnNoReleasedEvent OnNoReleased
 
FOnNoHoverEvent OnNoHovered
 
FOnNoUnHoverEvent OnNoUnhovered
 

Detailed Description

Message widget.

Constructor & Destructor Documentation

◆ UQuestionWindowBaseWidget()

UQuestionWindowBaseWidget::UQuestionWindowBaseWidget ( const FObjectInitializer &  ObjectInitializer)

Member Function Documentation

◆ 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
NewMessageNew Message

◆ 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 ( )

Member Data Documentation

◆ Message

class UTextBlock* UQuestionWindowBaseWidget::Message

Message text block.

◆ 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