AnKangCAVE51/AnKang/Windows/Engine/Plugins/FX/Niagara/Niagara.uplugin

62 lines
1.1 KiB
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Niagara",
"Description" : "Niagara effect systems.",
"Category" : "FX",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Plugins": [
{
"Name": "PythonScriptPlugin",
"Enabled": true
}
],
"Modules" :
[
{
"Name": "NiagaraCore",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "Niagara",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name" : "NiagaraAnimNotifies",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "NiagaraShader",
"Type" : "Runtime",
"LoadingPhase" : "PostConfigInit"
},
{
"Name" : "NiagaraVertexFactories",
"Type" : "Runtime",
"LoadingPhase" : "PostConfigInit"
},
{
"Name" : "NiagaraEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
},
{
"Name" : "NiagaraEditorWidgets",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}