ayon-core/openpype/hosts/unreal
Jakub Trllo 20d0804967
Fix typo
Co-authored-by: Simone Barbieri <simone.barbieri@hey.com>
2022-08-22 17:50:59 +02:00
..
api Fix typo 2022-08-22 17:50:59 +02:00
hooks use new functions instead of 'get_workdir_data' 2022-07-26 17:23:12 +02:00
integration use Unreal host as class instead of module 2022-08-22 12:16:50 +02:00
plugins Merge remote-tracking branch 'origin/develop' into feature/maya-unreal-layout 2022-08-15 18:25:30 +02:00
__init__.py converted unreal to openpype module 2022-08-22 12:02:21 +02:00
lib.py ♻️ hound fixes 2022-05-26 14:13:25 +02:00
module.py implemented 'get_workfile_extensions' in unreal module 2022-08-22 13:22:38 +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.