EMemoryOrder

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Atomic.h

Include

#include "Templates/Atomic.h"

Syntax

enum EMemoryOrder
{
    Relaxed,
    SequentiallyConsistent,
}

Values

Name

Description

Relaxed

Provides no guarantees that the operation will be ordered relative to any other operation.

SequentiallyConsistent

Establishes a single total order of all other atomic operations marked with this.

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