AARSharedWorldPlayerController::ClientInitSharedWorld

Used to setup the initial values and size the arrays (client)

Choose your operating system:

Windows

macOS

Linux

References

Module

AugmentedReality

Header

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

Include

#include "ARSharedWorldPlayerController.h"

Syntax

void ClientInitSharedWorld
(
    int32 PreviewImageSize,
    int32 ARWorldDataSize
)

Remarks

Used to setup the initial values and size the arrays (client)

Parameters

Parameter

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