Hello.UE4 friends~ I have a problem that launching external program(.exe)
I used code in beginplay at Actor class
FPlatformProcess::CreateProc(TEXT(“C:\Program Files (x86)\wLauncher\wLauncher.exe”), nullptr, true, false, false, nullptr, 0, nullptr, nullptr);
like this.
But that external program doesn’t launch…
How can i launch that program? or is this code wrong?
Compling is success,but that program doesn’t appear.
thx for read my thread.