Skip to content
Media 1 for listing GRILL DIS for Unreal

Description

The GRILL DIS for Unreal plugin allows users to set up custom DIS entities through custom objects provided by the plugin. It also provides basic User Datagram Protocol (UDP) socket support and handles interpreting of DIS network traffic using Open-DIS libraries. The plugin uses the interpreted DIS data to create and update user specified DIS entities in Unreal Engine. The DIS plugin provides an interface for a user to add on custom functionality when specific DIS data is received. The plugin also supports sending DIS information through utilizing the Open-DIS libraries allowing DIS data to be sent out of Unreal Engine to other DIS-capable simulations.

Core components of the GRILL DIS for Unreal plugin are decoupled to allow for custom functionality to easily be added. If custom UDP socket support, Protocol Data Unit (PDU) processing, or managing of DIS entities are desired, the basic, supplied components can easily be replaced by new components. Furthermore, the GRILL DIS for Unreal plugin is not tied down to a specific round earth model. The plugin provides its own geospatial conversion functions which utilize the Georeferencing plugin made by Epic Games.

The GRILL DIS for Unreal plugin currently has base functionality for a select few DIS PDUs. These include:

  • Entity State

  • Entity State Update

  • Remove Entity

  • Fire

  • Detonation

  • Start Resume

  • Stop Freeze

  • Electromagnetic Emission

  • Signal

  • Designator

Links: Documentation | Example Project (UE4/UE5) | Demo Video

Open Source:

  • The plugin source code is hosted on GitHub. Community contributions to expanding the plugin are encouraged and greatly appreciated.

Included formats