FPThreadEvent::Create

Creates the event.

Windows
MacOS
Linux

Override Hierarchy

FEvent::Create()

FPThreadEvent::Create()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/PThreadEvent.h

Include

#include "HAL/PThreadEvent.h"

Syntax

virtual bool Create
(
    bool bIsManualReset
)

Remarks

Creates the event.

Manually reset events stay triggered until reset. Named events share the same underlying event.

Returns

true if the event was created, false otherwise.

Parameters

Parameter

Description

bIsManualReset

Whether the event requires manual reseting or not.

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