Skip to content

GridCastCraft patterns of AoE mechanics and more with ease in Unreal Engine.

Documentation and technical guide for using the plugin.

Introduction

What is GridCast?

GridCast is a plugin focused on authoring patterns of telegraphed or non-telegraphed AoE mechanics with ease. In essence, it lets you draw a bunch of positions on a grid sized of your choice and then it provides a gameplay task to convert that into world positions. It even manages delays and different modes allowing you to use the same pattern in multiple different ways.

What is GridCast Pattern?

GridCast Pattern is a custom asset type. Opening it opens the custom GridCast Pattern Editor, this is what you will be using to modify the pattern asset itself.

Installation

Get started with the plugin through the installation guide.

Quickstart

Follow the guide to create and test your first pattern.

Demo Project

Walk through the Demo project to see all the features of the plugin. (Coming Soon)

Guide