Navigation
API > API/Plugins > API/Plugins/AzureSpatialAnchors
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UAzureSpatialAnchorsEventComponent
References
| Module | AzureSpatialAnchors |
| Header | /Engine/Plugins/Runtime/AR/AzureSpatialAnchors/Source/AzureSpatialAnchors/Public/AzureSpatialAnchorsEventComponent.h |
| Include | #include "AzureSpatialAnchorsEventComponent.h" |
Syntax
UCLASS&40;Blueprintable, Meta&61;&40;BlueprintSpawnableComponent&41;&41;
class UAzureSpatialAnchorsEventComponent : public UActorComponent
Remarks
Copyright Epic Games, Inc. All Rights Reserved. AzureSpatialAnchorsEventComponent.h: Component to handle receiving notifications from AzureSpatialAnchors
Variables
| Type | Name | Description | |
|---|---|---|---|
| FASAAnchorLocatedDelegate | ASAAnchorLocatedDelegate | ||
| FASALocateAnchorsCompletedDelegate | ASALocateAnchorsCompleteDelegate | ||
| FASASessionUpdatedDelegate | ASASessionUpdatedDelegate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAzureSpatialAnchorsEventComponent
(
const FObjectInitializer& ObjectInitializer |
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | OnRegister () |
Called when a component is registered, after Scene is set, but before CreateRenderState_Concurrent or OnCreatePhysicsState are called. | |
| void | OnUnregister () |
Called when a component is unregistered. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FASAAnchorLocatedDelegate | Delegates that will be cast by the ASA platform implementations. | ||
| FASALocateAnchorsCompletedDelegate | |||
| FASASessionUpdatedDelegate |