#include <Platform.h>
◆ ExecElevatedProcess()
Executes a process as administrator, requesting elevation as necessary. This call blocks until the process has returned.
- Parameters
-
| URL | IN The URL of the process to execute, typically the path to an executable file |
| Params | IN The params to pass to the invoked process |
| OutReturnCode | OUT Will be set to the return code of the executed process |
- Returns
- true if the execution was successful.
Implements BuildPatchServices::IPlatform.
◆ GetLastError()
◆ Sleep()
Sleep this thread for Seconds. 0.0 means release the current time slice to let other threads get some attention.
- Parameters
-
| Seconds | The time in seconds to sleep for. |
Implements BuildPatchServices::IPlatform.
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/Platform.h