Stream Chat Unreal SDK
Loading...
Searching...
No Matches
ResendMessageContextMenuAction.h
1
// Copyright 2026 Stream.IO, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "ContextMenu/ContextMenuAction.h"
6
#include "CoreMinimal.h"
7
8
#include "ResendMessageContextMenuAction.generated.h"
9
19
UCLASS()
20
class STREAMCHATUI_API
UResendMessageContextMenuAction
final : public UContextMenuAction
21
{
22
GENERATED_BODY()
23
24
public
:
25
UResendMessageContextMenuAction
();
26
27
protected
:
28
virtual
void
OnPerform(
const
FMessage
&, UWidget* OwningWidget)
override
;
29
virtual
bool
OnShouldDisplay(EMessageSide,
const
FMessage
&)
const override
;
30
};
UResendMessageContextMenuAction
Message action which sends a moderation-bounced message again, unchanged.
Definition
ResendMessageContextMenuAction.h:21
FMessage
Represents a Stream Chat message.
Definition
Message.h:70
Source
StreamChatUi
Public
ContextMenu
ResendMessageContextMenuAction.h
Generated by
1.12.0