{"id":13589523,"url":"https://github.com/kitelightning/SuperluminalPlugin","last_synced_at":"2025-04-08T09:33:06.615Z","repository":{"id":141964819,"uuid":"192249887","full_name":"kitelightning/SuperluminalPlugin","owner":"kitelightning","description":"UE4 Plugin for Superluminal Profiler","archived":false,"fork":false,"pushed_at":"2022-12-08T11:11:25.000Z","size":458,"stargazers_count":22,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T04:37:10.491Z","etag":null,"topics":["gamedev","performance","profiler","ue4","ue4-plugin","unreal-engine","unreal-engine-plugin","unrealengine"],"latest_commit_sha":null,"homepage":null,"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/kitelightning.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}},"created_at":"2019-06-17T00:29:21.000Z","updated_at":"2024-09-10T08:26:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5eb8362-484c-47ba-836c-8b250b0c8853","html_url":"https://github.com/kitelightning/SuperluminalPlugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitelightning%2FSuperluminalPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitelightning%2FSuperluminalPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitelightning%2FSuperluminalPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitelightning%2FSuperluminalPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitelightning","download_url":"https://codeload.github.com/kitelightning/SuperluminalPlugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247814260,"owners_count":21000531,"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":["gamedev","performance","profiler","ue4","ue4-plugin","unreal-engine","unreal-engine-plugin","unrealengine"],"created_at":"2024-08-01T16:00:31.191Z","updated_at":"2025-04-08T09:33:06.079Z","avatar_url":"https://github.com/kitelightning.png","language":"C++","funding_links":[],"categories":["Utilities"],"sub_categories":[],"readme":"# ![](Resources/Icon128.png) [Superluminal UE4 Integration](https://www.superluminal.eu/)\n\n## Instructions\n\nEnable the plugin and pass this flag: `-Superluminal`\n\n_**IMPORTANT:** If you have FRAMEPRO_ENABLED turned on, you will exclude all external profilers_\n\nUE4 creates several unique names for a bunch of stat named events (e.g. Slate widgets, \"Frame N\", etc).  To minimize the impact this has on the profiler (imho, the unique names are overkill), do one of either:\n\n1. YourGame.Target.cs:\n\n    ```csharp\n    BuildEnvironment = TargetBuildEnvironment.Unique;\n    GlobalDefinitions.Add(\"PLATFORM_LIMIT_PROFILER_UNIQUE_NAMED_EVENTS=1\");\n    GlobalDefinitions.Add(\"SLATE_VERBOSE_NAMED_EVENTS=0\");\n\t\n    ```\n\n1. Core.Build.cs:\n\n    ```csharp\n    PublicDefinitions.Add(\"PLATFORM_LIMIT_PROFILER_UNIQUE_NAMED_EVENTS=1\");\n    PublicDefinitions.Add(\"SLATE_VERBOSE_NAMED_EVENTS=0\");\n    ```\nIf you want to emit scopes to Superluminal based on UE4's cycle stats, pass -statnamedevents\n* **Note:** This adds a lot of overhead\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitelightning%2FSuperluminalPlugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitelightning%2FSuperluminalPlugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitelightning%2FSuperluminalPlugin/lists"}