Skip to content

Namespace: Esri::GameEngine::Layers
Class: Esri/GameEngine/Layers/ArcGISPointCloudLayer
Since: 2.2.0
Inheritance: ArcGISLayer->ArcGISPointCloudLayer

Summary

Public class that will contain a layer with an point cloud inside.

Constructors

ArcGISPointCloudLayer(const FString& source, const FString& APIKey)

Creates a new layer.

Since 2.2.0

Arguments
NameTypeConstSummary
sourceFStringYes

Layer source.

APIKeyFStringYes

API key used to load data.

ArcGISPointCloudLayer(const FString& source, const FString& name, float opacity, bool visible, const FString& APIKey)

Creates a new layer.

Since 2.2.0

Arguments
NameTypeConstSummary
sourceFStringYes

Layer source.

nameFStringYes

Layer name.

opacityfloatNo

Layer opacity.

visibleboolNo

Layer visible or not.

APIKeyFStringYes

API key used to load data.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.