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

20 lines
432 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "PlainProps",
"Description" : "New Serialization Stack Prototype",
"Category": "Experimental",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : false,
"IsExperimentalVersion": true,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name" : "PlainProps",
"Type" : "Runtime",
"PlatformAllowList": [ "Win64" ]
}
]
}