StevesUEHelpers/StevesUEHelpers.uplugin
2023-05-11 11:41:10 +01:00

35 lines
788 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Steve's UE4 Helpers",
"Description" : "A set of common helper classes for UE4 projects by Steve Streeing",
"Category" : "Code Utilities",
"CreatedBy" : "Steve Streeting",
"CreatedByURL" : "https://www.stevestreeting.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "https://github.com/sinbad/StevesUEHelpers",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "StevesUEHelpers",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
}
],
"Plugins": [
{
"Name": "Paper2D",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}