SetPhysicsAsset() does't work like the blueprint node

I forgot to declare UPROPERTY()

//Before .h
UPhysicsAsset* AltPhAt;

//After .h
UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = "MyActor|Settings")
UPhysicsAsset* AltPhAt;