(Using 4.18) After reaching the end of this lecture, I was getting an “accessed none” error from the IsWithinRange decorator.
PIE: Error: Blueprint Runtime Error: Accessed None trying to read property CallFunc_GetBlackboardValueAsActor_ReturnValue from function: ‘PerformConditionCheckAI’ from node: Return Node in graph: PerformConditionCheckAI in object: IsWithinRange with description: Accessed None trying to read property CallFunc_GetBlackboardValueAsActor_ReturnValue
I am not sure if this is the best fix but after adding a valid check with the blackboard value I was able to stop the error from happening (see image).