Velarion: All products 50% off

Marquee Selection Plugin

CGPath - Code Plugins - Mar 19, 2023

Marquee Selection Plugin is a tool for Unreal Engine 5 that allows developers to implement selection functionality in their games.

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

The Marquee Selection Plugin provides a simple and intuitive way to select multiple objects in games. It utilizes a DynamicOctree for efficient selection processing of thousand Objects and operates on a separate thread to ensure high performance. The plugin is designed for game development and offers an easy-to-use interface for game developers to implement selection functionality.

...................................................................................................

Examples:

...................................................................................................

Features:

  • To check for intersections, the plugin uses native collision shapes (box, sphere, capsule, convex, DOP), which allows building any shape of an object with acceptable accuracy. 
  • Collision is used only to determine the object's shape, and the physics functionality can be (or needs) disabled for optimization. You can also use your collision shapes
  • To optimize performance, when dealing with many objects, the plugin utilizes a modified Dynamic Octree, drastically improving processing speed.
  • The main part of the code is processed in a separate thread, which additionally ensures high performance.

...................................................................................................

Technical Details

...................................................................................................

Code Modules:

  •  MarqueeSelectionPlugin (Runtime)
  •  MarqueeSelectionPluginEditor (Editor)

...................................................................................................

Info:

Number of Blueprints: 0

Number of C++ Classes: 10

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64, Android, ( MacOS, iOS, Linux - not tested )

Documentation: Link