add error when no portal found

This commit is contained in:
Lucas 2024-09-19 22:17:18 +02:00
parent efdfea54ba
commit ea75a1d07e

View file

@ -104,7 +104,7 @@ bool USkyPortalSubsystem::ConnectPortal() {
// Free the device list
hid_free_enumeration(list);
UE_LOG(LogHIDApi, Error, TEXT("No Portals found"));
return false;
}