Skip to content

Commit f4ccfdb

Browse files
author
Roberto De Ioris
authored
Merge pull request 20tab#406 from HughMacdonald/threading_doc_fix
Fix the name of the .h file to modify to enable threading
2 parents 551c3d0 + 8275b8c commit f4ccfdb

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)