Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThread
Indicates if the thread should be forked in case the owning process is forked
| Name | EForkable |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Thread.h |
| Include Path | #include "HAL/Thread.h" |
Syntax
enum EForkable
{
Forkable,
NonForkable,
}
Values
| Name | Remarks |
|---|---|
| Forkable | |
| NonForkable |