Creating TMap of TSubclass and TQueue

This error comes just after declaring TQueue in struct.

USTRUCT()
struct FConversion
{
GENERATED_BODY()

public:
TQueue<AActor*>act;
};=> At exact this point it reports error - compiler has generated 'FConversion::operator =' here

I haven’t added anything yet.