Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FForkProcessHelper
Description
Tells if we allow multithreading on forked processes. Default is set to false but can be configured to always be true via DEFAULT_MULTITHREAD_FORKED_PROCESSES Enabled via -PostForkThreading Disabled via -DisablePostForkThreading
| Name | SupportsMultithreadingPostFork |
| 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 SupportsMultithreadingPostFork()