Fog of War system

Satheesh PV - 代码插件 - 2023/03/22

Fog of war system suitable for top-down/rts games

  • 支持的平台
  • 支持的引擎版本
    5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

This plugin will let you add fog of war system into your top-down or rts games. All the functions are static which means you can easily access the functions from anywhere in Blueprints or C++. I haven't tested this in multiplayer as this system was primarily designed for single player game.



Want to see this in an actual game? Check this out.


Showcase Video: https://youtu.be/wkduhCnZbPc

Join Discord: https://discord.gg/Zmd2EGcfz2

技术细节

Features:

  • Easy to use.
  • Check if location is visible in fog of war.
  • Quickly implement a ready to use fog of war.
  • Component based workflow.
  • Add/Remove fog of war components at runtime.
  • Access fog of war functions as static functions.
  • Enable or disable fog of war completely via static function.

Code Modules:

  •  AgoraFogOfWar [Runtime]

Number of Blueprints: 0

Number of C++ Classes: 5

Network Replicated: Not tested as this was designed primarily for a single player game.

Supported Development Platforms: All platforms that Unreal supports.

Supported Target Build Platforms: All platforms that Unreal supports.

Documentation: Click here.

Example Project: None available

Important/Additional Notes: Have a nice day! :)