精选特卖:从即日起至9月23日,精选动画五折特惠!

PolygonArea

Painting Fish - 代码插件 - 2024/08/01

This is a tool capable of dividing different areas on the map effortlessly and promptly.It provides components for multiple events, such as entry and exit, and for simultaneously listening to events.

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

MAreaEditor:Editor blueprint for editing polygon areas

MAreaSpawnPoint:Creates actors that belongs to this area

  • AreaID: ID of the owning area
  • EnemyClass: Actor type created
  • QuantityGroup: Number of actors created per group
  • ConcurrentQuantity: The maximum number of concurrent creations on the field
  • SpawnInterval:Create interval

MAreaComponent :The component of the marked area detection actor

  • EnterAreaEvent:Triggered when the parent object enters the area
  • ExitAreaEvent:Triggered when the parent object leaves the area

MAreaGearComponent :Flag gear to monitor area events

  • ComponentEnterEvent:Triggered when AreaComponent enters the area
  • ComponentExitEvent:Triggered when AreaComponent leaves the area
  • ClearGroupEvent:Triggered upon the destruction of all group actors created by AreaSpawnPoint within the area
  • ClearAreaEvent:Triggered upon the destruction of all actors spawned by AreaSpawnPoint within the area

技术细节

Features: (Please include a full, comprehensive list of the features of the product)

  •  MAreaEditor Revise the blueprint of the polygonal area
  •  MAreaSpawnPoint Creates actors that belongs to this area
  •  MAreaComponent The component of the marked area detection actor
  • MAreaGearComponent Flag gear to monitor area events

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

Number of Blueprints:2

Number of C++ Classes:8

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation: Project path:

  • Plugins\PolygonArea\Docs\PolygonArea(Chinese).pdf
  • Plugins\PolygonArea\Docs\PolygonArea(English).pdf