Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/AARSharedWorldGameState
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARSharedWorldGameState.h |
| Include | #include "ARSharedWorldGameState.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARSharedWorldGameState.cpp |
void UpdatePreviewImageData
&40;
int32 Offset,
const uint8 &42; Buffer,
int32 Size
&41;
Remarks
Copies the buffer into the image data (client)
Parameters
| Name | Description |
|---|---|
| Offset | where in the buffer to start the copying |
| Buffer | the chunk of data to copy |
| BufferSize | the amount of data to copy |