Velarion: 전체 콘텐츠 50% 할인

Fog of War system

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! :)