We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067058f commit 9a5dce4Copy full SHA for 9a5dce4
1 file changed
openpype/hosts/unreal/__init__.py
@@ -7,8 +7,6 @@ def add_implementation_envs(env: dict, _app: Application) -> None:
7
"""Modify environments to contain all required for implementation."""
8
# Set OPENPYPE_UNREAL_PLUGIN required for Unreal implementation
9
10
- engine_version = _app.name.split("/")[-1].replace("-", ".")
11
-
12
ue_plugin = "UE_5.0" if _app.name[:1] == "5" else "UE_4.7"
13
unreal_plugin_path = os.path.join(
14
os.path.dirname(os.path.abspath(openpype.hosts.__file__)),
0 commit comments