Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include | #include "GenericPlatform/GenericPlatformProcess.h" |
Syntax
template<typename T, T InvalidHandleValue>
struct TProcHandle
Remarks
Generic implementation for the process handle.
Variables
| Type | Name | Description | |
|---|---|---|---|
| T | Handle | Platform specific handle. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TProcHandle () |
Default constructor. | ||
TProcHandle
(
T Other |
Initialization constructor. |
Functions
Typedefs
| Name | Description |
|---|---|
| HandleType |