hey
I’m currently updating some of my marketplace packs to 5.1, however i decided to add some functionality “c++ code” to one of my asseet packs. I added basically just one c++ class exposed to blueprints.
My question is, where do i put the code when packing up the asset pack for submissioon “to update” ? The marketplace seller guideline, says something about c++ plugins, but i havent worked on a plugin it’s just one Actor c++ class
I don’t know about any tutorials that talk about “Converting”, but here is one that I thought was quite good about making one from scratch (Its the same in UE5):
and a video:
There is a lot of info on the internet about making plugins these days, try googling “ue4 creating plugin” or something like that if you need more info than the links above.
Thank you for the video link, i was actually reading about plugins however most videos and tutorials about plugins are about editor extension, like creating extra buttons and editor tools etc…
The whole plugin thing is a bit annoying to be honest Thanks again for your answer
I got it to work, not to bad however a little bit annoying…
There is still one point i don’t understand, my pack is basically a asset pack with some functionality “c++”. All the assets i have in my pack like meshes, materials, blueprints etc… they have to be within the plugins folder in the editor right ? Not outside like in a classic “simple” asset pack within the content folder ?
I was reading through the marketplace guidelines but this part is kinda unclear for me
Well i see the problem but do we have a choice ? Thats why i asked if we really have to create a plugin, my pack has only one c++ class, nothing to fancy.
Took my a good few hours to figure everything out, plus the help from the forum here.
I guess this is a classic " It is what it is" situation