Hello,
My team and I have developed a Plugin for Unreal Engine and we were thinking of realising it under the MIT license.
But at the same time we have some concerns about licensing because of the following reasons:
- We obviously extend some UE classes, so it shows some code from there.
- There are some portions which have some code inspired from the UE source code (for example a custom blueprint node).
- We copied some icons from the
Engine\Content\Editor\Slate\Icons\
into the Content folder of the plugin. We of course have said where those icons come from in the proper LICENSE file.
Do we need to get special approval to release this plugin under the MIT license? or do we need to do anything regarding the points specified above?