FGenericPlatformProcess::GetSynchEventFromPool

Gets an event from the pool or creates a new one if necessary.

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

static FEvent * GetSynchEventFromPool
(
    bool bIsManualReset
)

Remarks

Gets an event from the pool or creates a new one if necessary.

Returns

An event, or nullptr none could be created.

Parameters

Parameter

Description

bIsManualReset

Whether the event requires manual reseting or not.

See Also

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