Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FReactionGroup Struct Reference

An abstraction to group reactions by their type. More...

#include <ReactionGroup.h>

Public Member Functions

bool HasAllDataLocally () const
 
TOptional< FReactionGetOwnReaction (const UUserManager *) const
 The reaction of this type added to the message by the current user.
 

Public Attributes

FName Type
 The type of reaction (e.g. 'like', 'laugh', 'wow')
 
int32 Count = 0
 Count of all reactions of this type.
 
int32 TotalScore = 0
 Total reaction score of all reactions of this type.
 
TArray< FReactionLatestReactions
 

Detailed Description

An abstraction to group reactions by their type.

Member Data Documentation

◆ LatestReactions

TArray<FReaction> FReactionGroup::LatestReactions

The latest reactions of this type created by any user. Note that Count might not equal LatestReactions.Num(), depending on how much data we have locally


The documentation for this struct was generated from the following files: