This delegate functions similarly to the but allows external instances to subscribe to its events. It supports subscription in both C++ and Blueprints.
/*
* Called when agent reaches/exists Navigation link during path following.
*/
UPROPERTY(BlueprintAssignable)
FNLAPhysicalLinkMoveStateChangedDelegate OnPhysicalLinkMoveStateChangedDelegate;