Files
UnrealEngineUWP/Engine/Plugins/FX/ExampleCustomDataInterface/ExampleCustomDataInterface.uplugin
michael galetzka 77de2e249c Added data interface example implementation
#jira none
#rb stu.mckenna

#ROBOMERGE-AUTHOR: michael.galetzka
#ROBOMERGE-SOURCE: CL 18259968 in //UE5/Release-5.0/... via CL 18260002
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18260207 by michael galetzka in ue5-release-engine-test branch]
2021-11-22 13:02:56 -05:00

30 lines
761 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": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ExampleCustomDataInterface",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
}
]
}