TTripleBuffer::TTripleBuffer

Create and initialize a new instance using provided buffers.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/TripleBuffer.h

Include

#include "Containers/TripleBuffer.h"

Syntax

TTripleBuffer
(
    BufferType(&) InBuffers
)

Remarks

Create and initialize a new instance using provided buffers.

The elements of the provided items array are expected to have the following initial contents: 0 = Temp 1 = Write 2 = Read

Parameters

Parameter

Description

InBuffers

The buffer memory to use.

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