ITR2_ASSET/Engine/Plugins/FX/Niagara/Content/Enums/ENiagaraSystemInactiveMode.json

36 lines
1.2 KiB
JSON
Raw Normal View History

[
{
"Type": "UserDefinedEnum",
"Name": "ENiagaraSystemInactiveMode",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "64707B4B47CCAFCCDBDA079C9A4F564A",
"SourceString": "Complete (Let Emitters Finish then Kill The System)",
"LocalizedString": "Complete (Let Emitters Finish then Kill The System)"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "42F22BC54CC1B2AC9C8882A5D4872C6A",
"SourceString": "Kill (System and Emitters Die Immediately)",
"LocalizedString": "Kill (System and Emitters Die Immediately)"
}
}
]
},
"Names": {
"ENiagaraSystemInactiveMode::NewEnumerator0": 0,
"ENiagaraSystemInactiveMode::NewEnumerator1": 1,
"ENiagaraSystemInactiveMode::ENiagaraSystemInactiveMode_MAX": 2
},
"CppForm": "Namespaced"
}
]