(39) 's Extra Blueprint Nodes for You as a Plugin, No C++ Required!

Can you please have a look at adding node i asked about in #2152 please .](https://forums.unrealengine.com/development-discussion/blueprint-visual-scripting/4014-39--s-extra-blueprint-nodes-for-you-as-a-plugin-no-c-required?p=1437068#post1437068)

Also the Modules you included in the uplugin for 4.19 are incorrect and the plugin fails to load here what it should be.


{
    "FileVersion": 3,
    "Version": 1,
    "VersionName": "1.0",
    "FriendlyName": "Victory Plugin",
    "Description": "120+ Custom Blueprint Nodes For You! <3 ",
    "Category": "",
    "CreatedBy": "",
    "CreatedByURL": "http://www.",
    "DocsURL": "http://www.",
    "MarketplaceURL": "http://www.",
    "SupportURL": "http://www.",
    "EngineVersion": "4.19.0",
    "CanContainContent": false,
    "Installed": true,
    "Modules": 
        {
            "Name": "VictoryBPLibrary",
            "Type": "Runtime",
            "LoadingPhase": "PreDefault",
            "WhitelistPlatforms": 
                "Win64",
                "Win32",
                "HTML5"
            ]
        }
    ],
    "Plugins": 
        {
            "Name": "ApexDestruction",
            "Enabled": true
        }
    ]
}