PolygonArea

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
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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