Files
Faye/Plugins/ArrayHelper/ArrayHelper.uplugin

31 lines
794 B
Plaintext
Raw Normal View History

2026-07-03 19:56:31 +02:00
{
"FileVersion": 3,
"Version": 7,
"VersionName": "7.0",
"FriendlyName": "ArrayHelper",
"Description": "Helper functions to handle array operations by copy or reference",
"Category": "Array",
"CreatedBy": "RLoris",
"CreatedByURL": "https://rloris.github.io",
"DocsURL": "https://github.com/RLoris/ArrayHelperDoc/blob/master/README.md",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/813e339b92ad4cf587a4cef56bec7020",
"SupportURL": "https://forms.gle/CpekZfTewGZrUVen7",
2026-07-04 21:15:59 +02:00
"EngineVersion": "5.8.0",
2026-07-03 19:56:31 +02:00
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "ArrayHelper",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [
"Win64",
"Mac",
"IOS",
"Android",
"Linux",
"TVOS"
]
}
]
}