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

66 lines
1.9 KiB
JSON
Raw Normal View History

[
{
"Type": "UserDefinedEnum",
"Name": "ENiagaraKillVolumeOptions",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "DBC659384B30F5C904383EAFED810F7D",
"SourceString": "Sphere",
"LocalizedString": "Sphere"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "D91712884D81C5B1489FC38C8A9E56DD",
"SourceString": "Box",
"LocalizedString": "Box"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "83D99FD241BF56329D23FEA6E3FCE5A7",
"SourceString": "Plane",
"LocalizedString": "Plane"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "C45FAB3F4832127988DD0DB7B233CC4B",
"SourceString": "Slab",
"LocalizedString": "Slab"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"Namespace": "",
"Key": "74D49B3F4410CF59977AE29003242CA7",
"SourceString": "Cone",
"LocalizedString": "Cone"
}
}
]
},
"Names": {
"ENiagaraKillVolumeOptions::NewEnumerator0": 0,
"ENiagaraKillVolumeOptions::NewEnumerator1": 1,
"ENiagaraKillVolumeOptions::NewEnumerator2": 2,
"ENiagaraKillVolumeOptions::NewEnumerator3": 3,
"ENiagaraKillVolumeOptions::NewEnumerator4": 4,
"ENiagaraKillVolumeOptions::ENiagaraKillVolumeOptions_MAX": 5
},
"CppForm": "Namespaced"
}
]