ayon-core/openpype/hosts/unreal
2021-12-17 14:30:30 +01:00
..
api fix comment 2021-12-17 14:30:30 +01:00
hooks Apply suggestions from code review 2021-09-23 16:49:51 +01:00
plugins Updated FBX import settings for the camera in Unreal 2021-10-07 12:08:12 +01:00
__init__.py also pass Application object to add_implementation_envs 2021-05-18 14:16:00 +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.