ayon-core/openpype/hosts/unreal
2022-05-27 10:12:51 +02:00
..
api Hound fixes 2022-04-29 09:43:50 +01:00
hooks Added support for both UE4 and 5 2022-05-19 14:19:30 +01:00
integration 🚚 split versions of integration plugin 2022-05-26 14:07:30 +02:00
plugins Merge pull request #3122 from pypeclub/feature/OP-3130_unreal-5-support 2022-05-27 10:12:51 +02:00
__init__.py ♻️ hound fixes #2 🐶 2022-05-26 14:17:41 +02:00
lib.py ♻️ hound fixes 2022-05-26 14:13:25 +02: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.