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;