Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FForkProcessHelper
Description
Are we a forked process that supports multithreading This only becomes true after its safe to be multithread. Since a process can be forked mid-tick, there is a period of time where IsForkedChildProcess is true but IsForkedMultithreadInstance will be false
| Name | IsForkedMultithreadInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Fork.h |
| Include Path | #include "Misc/Fork.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Fork.cpp |
static bool IsForkedMultithreadInstance()