BlueprintAPI > BlueprintAPI/GoogleARCoreServices > BlueprintAPI/GoogleARCoreServices/CloudARPin
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
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
string | Cloud Id | The CloudId that will be used to resolve the ARPin |
Outputs
Type | Name | Description |
---|---|---|
exec | Completed | |
enum | Out Acquiring Result | The ARPin acquiring result. |
object | Out Cloud ARPin |