Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FProcState
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
Include | #include "Unix/UnixPlatformProcess.h" |
Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformProcess.cpp |
bool GetReturnCode
(
int32 * ReturnCodePtr
)
Remarks
Returns child's return code (only valid to call if not running) return whether we have the return code (we don't if it crashed)
Parameters
Name | Description |
---|---|
ReturnCode | set to return code if not NULL (use the value only if method returned true) |