# Delegates

### OnPhysicalLinkMoveStateChangedDelegate

This delegate functions similarly to the [`OnPhysicalLinkMoveStateChangedEvent`](https://cryomen.gitbook.io/navigation-link-array/classes/events#onphysicallinkmovestatechangedevent) but allows external instances to subscribe to its events. It supports subscription in both C++ and Blueprints.

{% tabs %}
{% tab title="Blueprint" %}

{% endtab %}

{% tab title="C++" %}

```cpp
/*
 * Called when agent reaches/exists Navigation link during path following.
 */
UPROPERTY(BlueprintAssignable)
	FNLAPhysicalLinkMoveStateChangedDelegate OnPhysicalLinkMoveStateChangedDelegate;
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cryomen.gitbook.io/navigation-link-array/classes/nla-physical-link/delegates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
