This listing has not been migrated to FAB by the seller. It is only available to use from your Vault in the Epic Games Launcher.Learn more about Fab

BPGenericsFunctionHelper

BlueSnail - Code Plugins - Oct 10, 2022

BPGenericsFunctionHelper

  • Supported Platforms
  • Supported Engine Versions
    4.26, 5.0
  • 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.

This is a Generics Function Call Blueprint library .

Technical Details

Features:


This is a very convenient generic function call Blueprint library that helps us call functions through reflection without using subclasses, and can support passing arbitrary arguments, and the event broadcast manager in the code is also very convenient to use as an additional implementation case.

Code Module:


"BPGenericsFunctionHelper"

Type : Runtime

 

Number of blueprints: 0


Number of C++ classes: 3


Replicated networks: No


Supported development platforms: Win64, Android


Supported target build platforms: 4.26, 5.0


Documentation: https://github.com/swdswdswd/BPGenericsFunctionHelper


Sample project: https://github.com/swdswdswd/BPGenericsFunctionHelper


Important/Additional Notes:


This is a very convenient generic function call Blueprint library that helps us call functions through reflection without using subclasses, and can support passing arbitrary arguments, and the event broadcast manager in the code is also very convenient to use as an additional implementation case.

Tags

GENERICFUNCTIONEVENTCALLFUNCCODE PLUGINCODE