Initial push to repo
This commit is contained in:
31
Plugins/ArrayHelper/ArrayHelper.uplugin
Normal file
31
Plugins/ArrayHelper/ArrayHelper.uplugin
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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",
|
||||
"EngineVersion": "5.7.0",
|
||||
"CanContainContent": true,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "ArrayHelper",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreLoadingScreen",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"IOS",
|
||||
"Android",
|
||||
"Linux",
|
||||
"TVOS"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user