FGenericPlatformProcess::SetProcessLimits

Sets the process limits.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h

Include

#include "GenericPlatform/GenericPlatformProcess.h"

Syntax

static bool SetProcessLimits
(
    EProcessResource::Type Resource,
    uint64 Limit
)

Remarks

Sets the process limits.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Resource

one of process resources.

Limit

the maximum amount of the resource (for some OS, this means both hard and soft limits).

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