Hi there,
As stated in the question title, I’m using UBTTask_RunEQSQuery’s “EQSQuery Blackboard Key” parameter to dynamically inject the type of EQS query to execute in my behavior trees.
However when doing so, I’m unable to setup the query parameters in “Query Config” because “Param Name” and “Param Type” are read-only (they seem to be automatically fed when using a specific query type and not the blackboard key functionality).
My queries are designed with a generic set of parameters, so I was expecting to be able to feed them for all queries, even if behind the scenes some might not be used depending on the query itself.
Am I missing something or it’s not possible to set queries parameters when getting a query from the blackboard?