Cloud ARPin

Cloud ARPin

Windows
MacOS
Linux
On this page

Actions

Create and Host Cloud ARPin

Creating and hosting a CloudARPin and return it immediately. Note that this function only start the hosting process. Call GetARPinCloudState to check if the hosting is finished or failed with error.

Target is Google ARCore Services Function Library

Create and Host Cloud ARPin Latent Action

This will start a Latent Action to host the ARPin and creating a UCloudARPin from it. The complete flow of this Latent Action will be triggered if the hosting is complete or an error has occurred.

Note that a UCloudARPin will be always created when this function is called, even in the case that the CloudId is failed to host. You can check the CloudState of returning UCloudARPin to see why the hosting failed.

Target is Google ARCore Services Function Library

Create and Resolve Cloud ARPin

Creating and Resolving a CloudARPin and return it immediately. Note that this function only start the acquiring process. Call GetARPinCloudState to check if the acquiring is finished or failed with error.

Target is Google ARCore Services Function Library

Create and Resolve Cloud ARPin Latent Action

This will start a Latent Action to create UCloudARPin using the given CloudId. The complete flow of this Latent Action will be triggered if creating the UCloudARPin is successfully or an error has occurred.

Note that a UCloudARPin will be always created when this function is called, even in the case that the CloudId is failed to resolve. You can check the CloudState of returning UCloudARPin to see why the resolving failed.

Target is Google ARCore Services Function Library

Get All Cloud ARPin

Get a list of all CloudARPin in the current ARSession.

Target is Google ARCore Services Function Library

Get ARPin Cloud State

Gets the current cloud state of this CloudARPin. Note that the cloud state will only be updated once per frame.

Target is Cloud ARPin

Get Cloud ID

Gets the CloudID of this CloudARPin.

Target is Cloud ARPin

Remove Cloud ARPin

Remove the given CloudARPin from the current ARSession.

Target is Google ARCore Services Function Library

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