AARSharedWorldGameState::UpdatePreviewImageData

Copies the buffer into the image data (client)

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSharedWorldGameState.h

Include

#include "ARSharedWorldGameState.h"

Source

/Engine/Source/Runtime/AugmentedReality/Private/ARSharedWorldGameState.cpp

Syntax

void UpdatePreviewImageData
(
    int32 Offset,
    const uint8 * Buffer,
    int32 Size
)

Remarks

Copies the buffer into the image data (client)

Parameters

Parameter

Description

Offset

where in the buffer to start the copying

Buffer

the chunk of data to copy

BufferSize

the amount of data to copy

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