
설명
BP2CPP tool allows users to right click a blueprint asset in the content browser and automatically convert/stub out a c++ class derived from it keeping all functions, variables, events intact. If this plugin gains enough traction some limitations can be worked on to add some of these features. Limitations include: Only handles single variable containers (no arrays/maps/sets). Only handles basic variable types: int, float, bool, string. Does not stub out macros. Only handles single function arguments (if multiple are present only the first is converted). Only supports AActor derived blueprints. Ignores blueprint components and dispatchers


