Navigation
API > API/Runtime > API/Runtime/Core
Generic implementation for the process handle.
| Name | TProcHandle |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
Syntax
template<typename T, T InvalidHandleValue>
struct TProcHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TProcHandle () |
Default constructor. | GenericPlatform/GenericPlatformProcess.h | |
TProcHandle
(
T Other |
Initialization constructor. | GenericPlatform/GenericPlatformProcess.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| HandleType | T | GenericPlatform/GenericPlatformProcess.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Get() |
Accessors. | GenericPlatform/GenericPlatformProcess.h | |
bool IsValid() |
GenericPlatform/GenericPlatformProcess.h | ||
void Reset() |
GenericPlatform/GenericPlatformProcess.h |