Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Unreal: launching on Linux #1672

Merged
merged 17 commits into from
Jul 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions openpype/hosts/unreal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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.
Loading