Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FInteractiveProcess > FInteractiveProcess
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h |
Include | #include "Misc/InteractiveProcess.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/InteractiveProcess.cpp |
FInteractiveProcess
&40;
const FString & InURL,
const FString & InParams,
const FString & InWorkingDir,
bool InHidden,
bool LongTime
&41;
Remarks
Creates a new interactive process.
Parameters
Name | Description |
---|---|
InURL | The URL of the executable to launch. |
InParams | The command line parameters. |
InWorkingDir | The URL of the working dir where the executable should launch. |
InHidden | Whether the window of the process should be hidden. |