Bot AI broken in 4.7 update

I had a simple patrol AI setup before this update but after I updated to 4.7 im getting errors like:
Warning Event Receive Condition Check is deprecated; To implement your condition checking implement PerformConditionCheck or PerformConditionCheckAI function in your Blueprint.
Warning Finish Condition Check is deprecated; To implement your condition checking implement PerformConditionCheck or PerformConditionCheckAI function in your Blueprint.
Warning Event Receive Condition Check is deprecated; To implement your condition checking implement PerformConditionCheck or PerformConditionCheckAI function in your Blueprint.

Can someone help :confused:

You need to implement PerformConditionCheck or PerformConditionCheckAI functions inf your blueprint-implemented BT decorators. You do it like so:

31753-btdecoratoroverrides.png

You also need to remove Event Receive Condition Check nodes.

Cheers,

–mieszko

Im new to UE, though i did that I have no idea what to do next