![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericPlatformProcess.h>
Public Types | |
| typedef T | HandleType |
Public Member Functions | |
| UE_FORCEINLINE_HINT constexpr | TProcHandle () |
| UE_FORCEINLINE_HINT | TProcHandle (T Other) |
| UE_FORCEINLINE_HINT T | Get () const |
| UE_FORCEINLINE_HINT void | Reset () |
| UE_FORCEINLINE_HINT bool | IsValid () const |
Protected Attributes | |
| T | Handle |
Generic implementation for the process handle.
| typedef T TProcHandle< T, InvalidHandleValue >::HandleType |
|
inlineconstexpr |
Default constructor.
|
inlineexplicit |
Initialization constructor.
|
inline |
Accessors.
|
inline |
|
inline |
|
protected |
Platform specific handle.