- Статус
- Оффлайн
- Регистрация
- 12 Авг 2020
- Сообщения
- 4,831
- Реакции
- 4,867
V5.7
Пожалуйста, авторизуйтесь для просмотра ссылки.
Трейлер / Trailer:
Этот плагин позволяет выбирать объекты в игре с помощью курсора мыши и выделения прямоугольником.
Вы также можете индивидуально настроить результат выделения для каждого класса объектов.
Технические детали / Technical Details:
Features:
- High performance (Built using C++)
- Ability to select any objects that inherit from Actors or Scene Components (Actors, Pawns, Characters, Scene Components)
- Ability to precisely configure collision for selection
- Ability to select complex dynamic objects
- Ability to call selection functions from other sources (e.g. if you need to select a unit by clicking on its icon)
- Optional ability to dynamically highlight objects during selection
- Optional ability to set the selection start point to the point that the player clicked on
- Optional ability to highlight the object under the cursor
- Additive selection
- Subtractional selection
- Has a set of functions made to select objects by a group or index
- Works with variable camera FOV
- Works with orthographic camera (can be used for 2D games)
- The widget for the selection frame is made using Blueprints. You can customize it with a set of textures and materials that are included in the plugin, or you can even use your own widget
- Collision Viewer for visual configuration of the selection collision
- Debugger for runtime collision debugging
- 3 C++ Classes (SelectionManagerComponent, SelectionManagerInterface, SelectionManagerDebugger)
- 3 Blueprints (Marquee Tool Widget, Collision Viewer, Debugger)
- 9 Materials and Material instances for Marquee Tool
- 10 Simple pattern textures
- 1 Mesh
- SelectionManager [Runtime]
To get an array of all selected objects you can manually create it and add/remove objects to and from said array, which is located inside the interface function, by hand. (There is an example of creating such an array in the demo project)
Touch Events are not supported.
Network Replication is not supported.
Split screen is not supported.
Supported Development Platforms: Any
Supported Target Build Platforms: Win64, Win32, Mac (Only Win64, Mac for UE5)
Documentation (
Пожалуйста, авторизуйтесь для просмотра ссылки.
)V1.1 UE V5.7
Пожалуйста, зарегистрируйтесь или авторизуйтесь, чтобы увидеть содержимое.