You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix unaceptable words usage in program
#rb trivial #jira UE-158643 #preflight 6317ba44ec45fbf3d7d45358 [CL 21891364 by francis hurteau in ue5-main branch]
This commit is contained in:
@@ -94,7 +94,7 @@ int32 ProcRunAsParent(const TCHAR* CommandLine)
|
||||
GEngineLoop.PreInit(CommandLine);
|
||||
UE_LOG(LogTestPAL, Display, TEXT("Running proc test as parent."));
|
||||
|
||||
// Run slave instance continuously
|
||||
// Run child instance continuously
|
||||
int NumChildrenToSpawn = 255, MaxAtOnce = 5;
|
||||
FParent Parent(NumChildrenToSpawn, MaxAtOnce);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user