Files
UnrealEngine/Engine/Plugins/Experimental/PlainPropsEngine/PlainPropsEngine.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

32 lines
625 B
Plaintext

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