mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 09:35:25 +00:00
39 lines
827 B
Plaintext
39 lines
827 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"
|
|
},
|
|
{
|
|
"Name": "StevesUEHelpersEd",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PostDefault"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "Paper2D",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "EnhancedInput",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |