Files
UnrealEngine/Engine/Plugins/Runtime/AR/ARUtilities/ARUtilities.uplugin
2025-05-18 13:04:45 +08:00

33 lines
710 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "AR Utilities",
"Description": "Utility code and content for AR systems",
"Category": "Augmented Reality",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedPrograms": ["LiveLinkHub"],
"Modules": [
{
"Name": "ARUtilities",
"Type": "Runtime",
"LoadingPhase": "Default",
"ProgramAllowList": ["LiveLinkHub"]
}
],
"Plugins": [
{
"Name": "LiveLink",
"Enabled": true
}
]
}