Making a Dectorator in c++ How to get value from a FBlackboardKeySelector

I am trying to write a decorator in c++. I want to know how to get a value from a FBlackBoardKeySelector something that can be easily done in BP.

Capture.JPG

Take a look at how it’s done in the UBTTask_HasLosTo (C++) decorator in the Shooter Game sample.

Thanks I didn’t came across that class. I thought it to be a task not a decorator. Will take a look.


Another related question