ayon-core/openpype/hosts/unreal
2023-04-24 12:40:31 +02:00
..
api Merge branch 'develop' into enhancement/unreal-rendering_settings 2023-04-24 12:40:31 +02:00
hooks Global: Optimize anatomy formatting by only formatting used templates instead (#4784) 2023-04-17 14:53:15 +02:00
integration Just some grammar tweaks 2023-03-30 13:59:22 +02:00
plugins Merge branch 'develop' into enhancement/unreal-render_creator_improvements 2023-04-24 12:38:07 +02:00
__init__.py renamed module.py to addon.py in unreal 2022-08-26 15:11:14 +02:00
addon.py Fixed the generation of the project, added copyrights notices, removed .ini files. 2023-02-24 15:31:54 +01:00
lib.py ♻️ modify UE launching to use executable from settings 2023-04-05 17:17:55 +02:00
README.md drop support for <4.26 2021-06-29 16:43:20 +02:00
ue_workers.py 🚨 some style fixes 2023-03-21 16:48:50 +01: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.