TriggerType

This is a little complicated, in an attempt to match Win32 Event semantics...

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/PThreadEvent.h"

Syntax

enum TriggerType
{
    TRIGGERED_NONE,
    TRIGGERED_ONE,
    TRIGGERED_ALL,
}

Values

Name

Description

TRIGGERED_NONE

TRIGGERED_ONE

TRIGGERED_ALL

Remarks

This is a little complicated, in an attempt to match Win32 Event semantics...

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