StevesUEHelpers/StevesUEHelpers.uplugin

31 lines
688 B
Plaintext
Raw Normal View History

2020-09-14 17:00:52 +01:00
{
"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" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "StevesUEHelpers",
"Type" : "Runtime",
"LoadingPhase" : "Default"
}
],
"Plugins": [
{
"Name": "Paper2D",
"Enabled": true
}
]
}