my function with property "WithValidate" giving me problem

Hi WindLegend,

I noticed that the Validate function parameter signature (const FString& name, const FString& pass, int32 StoreID) doesn’t match the implementation version (missing const, and using a reference for last parameter). Could this be the issue?