I have code in my header file like this:
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")
TArray<FComponentReference> CollideSphere;
I’ve update my project to 4.17, and this error just turned out.
How to handle this please?