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

59 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "USD Core",
"Description": "Adds support for USD SDK, UE wrapper classes and USD conversion utilities",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "UnrealUSDWrapper",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64", "Mac", "Linux"
]
},
{
"Name": "USDUtilities",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64", "Mac", "Linux"
]
},
{
"Name": "USDClasses",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true
},
{
"Name": "GeometryCache",
"Enabled": true
},
{
"Name": "HairStrands",
"Enabled": true
},
{
"Name": "LiveLink",
"Enabled": true
}
]
}