Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformProcess
Description
Executes a process as administrator, requesting elevation as necessary. This call blocks until the process has returned.
| Name | ExecElevatedProcess |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp |
static bool ExecElevatedProcess
(
const TCHAR * URL,
const TCHAR * Params,
int32 * OutReturnCode
)