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

28 lines
572 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",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [ "Win64" ],
}
],
"Plugins": [
{
"Name": "PlainProps",
"Enabled": true
}
]
}