Files
UnrealEngineUWP/Engine/Plugins/Developer/PropertyAccessNode/PropertyAccessNode.uplugin
T

31 lines
681 B
Plaintext
Raw Normal View History

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Property Access Node",
"Description": "Blueprint node that allows access to properties via a property path",
2021-02-11 14:59:10 -04:00
"Category": "Blueprints",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
2021-02-11 14:59:10 -04:00
"Modules": [
{
"Name": "PropertyAccessNode",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
2021-02-11 14:59:10 -04:00
"Plugins": [
{
2020-09-09 08:32:25 -04:00
"Name": "PropertyAccessEditor",
"Enabled": true
}
2021-02-11 14:59:10 -04:00
],
"IsExperimentalVersion": false
}