Marketplace Content - What would you like to see from the community?

Yeah well there are several parts to it (in case anyone is interested).

First, I only do C++ plugins (that add blueprints). The team death match thing can be in blueprint as well, there’s no C++ plugin needed for .

Secondly, the idea seems to specific. The general idea doesn’t, but there will be lots of details that will be different from project to project, details in how the death match should work exactly. Making options for everything specific thing people either want or don’t want takes a huge amount of work. It’s not a feasible idea for a plugin as far as I can tell. It’s too specific for a plugin, you probably want to make custom for your project. It doesn’t require a plugin, it’s just game logic that can be in blueprint. If there would be a plugin for , you would most likely be very limited to what you can and cannot do. It’s the reason why I only do plugins that are either custom (for one specific company or project), or plugins that just add blueprints (that people can use in any way or shape that fits their project). Making an entire framework or gamemode, like I said, would require far too much work to add every option you and every other user of the plugin could think of. Well that, or you just make the most basic thing possible, and then make the users of the plugin inherit and add functionality to that base, that way they could make anything they want as well, but there’s no point for a plugin that adds a base for your idea, the classes and functionality in the UE4 already add as much as possible without causing limitations.

Thirdly, I usually only respond to people that answer my questions, people that just shout out random things they would like to have, well that’s nice and all, but I can’t really do much with that most of the time. It’s the reason I ask these questions, it’s the only thing I can do something with, it’s the only thing I can make a feasible plugin out of.

So, for anyone reading , I would like to know:

  • What limitations in blueprint are you currently running into?
  • What functionality can you come up with that currently isn’t achievable with blueprint alone?