shorten mangled blueprint nodes in order to avoid doc generation issues
This commit is contained in:
@@ -42,7 +42,7 @@ USGDeviceModel* USGDeviceModelKismetLibrary::MakeDeviceModel(UObject* WorldConte
|
||||
return USGDeviceModel::NewDeviceModel(WorldContextObject);
|
||||
}
|
||||
|
||||
USGDeviceModel* USGDeviceModelKismetLibrary::MakeDeviceModel_Id_HardwareVersion_FirmwareVersion_SubFirmwareVersion(
|
||||
USGDeviceModel* USGDeviceModelKismetLibrary::MakeDeviceModel_I_HV_FV_SFV(
|
||||
UObject* WorldContextObject,
|
||||
const FString& Id, const FString& HardwareVersion, const int32 FirmwareVersion, const int32 SubFirmwareVersion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user