Bool Ops - Easy Mesh Booleans Plugin

Bool Ops provides blueprint functions for fast and easy boolean operations in Unreal Engine

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

Overview Video - Coming Soon

Demo Download

Functions List

Supports UE5!


Bool Ops Plugin provides blueprint functions for fast and easy boolean operations in Unreal Engine. Simply use static meshes to Add, Subtract, Intersect, or Trim a Procedural Mesh at runtime. No external libraries! Mesh Boolean operations are very fast for low poly meshes (<1000 triangles), we also provide functions to import and export as an obj file for more complex operations. No need to worry about complicated structures (but they are provided for completeness) Full source code included.


Getting Started

  1. Show Plugin Content and Show Engine Content in the Content Browser
  2. Check out the readme file at BoolOpsPlugin Content/Blueprints/READ_ME


Need more Procedural Mesh functions? Check out Mesh Ops which has over 300 functions dedicated to mesh generation and editing, as well as its own boolean related functions.

기술적 세부사항

Features:

  •  Runtime Mesh Booleans (Union/Difference/Intersection/Trim)
  •  Convenient functions to Add, Subtract, Intersect, or Trim a Procedural Mesh with a Static Mesh Component
  •  Copies new material sections directly from a Static Mesh Component
  • Full Support for multiple material sections
  • Path slice for use with swords and similar

Code Modules:

  •  BoolOpsPlugin
  •  BoolOpsPluginEditor

Number of Blueprints: 15 (Mostly example blueprints)

Number of C++ Classes: 2

Network Replicated: No

Supported Development Platforms: Windows, etc.

Supported Target Build Platforms: Windows, likely others (untested)

Documentation: BoolOpsPlugin/Content/READ_ME

Auto-Generated Documentation: https://vyrulent.com/BoolOps/Documentation/BoolOpsPluginBPLibrary/BoolOpsPluginBPLibrary.html

Example Project: N/A

Important/Additional Notes: