luckyworld/Plugins/FileHelperPlugin/FileHelper.uplugin

31 lines
788 B
Plaintext
Raw Normal View History

2025-03-18 19:25:25 +01:00
{
"FileVersion": 3,
2025-04-03 15:29:06 +03:00
"Version": 6,
"VersionName": "3.3",
2025-03-18 19:25:25 +01:00
"FriendlyName": "FileHelper",
"Description": "Helper functions to access and handle files on the file system",
"Category": "File",
"CreatedBy": "RLoris",
"CreatedByURL": "https://rloris.github.io",
2025-04-03 15:29:06 +03:00
"DocsURL": "https://github.com/RLoris/FileHelperDoc/blob/master/README.md",
2025-03-18 19:25:25 +01:00
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/bec5be3d587f4ff49a61d45d0e81e4c0",
"SupportURL": "https://forms.gle/CpekZfTewGZrUVen7",
2025-04-03 15:29:06 +03:00
"EngineVersion": "5.5.0",
2025-03-18 19:25:25 +01:00
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "FileHelper",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [
"Win64",
"Mac",
"IOS",
"Android",
"Linux",
"TVOS"
]
}
]
}