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

26 lines
531 B
Plaintext

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