Skip to content

FrostWeb UE5 Plugin Documentation

The official documentation for FrostWeb Studios Unreal Engine 5 plugins.

FrostWeb Studios develops MMO-grade Unreal Engine 5 plugins available on Fab.com. These plugins are modular, fully replicated, and designed for production multiplayer games. Want to see them in action? Play our free demo.


Plugin Library

FWAISystem

MMO-style NPC behavior: threat tables, leashing, patrol, spawning, instance scaling.

View Documentation

FWChatSystem

Socket.IO chat with channels, party/guild chat, whisper, and presence.

View Documentation

FWCustomizationSystem

Character customization: race/gender, skin tones, hair, tattoos, DMI materials.

View Documentation

FWDialogueSystem

Data-driven dialogue trees with conditions, actions, and NPC conversations.

View Documentation

FWFactionSystem

Dynamic faction reputation with AI integration and configurable persistence.

View Documentation

FWGASSystem

Integrated Gameplay Ability System framework with combos, queuing, and modular gameplay.

View Documentation

FWGuildSystem

Full guild management: ranks, permissions, invitations, HTTP API integration.

View Documentation

FWInventorySystem

Inventory, equipment, crafting, vendors with RNG affixes and augmentation.

View Documentation

FWPartySystem

Beacon-based party system with invitations, join codes, and level transfer persistence.

View Documentation

FWQuestSystem

Modular quest system: tasks, conditions, rewards, party support, daily/weekly resets.

View Documentation

FWSkillSystem

Skill progression system: 15 skills, XP curves, milestones, skill-gated content.

View Documentation


Getting Started

Set up your project, install plugins, and verify everything compiles.

Get Started

Architecture Overview

Understand the component-based, data-driven, and event-driven design patterns shared across all plugins.

Read the Guide