TAtomicBase_Basic::Store

Sets the element to a specific value.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/Atomic.h"

Syntax

void Store
(
    T Value,
    EMemoryOrder Order
)

Remarks

Sets the element to a specific value.

Parameters

Parameter

Description

Value

The value to set the element to.

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