Stream Chat Unreal SDK
|
Displays typing status for multiple users. More...
#include <TypingIndicatorWidget.h>
Inherits UUserWidget.
Public Member Functions | |
void | AddUser (const FUserRef &User) |
bool | RemoveUser (const FUserRef &User) |
Returns true if no more users exist after removing user. | |
Protected Attributes | |
UTextBlock * | TextBlock |
TArray< FUserRef > | Users |
Displays typing status for multiple users.
Does not care about the users you add, so you most likely shouldn't add the currently logged in user. Does not have a "no one typing" state, so you should hide/show/create/destroy this widget when typists are > 0