Code Modules: LineOfSight (Runtime).

Number of C++ Classes: 1

Network Replicated: No (The component can be run on the client and on the server. To notify other players, create a Custom Event with replication -> Multicast).

Supported Development Platforms: Any (Windows, Mac, Linux)

Supported Target Build Platforms: Any (Tested on Windows 10 and Android 7)

代码模块:LineOfSight(运行时)。

C++类数:1

网络复制:否(组件可以在客户端和服务器上运行。 要通知其他玩家,请使用复制->多播创建自定义事件)。

支持的开发平台:任何(Windows,Mac,Linux)

支持的目标构建平台:任何(在Windows10和Android7上测试)










The component creates a field of view (Field of vision) and allows you to detect objects. It can also be used in postprocess for a pseudo lighting and fog of war effect.

Easy use in blueprint.

  • 2 geometric types: arch and line.
  • Creates 2 arches.
  • Rotate along X, Y, Z. Not only Z (Top-Down games).
  • High performance, the component is written in C ++.
  • Can be used in 3D and 2D games.
  • Can be used for pseudo lighting (example in the screenshot).
  • Easy to use in blueprint. For minimal functionality, only two functions need to be called.
  • Additional functions for interpolation of angles, radius, rotation. Watch the video preview.
  • Can be executed on a server in a multiplayer game.
  • Detection of enemies occurs even if the mesh is invisible.

The only “Line Of Sight” plugin on the market with support for two arches, two types of geometric shapes (line and arch), reverse arch, texture support and the fastest.

Video preview: YouTube

Full documentation: Here and Here

Video tutorial on Youtube: https://www.youtube.com/watch?v=mc9eZHbbu30 basic functions

Manual – creating pseudo lighting (Text): Here

Create pseudo lighting (Youtube): Here

Forum Thread (Support): Here

该组件创建一个视野(视野),并允许您检测对象。 它也可以在后处理中用于伪照明和战争雾效果。

易于在蓝图中使用.

  • 2几何类型:拱形和线条。
  • 创建2个拱门。
  • 沿着X,Y,Z旋转。不仅Z(自上而下的游戏)。
  • 高性能,组件用C++编写。
  • 可用于3D和2D游戏。
  • 可用于伪照明(屏幕截图中的示例)。
  • 易于在蓝图中使用。 对于最小的功能,只需要调用两个函数。
  • 用于插补角度,半径,旋转的附加功能。 观看视频预览。
  • 可以在多人游戏中的服务器上执行。
  • 即使网格不可见,也会检测到敌人。

市场上唯一的”视线”插件,支持两个拱门,两种类型的几何形状(线和拱门),反向拱门,纹理支持和最快。

视频预览: YouTube的

完整文件: 这里这里

Youtube视频教程: https://www.youtube.com/watch?v=mc9eZHbbu30 基本功能

手动创建伪照明(文本): 这里

创建伪照明(Youtube): 这里

论坛线程(支持): 这里

声明:本站所有资源都是由站长从网络上收集而来,如若本站内容侵犯了原著者的合法权益,可联系站长删除。