{"id":27900563,"url":"https://github.com/h-d-owl/equipment_information","last_synced_at":"2025-10-25T07:40:46.900Z","repository":{"id":286457009,"uuid":"951878229","full_name":"H-D-OWL/Equipment_Information","owner":"H-D-OWL","description":"Adds nodes that provide information about CPU, GPU, RAM and Displays.","archived":false,"fork":false,"pushed_at":"2025-04-06T15:18:28.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T20:17:25.729Z","etag":null,"topics":["blueprints","cpp","game-dev","game-developement","game-development","game-engine","gamedevelopment","plugin","plugin-development","plugins","ue5","ue5-plugin","unreal","unreal-engine","unreal-engine-cpp","unreal-engine-cpp-plugin","unreal-engine-plugin","unrealengine","unrealengine5"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/H-D-OWL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-20T11:40:47.000Z","updated_at":"2025-04-06T15:18:31.000Z","dependencies_parsed_at":"2025-04-06T16:27:27.107Z","dependency_job_id":"b013dd11-f532-4569-8d2b-bb94ee6bc817","html_url":"https://github.com/H-D-OWL/Equipment_Information","commit_stats":null,"previous_names":["h-d-owl/equipment_information"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/H-D-OWL/Equipment_Information","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FEquipment_Information","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FEquipment_Information/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FEquipment_Information/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FEquipment_Information/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H-D-OWL","download_url":"https://codeload.github.com/H-D-OWL/Equipment_Information/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FEquipment_Information/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280923471,"owners_count":26414234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blueprints","cpp","game-dev","game-developement","game-development","game-engine","gamedevelopment","plugin","plugin-development","plugins","ue5","ue5-plugin","unreal","unreal-engine","unreal-engine-cpp","unreal-engine-cpp-plugin","unreal-engine-plugin","unrealengine","unrealengine5"],"created_at":"2025-05-05T20:17:19.415Z","updated_at":"2025-10-25T07:40:46.868Z","avatar_url":"https://github.com/H-D-OWL.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Equipment_Information\n## Description\nThe plugin adds nodes that provide information about CPU, GPU, RAM and displays.\n\n## Requirement\n\nTarget version : UE5.0 ～ 5.5\n\nTarget platform : Windows\n\n## Contents\n* Get CPU Info\n  - Info: Returns all available information about the CPU. **For example: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz**\n  - Core: Returns number of cores. **For example: 8**\n* Get Specific Info (CPU)\n  - Info: Requires Info (Get CPU Info).\n  - Specific Infomation to Received: Select the specific information you want to receive from Specific Info. **For example: Compane, Name, Number, Series.**\n  - Specidic Info: Returns specific information depending on the selection of Specific Infomation to Received. **For example: Compane - Intel(R), Name -Core(TM), Number -i7, Series -9700K.**\n\n![Снимок 1](https://github.com/user-attachments/assets/61485cd8-d706-412c-bd06-314553c6aefe)\n\n* Get GPU Info Name, Number,  Name, Number, \n  - Info: Returns all available information about the GPU.  **For example: NVIDIA GeForce RTX 2080**\n* Get Specific Info (GPU)\n  - Info: Requires Info (Get GPU Info).\n  - Specific Infomation to Received: Select the specific information you want to receive from Specific Info. **For example: Compane, Name, Mark, Model, Minimum Model, Series.**\n  - Specidic Info: Returns specific information depending on the selection of Specific Infomation to Received. **For example: Compane - NVIDIA, Name - GeForce, Mark - RTX, Model - 2080, Minimum Model - 2080, Series - 2000.**\n\n![Снимок 2](https://github.com/user-attachments/assets/af89519f-0644-49ba-b5e4-889d00f25fff)\n\n* Get RAM Info\n  - Total Physical Memory: Returns total physical memory in GB. **For example: 32**\n  - Used Physical Memory: Returns used physical memory in GB. **For example: 17,5**\n  - Free Physical Memory: Returns free physical memory in GB. **For example: 14,5**\n\n![Снимок 3](https://github.com/user-attachments/assets/42263f2b-ab12-45d0-8cc3-6503df27bbda)\n\n* Get Displays Info\n  - Displays: Returns an array of the \"Display Info\" structure. The \"Display Info\" structure contains: String \"Name\", String \"ID\", int \"Native Width\", int \"Native Height\", int Point \"Max Resolution\" Structure, bool \"Is Primary\", int \"DPI\".  **For example: Name - AUS2707, ID - MONITOR\\AUS2707\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0001, Native Width - 2560, Native Height - 1440, Max Resolution - X=1440 Y=1080 , Is Primary - true, DPI - 107**\n  - Max FPS Primary Monitor: Returns Max FPS Primary Monitor.  **For example: 60**\n\n![Снимок 4](https://github.com/user-attachments/assets/2461c07d-d196-49df-ae04-be464468a4dd)\n\n## Warning\nMax Resolution from Get Displays Info returns correct values ​​only in Standalone Game or Cooked Game.\n\nTest done :\n\nCPU :  Intel(R) Core(TM) i7-9700K\n\nGPU: NVIDIA GeForce RTX 2080\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-d-owl%2Fequipment_information","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh-d-owl%2Fequipment_information","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-d-owl%2Fequipment_information/lists"}