Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/AARSharedWorldPlayerController
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARSharedWorldPlayerController.h |
| Include | #include "ARSharedWorldPlayerController.h" |
UFUNCTION (Reliable, Client, WithValidation)
void ClientInitSharedWorld
(
int32 PreviewImageSize,
int32 ARWorldDataSize
)
Remarks
Used to setup the initial values and size the arrays (client)
Parameters
| Name | Description |
|---|---|
| PreviewImageSize | the total size in bytes of the image data that will be sent |
| ARWorldDataSize | the total size in bytes of the AR world data that will be sent |