uproperty category

Good day! i was working on my actor and I used the code below, but the category does not appear in the details window, how can I solve it?(i am using UE4)

UPROPERTY(EditAnywhere,Category=“Moving Platform”)
FVector PlatformVelocity =FVector(200,200,0);