Hello ! i try to make blueprint funtion with two input string nodes and one bool output.
this is my code:
h file
UFUNCTION(BlueprintCallable, Category = Client)
bool CheckInputs(std::string password, std::string login);
ccp file
bool UMyGameInstance::CheckInputs(std::string password, std::string login)
{
}
i try compile but have error (