{"id":27072520,"url":"https://github.com/aquanox/slateiconreferenceplugin","last_synced_at":"2025-04-05T23:18:13.291Z","repository":{"id":286081442,"uuid":"957407090","full_name":"aquanox/SlateIconReferencePlugin","owner":"aquanox","description":"Plugin that provides picker of Slate Icons in Developer Settings","archived":false,"fork":false,"pushed_at":"2025-04-04T07:54:12.000Z","size":242,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T08:32:37.377Z","etag":null,"topics":["c-plus-plus","editor-extension","editor-plugin","ue5-plugin","unreal-engine-5","unreal-engine-plugin"],"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/aquanox.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-30T09:44:35.000Z","updated_at":"2025-04-04T07:54:15.000Z","dependencies_parsed_at":"2025-04-04T08:42:41.232Z","dependency_job_id":null,"html_url":"https://github.com/aquanox/SlateIconReferencePlugin","commit_stats":null,"previous_names":["aquanox/slateiconreferenceplugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquanox%2FSlateIconReferencePlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquanox%2FSlateIconReferencePlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquanox%2FSlateIconReferencePlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquanox%2FSlateIconReferencePlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquanox","download_url":"https://codeload.github.com/aquanox/SlateIconReferencePlugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411383,"owners_count":20934674,"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","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":["c-plus-plus","editor-extension","editor-plugin","ue5-plugin","unreal-engine-5","unreal-engine-plugin"],"created_at":"2025-04-05T23:18:12.593Z","updated_at":"2025-04-05T23:18:13.283Z","avatar_url":"https://github.com/aquanox.png","language":"C++","readme":"# SlateIconReferencePlugin\n\nPlugin that provides picker of Slate Icons for Developer Settings\n\n![](Images/SIR-Sample.png)\n\n![](Images/SIR-SampleMenu.png)\n\n## Examples\n\n```c++\nUCLASS(MinimalAPI, DefaultConfig)\nclass USlateIconRefExample : public UDeveloperSettings\n{\n\tGENERATED_BODY()\npublic:\n\t// Expose icon selector with default settings\n\tUPROPERTY(EditAnywhere, Config, Category=\"Examples\")\n\tFSlateIconReference IconBasic;\n\t\n\t// Expose compact icon selector with default settings\n\tUPROPERTY(EditAnywhere, config, Category=\"Examples\", meta=(DisplayMode=Compact))\n\tFSlateIconReference IconCompact;\n\t\n\t// Expose icon selector with customized settings (Standard display without Small Icon selector)\n\tUPROPERTY(EditAnywhere, config, Category=\"Examples\", meta=(DisplayMode=\"Default,NoSmall\"))\n\tFSlateIconReference IconComplexN1;\n\t\n\t// Expose icon selector with customized settings (Compact display with Icon and Overlay selector)\n\tUPROPERTY(EditAnywhere, config, Category=\"Examples\", meta=(DisplayMode=\"Compact,WithIcon,WithOverlay\"))\n\tFSlateIconReference IconComplexN2;\n};\n```\n\nMore examples can be found at `SlateIconRefExample.h`\n\n## Supported Engine Versions\n\nCompiles with Unreal Engine 4.27, 5.3-5.5, should work in newer engines without additional changes.\n\n## Contributing\n\nPlease report any issues with GitHub Issues page for this repository.\n\nIf you want to suggest changes, improvements or updates to the plugin open an enhancement request issue.\n\n## License\n\nSlateIconReferencePlugin is available under the MIT license. See the LICENSE file for more info.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquanox%2Fslateiconreferenceplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquanox%2Fslateiconreferenceplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquanox%2Fslateiconreferenceplugin/lists"}