Scene Graph API bug: unable to use MakeNavigationTarget[:entity] method

Summary

This method cannot be called because it has the <decides> specifier but does not have <transacts>. A call in the if block is impossible without <transacts>, a call outside the if block is impossible because of <decides>.

@experimental
    # Generate a navigation_target from an entity
    MakeNavigationTarget<native><public>(Entity:entity)<decides>:navigation_target

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

Not required in this case

Expected Result

Ability to use the presented API

Observed Result

Impossibility to use the presented API

Platform(s)

windows

FORT-889628 has been created and its status is ‘Unconfirmed’. This is now in a queue to be reproduced and confirmed.