Navigation
API > API/Plugins > API/Plugins/PixelStreaming
| |
|
| Name |
BufferBuilder |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingBufferBuilder.h |
| Include Path |
#include "PixelStreamingBufferBuilder.h" |
Syntax
struct BufferBuilder
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
BufferBuilder
(
size_t size
)
|
|
PixelStreamingBufferBuilder.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Buffer |
rtc::CopyOnWriteBuffer |
|
PixelStreamingBufferBuilder.h |
|
| Pos |
size_t |
|
PixelStreamingBufferBuilder.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Insert
(
T&& Value
)
|
|
PixelStreamingBufferBuilder.h |
|