Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FForkProcessHelper
Description
Performs low-level cross-platform actions that should happen immediately AFTER forking in the CHILD process in a well-specified order. Runs before any higher level code like calling into game-level constructs. E.g. notifies GMalloc to optimize for memory sharing across parent/child process
| Name | LowLevelPostForkChild |
| 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 void LowLevelPostForkChild
(
uint16 ChildIndex
)