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

30 lines
782 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Niagara Example Custom DataInterface",
"Description": "This plugin contains C++ example content that shows how to write your own data interface for Niagara. \nCheck out the plugin folder Engine/Plugins/FX/ExampleCustomDataInterface for the source files.",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ExampleCustomDataInterface",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
}
]
}