5#include "Blueprint/UserWidget.h"
6#include "Components/TextBlock.h"
7#include "CoreMinimal.h"
8#include "User/UserRef.h"
10#include "TypingIndicatorWidget.generated.h"
24 UFUNCTION(BlueprintCallable, Category =
"Stream Chat")
27 UFUNCTION(BlueprintCallable, Category =
"Stream Chat")
28 bool RemoveUser(
const FUserRef& User);
31 UPROPERTY(meta = (BindWidget))
32 UTextBlock* TextBlock;
34 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Setup)
35 TArray<FUserRef> Users;
38 void UpdateLabel()
const;
39 FText GetLabel()
const;
A reference to a unique User.
Definition: UserRef.h:23