ayon-core/client/ayon_core/hosts/unreal
2024-02-05 17:30:45 +01:00
..
api remove mongodb from pipeline and reduce legacy_io usage 2024-02-05 17:30:45 +01:00
hooks change openpype imports to ayon_core 2024-02-05 15:46:47 +01:00
integration@1aa4580792 rename openpype > ayon_core 2024-02-05 15:26:43 +01:00
plugins change openpype imports to ayon_core 2024-02-05 15:46:47 +01:00
ui change openpype imports to ayon_core 2024-02-05 15:46:47 +01:00
__init__.py rename openpype > ayon_core 2024-02-05 15:26:43 +01:00
addon.py change openpype imports to ayon_core 2024-02-05 15:46:47 +01:00
lib.py change openpype imports to ayon_core 2024-02-05 15:46:47 +01:00
README.md rename openpype > ayon_core 2024-02-05 15:26:43 +01:00
ue_workers.py change openpype imports to ayon_core 2024-02-05 15:46:47 +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 Ayon 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.