TAtomicBase_Basic::Load

Gets a copy of the current value of the element.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/Atomic.h"

Syntax

T Load
(
    EMemoryOrder Order
) const

Remarks

Gets a copy of the current value of the element.

Returns

The current value.

Parameters

Parameter

Description

Order

The memory ordering semantics to apply to the operation.

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