Unreal Engine Marketplace is moving over to Fab in mid-October. Learn more.

ReflexTool

SummerStore - Code Plugins - Sep 17, 2023

Sort and intersect any type of array using reflection and generic code, and also support calling methods in the object by name. Support no parameters, basic type parameters, and partial reference type parameters; And copying objects as value types

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 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.

Sort and intersect any type of array using reflection and generic code, and also support calling methods in the object by name. Support no parameters, basic type parameters, and partial reference type parameters; And copying objects as value types,(The latest update was on July 10, 2024, which fixed errors related to sorting and union work. Now he can work perfectly)

Technical Details

Features: (Please attach a complete and comprehensive list of product features)

  • support sorting by specific properties of composite structures, intersection, union,element queries
  • Copy values between objects without having to copy them one by one
  • Name call object function, supports types with no parameters and base parameters

Code modules: (please include a full list of each plugin module and its module type (runtime, editor, etc.))

  • ReflexTool (runtime)
  •  
  •  

Number of Blueprints: 2

Number of C++ classes: 6

Network Replication: No

Supported development platforms: Win64

Target build platform supported: Win64

Documentation: https://docs.google.com/document/d/1gAHJSNzBAUjiz9unr8K2_Pgqzo25yeZzOwPPQEiTg2A/edit?usp=sharing

Sample project: The plugin content already includes the sample level

Important/Additional Notes: