Blueprint Bugs
Cannot find corresponding variable (make sure component has been assigned to one)
This can happen when you try to drag a component that was declared in c++ into the graph of blueprints
TObjectPtr<UCP_HelperFunctions> CP_HF: causes cannot find corresponding variable because you should use
UCP_HelperFunctions* CP_HF;