Grumpy Duck Games - Gameplay Blackboard

The Gameplay Blackboard Plugin is a flexible, replicated alternative to Unreal’s default blackboard system.It allows you to store any type of value, including custom structs and arrays, using Gameplay Tags as keys with full support for network replication.Beyond AI, it's perfect for managing game flow, phase systems, player stats, objectives, mission states, and other gameplay systems that need a centralized, tag-driven way to store and react to dynamic data.

📘 Documentation

✉️ Subscribe for Updates

Key Features
  • Universal Value Support: Store any type of data, including primitives, structs, arrays, and objects.

  • Tag-Based Access: Use Gameplay Tags as keys for clean data organization.

  • Fully Replicated: All values are replicated across the network.

  • Change Detection: Respond to value updates with built-in events and per-tag monitoring.