Skip to content

Commit 8275b8c

Browse files
committed
Fix the name of the .h file to modify to enable threading
1 parent 551c3d0 commit 8275b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ By the way, if you want to play with experimental threading support, just uncomm
866866
//#define UEPY_THREADING 1
867867
```
868868

869-
on top of UnrealEnginePythonPrivatePCH.h and rebuild the plugin.
869+
on top of UnrealEnginePython.h and rebuild the plugin.
870870

871871
As with native threads, do not modify (included deletion) UObjects from non-main threads.
872872

0 commit comments

Comments
 (0)