FEventRef

RAII-style `[FEvent](API\Runtime\Core\HAL\FEvent)_ non-copyable, non-movable

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/Event.h"

Syntax

class FEventRef

Remarks

RAII-style `FEvent_

non-copyable, non-movable

Constructors

Name Description

Public function

FEventRef

(
    EEventMode Mode
)

Public function

FEventRef

(
    const FEventRef&
)

Public function

FEventRef

(
    FEventRef&& Other
)

Destructors

Name Description

Public function

~FEventRef()

Operators

Name Description

Public function

FEventRef &

 

operator=

(
    const FEventRef&
)

Public function

FEventRef &

 

operator=

(
    FEventRef&& Other
)

Public function Const

FEvent *

 

operator->()

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