FGenericPlatformProcess::FSemaphore::FSemaphore

Creates and initializes a new instance with the specified name.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformProcess.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp

Syntax

FSemaphore
(
    const FString & InName
)

Remarks

Creates and initializes a new instance with the specified name.

Parameters

Parameter

Description

InName

name of the semaphore (all processes should use the same)

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