Stream Chat Unreal SDK
|
Provide a reference to a UChatChannel to child widgets. More...
#include <ChannelContextWidget.h>
Inherits UContextWidget.
Public Member Functions | |
void | Setup (UChatChannel *InChannel) |
UChatChannel * | GetChannel () const |
Static Public Member Functions | |
static UChannelContextWidget * | Get (const UWidget *Widget) |
static UChannelContextWidget * | TryGet (const UWidget *Widget) |
static UChatChannel * | GetChannel (const UWidget *Widget) |
static UChatChannel * | TryGetChannel (const UWidget *Widget) |
Public Attributes | |
FStartEditMessageDelegate | OnStartEditMessage |
Provide a reference to a UChatChannel to child widgets.
A widget that can be initialized with a ChatChannel in order to conveniently provide children with access to said channel as well as channel-related UI delegates