Game chat widget.
More...
#include <TextChatWidget.h>
◆ UTextChatWidget()
| UTextChatWidget::UTextChatWidget |
( |
const FObjectInitializer & |
ObjectInitializer | ) |
|
◆ AddChatGlobalMessage()
| void UTextChatWidget::AddChatGlobalMessage |
( |
FString |
Message, |
|
|
FColor |
Color, |
|
|
FSlateFontInfo |
Font, |
|
|
bool |
CustomStyle = false |
|
) |
| |
◆ AddChatUserMessage()
| void UTextChatWidget::AddChatUserMessage |
( |
FString |
User, |
|
|
FString |
Message, |
|
|
FColor |
Color, |
|
|
FSlateFontInfo |
Font, |
|
|
bool |
CustomStyle = false |
|
) |
| |
◆ ExitChat()
| void UTextChatWidget::ExitChat |
( |
| ) |
|
◆ FocusChat()
| void UTextChatWidget::FocusChat |
( |
| ) |
|
◆ NativeConstruct()
| void UTextChatWidget::NativeConstruct |
( |
| ) |
|
|
overridevirtual |
◆ NativeOnInitialized()
| void UTextChatWidget::NativeOnInitialized |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnTextCommited()
| void UTextChatWidget::OnTextCommited |
( |
const FText & |
Text, |
|
|
ETextCommit::Type |
CommitMethod |
|
) |
| |
◆ Scroll()
| void UTextChatWidget::Scroll |
( |
bool |
Up | ) |
|
◆ SetGlobalMessageTextPreview()
| void UTextChatWidget::SetGlobalMessageTextPreview |
( |
FText |
Text | ) |
|
◆ SetGlobalMessageTextPreviewColor()
| void UTextChatWidget::SetGlobalMessageTextPreviewColor |
( |
FColor |
Color | ) |
|
◆ SetGlobalMessageTextPreviewFont()
| void UTextChatWidget::SetGlobalMessageTextPreviewFont |
( |
FSlateFontInfo |
Font | ) |
|
◆ SetUpChatComponent()
| void UTextChatWidget::SetUpChatComponent |
( |
| ) |
|
◆ SetUserMessageTextPreview()
| void UTextChatWidget::SetUserMessageTextPreview |
( |
FText |
Text | ) |
|
◆ SetUserMessageTextPreviewColor()
| void UTextChatWidget::SetUserMessageTextPreviewColor |
( |
FColor |
Color | ) |
|
◆ SetUserMessageTextPreviewFont()
| void UTextChatWidget::SetUserMessageTextPreviewFont |
( |
FSlateFontInfo |
Font | ) |
|
◆ SynchronizeProperties()
| void UTextChatWidget::SynchronizeProperties |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ UpdatePreviewText()
| void UTextChatWidget::UpdatePreviewText |
( |
| ) |
|
◆ bChatFocused
| bool UTextChatWidget::bChatFocused |
◆ bLocalPlayer
| bool UTextChatWidget::bLocalPlayer |
◆ CanvasPanel
| UCanvasPanel* UTextChatWidget::CanvasPanel |
◆ EditField
| UEditableTextBox* UTextChatWidget::EditField |
◆ GlobalMessagePreviewText
| FText UTextChatWidget::GlobalMessagePreviewText |
◆ GlobalMessagePreviewTextColor
| FColor UTextChatWidget::GlobalMessagePreviewTextColor |
◆ GlobalMessagePreviewTextFont
| FSlateFontInfo UTextChatWidget::GlobalMessagePreviewTextFont |
◆ GlobalMessageTextPreview
| UTextBlock* UTextChatWidget::GlobalMessageTextPreview |
◆ MessagesBox
| UVerticalBox* UTextChatWidget::MessagesBox |
◆ MessagesTextBlockArr
◆ ParentComponent
| UActorComponent* UTextChatWidget::ParentComponent |
|
protected |
◆ ScrollBox
| UScrollBox* UTextChatWidget::ScrollBox |
◆ ScrollMultiplier
| float UTextChatWidget::ScrollMultiplier |
|
protected |
◆ UserMessagePreviewText
| FText UTextChatWidget::UserMessagePreviewText |
◆ UserMessagePreviewTextColor
| FColor UTextChatWidget::UserMessagePreviewTextColor |
◆ UserMessagePreviewTextFont
| FSlateFontInfo UTextChatWidget::UserMessagePreviewTextFont |
◆ UserMessageTextPreview
| UTextBlock* UTextChatWidget::UserMessageTextPreview |