ayon-core/openpype/hosts/unreal
Jakub Trllo d62790bf37
Merge pull request #4225 from pypeclub/feature/OP-4632_qtpy-in-module-tools
General: Use qtpy in modules and hosts UIs which are running in OpenPype process
2022-12-16 11:54:25 +01:00
..
api Merge pull request #4225 from pypeclub/feature/OP-4632_qtpy-in-module-tools 2022-12-16 11:54:25 +01:00
hooks 🎨 support for unreal engine 5.1 2022-12-08 22:20:14 +01:00
integration ♻️ fix includes 2022-12-13 15:33:15 +01:00
plugins Merge pull request #4199 from pypeclub/bugfix/support-for-unreal-5.1 2022-12-14 17:03:55 +01:00
__init__.py renamed module.py to addon.py in unreal 2022-08-26 15:11:14 +02:00
addon.py change imports in hosts 2022-11-03 16:27:38 +01:00
lib.py 🐛 fix empty ue folder bug 2022-12-14 16:34:40 +01:00
README.md drop support for <4.26 2021-06-29 16:43:20 +02:00

Unreal Integration

Supported Unreal Engine version is 4.26+ (mainly because of major Python changes done there).

Project naming

Unreal doesn't support project names starting with non-alphabetic character. So names like 123_myProject are invalid. If OpenPype detects such name it automatically prepends letter P to make it valid name, so 123_myProject will become P123_myProject. There is also soft-limit on project name length to be shorter than 20 characters. Longer names will issue warning in Unreal Editor that there might be possible side effects.