Skip to content
Snippets Groups Projects
Select Git revision
  • 09c34092baa1f21447efdfb6c577635e84c83207
  • main default protected
  • Vincent
  • home
4 results

DynamicJsonDocument.cpp

Blame
  • UniversalLogging.uplugin 629 B
    {
      "FileVersion": 3,
    
      "FriendlyName": "Universal Logging Plugin",
      "Version": 1,
      "VersionName": "1.0",
      "Description": "This plugin adds universal logging functionality which can be used also in shipping builds.",
      "Category": "Logging",
      "CreatedBy": "Martin Bellgardt",
      "CreatedByURL": "https://bird.lol",
      "CanContainContent": "true",
    
      "Modules": [
        {
          "Name": "UniversalLogging",
          "Type": "Runtime",
          "LoadingPhase": "PreDefault"
        }
      ],
      "Plugins": [
        {
          "Name": "nDisplay",
          "Enabled": true,
          "WhitelistPlatforms": [
            "Win64",
            "Linux"
          ]
        }
      ]
    }