Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/AARSharedWorldGameMode
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARSharedWorldGameMode.h |
| Include | #include "ARSharedWorldGameMode.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARSharedWorldGameMode.cpp |
UFUNCTION (BlueprintCallable, BlueprintAuthorityOnly,
Meta=(DisplayName="Set AR Preview Image Data"), Category="AR Shared World")
void SetPreviewImageData
(
TArray < uint8 > ImageData
)
Remarks
Sets the image data for the shared world game session
Parameters
| Name | Description |
|---|---|
| ImageData | the blob to use as the image data |