FUnixPlatformMisc::HasOverriddenReturnCode

Determines if return code has been overriden and returns it.

Windows
MacOS
Linux

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

Syntax

static bool HasOverriddenReturnCode
(
    uint8 * OverriddenReturnCodeToUsePtr
)

Remarks

Determines if return code has been overriden and returns it.

Returns

true if the error code has been overriden, false if not

Parameters

Parameter

Description

OverriddenReturnCodeToUsePtr

pointer to an variable that will hold an overriden return code, if any. Can be null.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss