TProcHandle

Generic implementation for the process handle.

Windows
MacOS
Linux

Inheritance Hierarchy

TProcHandle

FProcHandle

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

Name Description

Protected variable

T

 

Handle

Platform specific handle.

Constructors

Name Description

Public function

TProcHandle()

Default constructor.

Public function

TProcHandle

(
    T Other
)

Initialization constructor.

Functions

Name Description

Public function Const

T

 

Get()

Accessors.

Public function Const

bool

 

IsValid()

Public function

void

 

Reset()

Operators

Name Description

Public function

TProcHandle ...

 

operator=

(
    const TProcHandle& Other
)

Assignment operator.

Typedefs

Name

Description

HandleType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss