Skip to content

Commit b1f2738

Browse files
committed
added Win64 to WhitelistPlatforms in uplugin file
1 parent bfa9c1a commit b1f2738

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ProjectVersionFromGit.uplugin

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
{
1919
"Name": "ProjectVersionFromGit",
2020
"Type": "Runtime",
21-
"LoadingPhase": "PreLoadingScreen"
21+
"LoadingPhase": "PreLoadingScreen",
22+
"WhitelistPlatforms": [
23+
"Win64"
24+
]
2225
}
2326
]
2427
}

0 commit comments

Comments
 (0)