Return to Tech/ue

Unreal Engine Programming

UI ChatText

Design - ChatText


Variables - ActualText : Text
 Instance Editable : Checked
 Expose on Spawn : Checked
 Replication : Replicated

Bind ActualText


UI ChatWindow

Design - ChatWindow



Custom Event - UpdateChatWindow
 Replicates : Run on owning Client
 Reliable : Checked
 Input Sender : Text
 Input Text : Text

Blueprint - Update Chat Window



In Lobby Player Controller

Custom Event - GetChatWindow
 Replicates : Run on Server
 Reliable : Checked
 Input TextToSend : Text

Variables - SenderText : Text
 Category : PlayerInfo
 Replication : Replicated 
Variables - SenderName : Text
 Category : PlayerInfo
 Replication : Replicated 

Custom Event - UpdateChat
 Replicates : Run on owning Client
 Reliable : Checked
 Input Sender : Text
 Input Text : Text

ChatWindow 

Blueprint - Text Committed


Blueprint - Get Chat Message


Blueprint - Update Chat


Return to Tech/ue