Unreal Engine Marketplace is moving over to Fab in mid-October. Learn more.

Fog of war

FUNNY FUNI - Code Plugins - Sep 10, 2024

Simple and Easy Tool for Fog of war

  • Supported Platforms
  • Supported Engine Versions
    5.3 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Tutorial video link : https://youtu.be/nlE2FB6EhAw

Technical Details

Feature

1. Easy Creation : Simplify the process of creating fog of war.

2. Customizable : Easily customize the appearance and behavior of the fog of war.

3. Tutorial Included : Provides a straightforward tutorial for setting up and using the fog of war.

4. Cross-Platform Compatibility : Works on Windows, Android, and Mac.

5. User-Friendly Interface : Designed for ease of use, even for beginners.


Blueprints : 5


Main C++ class :

  1. Fog of War Texture: The main component that displays the fog of war effect.
  2. Fog of War Grid: Scans the terrain data of the level to determine the fog coverage.
  3. Fog of War Manager: Uses the terrain data from the grid to generate fog data for the texture.

These components work together to provide a dynamic and customizable fog of war system.

replicated : No