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
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

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