Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixPlatformMisc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformMisc.h |
Include | #include "Unix/UnixPlatformMisc.h" |
Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformMisc.cpp |
static bool HasOverriddenReturnCode
&40;
uint8 &42; OverriddenReturnCodeToUsePtr
&41;
Remarks
Determines if return code has been overriden and returns it. true if the error code has been overriden, false if not
Parameters
Name | Description |
---|---|
OverriddenReturnCodeToUsePtr | pointer to an variable that will hold an overriden return code, if any. Can be null. |