[4.4] BlueprintPure nodes created in C++ cannot be called in AnimGraph

I haven’t try 4.4 yet not sure this help, with all my BlueprintPure in Animation Blueprint i always put function return as void.

UFUNCTION(BlueprintCallable, BlueprintPure, Category="Evolver Targeting")
void AI_TargetIsStructure(bool& Out);