Skip to content

Discord Messenger

v2.0 UE 5.3+

Discord Messenger enables your Unreal Engine project to communicate with Discord through webhooks and the Discord API. Perfect for game notifications, crash reports, analytics, and community engagement.

Overview

Discord is where gaming communities live. This plugin lets you bridge your game and Discord server effortlessly with rich embeds, file attachments, and real-time notifications.

Rich Embeds

Send beautiful formatted messages with images, fields, and colors

Webhooks

Easy setup with Discord webhooks - no bot required

Bot API

Full Discord bot integration for advanced features

Blueprint Ready

Complete Blueprint exposure with async support

Key Features

Webhook Messages

  • Send text messages to any channel
  • Rich embeds with titles, descriptions, fields
  • Custom colors, thumbnails, and images
  • File attachments (screenshots, logs)
  • Rate limiting handled automatically

Discord Bot Integration

  • Send messages to any channel
  • Read and respond to messages
  • Manage server members (with permissions)
  • Create and manage threads
  • Slash command support (v2.0)

Game Integration Use Cases

  • Achievement Notifications - Announce when players unlock achievements
  • Server Status - Report server start/stop, player counts
  • Crash Reports - Auto-send crash dumps to dev channel
  • Match Results - Post tournament/match results
  • Moderation - Report cheaters or rule violations
  • Analytics - Daily player stats summaries

Quick Example

Send a match result to Discord in 3 nodes:

Event: OnMatchEnd
→ Create Discord Embed
Title: "Match Complete!"
Color: Green
Field: "Winner" = WinnerName
Field: "Score" = FinalScore
Thumbnail: WinnerAvatar
→ Send to Discord Webhook (WebhookURL, Embed)

Requirements

  • Unreal Engine: 5.3, 5.4, 5.5
  • Platforms: Win64, Mac, Linux, Consoles*
  • Dependencies: HTTP module (built-in)

Pricing

LicensePriceSeats
Indie$491
Pro$1995
Ultimate$499Unlimited

Purchase Now →

What’s New in v2.0

  • Slash Commands - Register and respond to Discord slash commands
  • Button Interactions - Add interactive buttons to messages
  • Thread Support - Create and manage forum threads
  • Improved Rate Limiting - Smart queue system prevents hitting limits
  • Message Editing - Edit previously sent messages

Documentation

Support