[
  {
    "Type": "Function",
    "Name": "ExecuteUbergraph_prop_radio_local",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "ChildProperties": [
      {
        "Type": "IntProperty",
        "Name": "EntryPoint",
        "Flags": "RF_Public",
        "ElementSize": 4,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
      },
      {
        "Type": "IntProperty",
        "Name": "CallFunc_Array_LastIndex_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 4
      },
      {
        "Type": "IntProperty",
        "Name": "CallFunc_RandomIntegerInRange_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 4
      },
      {
        "Type": "ObjectProperty",
        "Name": "K2Node_Event_player",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'mainPlayer_C'",
          "ObjectPath": "VotV/Content/main/mainPlayer.433"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "K2Node_Event_hit",
        "Flags": "RF_Public",
        "ElementSize": 144,
        "PropertyFlags": "ContainsInstancedReference",
        "Struct": {
          "ObjectName": "ScriptStruct'HitResult'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "K2Node_DynamicCast_AsImported_Sound_Wave",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "Class'ImportedSoundWave'",
          "ObjectPath": "/Script/RuntimeAudioImporter"
        }
      },
      {
        "Type": "BoolProperty",
        "Name": "K2Node_DynamicCast_bSuccess",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "BoolProperty",
        "Name": "CallFunc_RewindPlaybackTime_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "DelegateProperty",
        "Name": "K2Node_CreateDelegate_OutputDelegate",
        "Flags": "RF_Public",
        "ElementSize": 20,
        "SignatureFunction": {
          "ObjectName": "DelegateFunction'OnAudioPlaybackFinished__DelegateSignature'",
          "ObjectPath": "/Script/RuntimeAudioImporter"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "CallFunc_getAudio_Output",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "Class'SoundWave'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "StrProperty",
        "Name": "CallFunc_getAudio_Output2",
        "Flags": "RF_Public",
        "ElementSize": 16
      },
      {
        "Type": "StrProperty",
        "Name": "CallFunc_Concat_StrStr_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 16
      },
      {
        "Type": "StrProperty",
        "Name": "CallFunc_Concat_StrStr_ReturnValue_1",
        "Flags": "RF_Public",
        "ElementSize": 16
      },
      {
        "Type": "TextProperty",
        "Name": "CallFunc_Conv_StringToText_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 24
      },
      {
        "Type": "BoolProperty",
        "Name": "CallFunc_RewindPlaybackTime_ReturnValue_1",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "BoolProperty",
        "Name": "CallFunc_RewindPlaybackTime_ReturnValue_2",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "FloatProperty",
        "Name": "K2Node_Event_DeltaSeconds",
        "Flags": "RF_Public",
        "ElementSize": 4
      },
      {
        "Type": "FloatProperty",
        "Name": "CallFunc_VictoryFloatPlusEquals_FloatOut",
        "Flags": "RF_Public",
        "ElementSize": 4
      }
    ],
    "FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
  },
  {
    "Type": "Function",
    "Name": "ReceiveTick",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "SuperStruct": {
      "ObjectName": "Function'Actor:ReceiveTick'",
      "ObjectPath": "/Script/Engine"
    },
    "ChildProperties": [
      {
        "Type": "FloatProperty",
        "Name": "DeltaSeconds",
        "Flags": "RF_Public",
        "ElementSize": 4,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
      }
    ],
    "FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "playSound",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "finn",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "setSound",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "player_use",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "Super": {
      "ObjectName": "Function'prop_C:player_use'",
      "ObjectPath": "VotV/Content/objects/prop.37"
    },
    "SuperStruct": {
      "ObjectName": "Function'prop_C:player_use'",
      "ObjectPath": "VotV/Content/objects/prop.37"
    },
    "ChildProperties": [
      {
        "Type": "ObjectProperty",
        "Name": "player",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'mainPlayer_C'",
          "ObjectPath": "VotV/Content/main/mainPlayer.433"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "hit",
        "Flags": "RF_Public",
        "ElementSize": 144,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | ContainsInstancedReference",
        "Struct": {
          "ObjectName": "ScriptStruct'HitResult'",
          "ObjectPath": "/Script/Engine"
        }
      }
    ],
    "FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "loadData",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "Super": {
      "ObjectName": "Function'prop_C:loadData'",
      "ObjectPath": "VotV/Content/objects/prop.112"
    },
    "SuperStruct": {
      "ObjectName": "Function'prop_C:loadData'",
      "ObjectPath": "VotV/Content/objects/prop.112"
    },
    "ChildProperties": [
      {
        "Type": "StructProperty",
        "Name": "data",
        "Flags": "RF_Public",
        "ElementSize": 256,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_save'",
          "ObjectPath": "VotV/Content/main/structs/struct_save.0"
        }
      },
      {
        "Type": "BoolProperty",
        "Name": "return",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "PropertyFlags": "Parm | OutParm",
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "BoolProperty",
        "Name": "CallFunc_loadData_return",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "StructProperty",
        "Name": "CallFunc_Array_Get_Item",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mInt'",
          "ObjectPath": "VotV/Content/main/structs/struct_mInt.0"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "CallFunc_Array_Get_Item_1",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mFloat'",
          "ObjectPath": "VotV/Content/main/structs/struct_mFloat.0"
        }
      },
      {
        "Type": "IntProperty",
        "Name": "CallFunc_Array_Get_Item_2",
        "Flags": "RF_Public",
        "ElementSize": 4
      },
      {
        "Type": "FloatProperty",
        "Name": "CallFunc_Array_Get_Item_3",
        "Flags": "RF_Public",
        "ElementSize": 4
      },
      {
        "Type": "StructProperty",
        "Name": "CallFunc_Array_Get_Item_4",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mBool'",
          "ObjectPath": "VotV/Content/main/structs/struct_mBool.0"
        }
      },
      {
        "Type": "BoolProperty",
        "Name": "CallFunc_Array_Get_Item_5",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      }
    ],
    "FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "getData",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "Super": {
      "ObjectName": "Function'prop_C:getData'",
      "ObjectPath": "VotV/Content/objects/prop.111"
    },
    "SuperStruct": {
      "ObjectName": "Function'prop_C:getData'",
      "ObjectPath": "VotV/Content/objects/prop.111"
    },
    "ChildProperties": [
      {
        "Type": "StructProperty",
        "Name": "data",
        "Flags": "RF_Public",
        "ElementSize": 256,
        "PropertyFlags": "Parm | OutParm",
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_save'",
          "ObjectPath": "VotV/Content/main/structs/struct_save.0"
        }
      },
      {
        "Type": "ArrayProperty",
        "Name": "K2Node_MakeArray_Array",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "ReferenceParm",
        "Inner": {
          "Type": "FloatProperty",
          "Name": "K2Node_MakeArray_Array",
          "Flags": "RF_Public",
          "ElementSize": 4
        }
      },
      {
        "Type": "ArrayProperty",
        "Name": "K2Node_MakeArray_Array_1",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "ReferenceParm",
        "Inner": {
          "Type": "IntProperty",
          "Name": "K2Node_MakeArray_Array_1",
          "Flags": "RF_Public",
          "ElementSize": 4
        }
      },
      {
        "Type": "StructProperty",
        "Name": "K2Node_MakeStruct_struct_mFloat",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mFloat'",
          "ObjectPath": "VotV/Content/main/structs/struct_mFloat.0"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "K2Node_MakeStruct_struct_mInt",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mInt'",
          "ObjectPath": "VotV/Content/main/structs/struct_mInt.0"
        }
      },
      {
        "Type": "ArrayProperty",
        "Name": "K2Node_MakeArray_Array_2",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "ReferenceParm",
        "Inner": {
          "Type": "StructProperty",
          "Name": "K2Node_MakeArray_Array_2",
          "Flags": "RF_Public",
          "ElementSize": 16,
          "Struct": {
            "ObjectName": "UserDefinedStruct'struct_mInt'",
            "ObjectPath": "VotV/Content/main/structs/struct_mInt.0"
          }
        }
      },
      {
        "Type": "ArrayProperty",
        "Name": "K2Node_MakeArray_Array_3",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "ReferenceParm",
        "Inner": {
          "Type": "BoolProperty",
          "Name": "K2Node_MakeArray_Array_3",
          "Flags": "RF_Public",
          "ElementSize": 1,
          "FieldSize": 1,
          "ByteOffset": 0,
          "ByteMask": 1,
          "FieldMask": 255,
          "BoolSize": 1,
          "bIsNativeBool": true
        }
      },
      {
        "Type": "StructProperty",
        "Name": "CallFunc_getData_data",
        "Flags": "RF_Public",
        "ElementSize": 256,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_save'",
          "ObjectPath": "VotV/Content/main/structs/struct_save.0"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "K2Node_MakeStruct_struct_mBool",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mBool'",
          "ObjectPath": "VotV/Content/main/structs/struct_mBool.0"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "CallFunc_Array_Get_Item",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mBool'",
          "ObjectPath": "VotV/Content/main/structs/struct_mBool.0"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "CallFunc_Array_Get_Item_1",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_mFloat'",
          "ObjectPath": "VotV/Content/main/structs/struct_mFloat.0"
        }
      },
      {
        "Type": "ArrayProperty",
        "Name": "K2Node_MakeArray_Array_4",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "ReferenceParm",
        "Inner": {
          "Type": "StructProperty",
          "Name": "K2Node_MakeArray_Array_4",
          "Flags": "RF_Public",
          "ElementSize": 16,
          "Struct": {
            "ObjectName": "UserDefinedStruct'struct_mBool'",
            "ObjectPath": "VotV/Content/main/structs/struct_mBool.0"
          }
        }
      },
      {
        "Type": "ArrayProperty",
        "Name": "K2Node_MakeArray_Array_5",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "ReferenceParm",
        "Inner": {
          "Type": "StructProperty",
          "Name": "K2Node_MakeArray_Array_5",
          "Flags": "RF_Public",
          "ElementSize": 16,
          "Struct": {
            "ObjectName": "UserDefinedStruct'struct_mFloat'",
            "ObjectPath": "VotV/Content/main/structs/struct_mFloat.0"
          }
        }
      },
      {
        "Type": "StructProperty",
        "Name": "K2Node_SetFieldsInStruct_StructOut",
        "Flags": "RF_Public",
        "ElementSize": 256,
        "Struct": {
          "ObjectName": "UserDefinedStruct'struct_save'",
          "ObjectPath": "VotV/Content/main/structs/struct_save.0"
        }
      }
    ],
    "FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "getAudio",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "ChildProperties": [
      {
        "Type": "ObjectProperty",
        "Name": "Output",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "Parm | OutParm",
        "PropertyClass": {
          "ObjectName": "Class'SoundWave'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "StrProperty",
        "Name": "Output2",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "Parm | OutParm"
      },
      {
        "Type": "StrProperty",
        "Name": "CallFunc_Array_Get_Item",
        "Flags": "RF_Public",
        "ElementSize": 16
      },
      {
        "Type": "ObjectProperty",
        "Name": "CallFunc_Array_Get_Item_1",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "Class'SoundWave'",
          "ObjectPath": "/Script/Engine"
        }
      }
    ],
    "FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
  },
  {
    "Type": "Function",
    "Name": "lookAt",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "Super": {
      "ObjectName": "Function'prop_C:lookAt'",
      "ObjectPath": "VotV/Content/objects/prop.116"
    },
    "SuperStruct": {
      "ObjectName": "Function'prop_C:lookAt'",
      "ObjectPath": "VotV/Content/objects/prop.116"
    },
    "ChildProperties": [
      {
        "Type": "ObjectProperty",
        "Name": "player",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'mainPlayer_C'",
          "ObjectPath": "VotV/Content/main/mainPlayer.433"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "hit",
        "Flags": "RF_Public",
        "ElementSize": 144,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | ContainsInstancedReference",
        "Struct": {
          "ObjectName": "ScriptStruct'HitResult'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "BoolProperty",
        "Name": "return",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "PropertyFlags": "Parm | OutParm",
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "StrProperty",
        "Name": "text",
        "Flags": "RF_Public",
        "ElementSize": 16,
        "PropertyFlags": "Parm | OutParm"
      },
      {
        "Type": "ObjectProperty",
        "Name": "boundObjectReplace",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "Parm | OutParm | InstancedReference",
        "PropertyClass": {
          "ObjectName": "Class'PrimitiveComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ByteProperty",
        "Name": "number",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "PropertyFlags": "Parm | OutParm",
        "Enum": null
      },
      {
        "Type": "StrProperty",
        "Name": "CallFunc_nameLocText_strng",
        "Flags": "RF_Public",
        "ElementSize": 16
      },
      {
        "Type": "StrProperty",
        "Name": "CallFunc_Concat_StrStr_ReturnValue",
        "Flags": "RF_Public",
        "ElementSize": 16
      }
    ],
    "FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
  },
  {
    "Type": "BlueprintGeneratedClass",
    "Name": "prop_radio_local_C",
    "Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'BlueprintGeneratedClass'",
    "Package": "VotV/Content/objects/prop_radio_local",
    "Super": {
      "ObjectName": "BlueprintGeneratedClass'prop_C'",
      "ObjectPath": "VotV/Content/objects/prop.153"
    },
    "Properties": {
      "SimpleConstructionScript": {
        "ObjectName": "SimpleConstructionScript'prop_radio_local_C:SimpleConstructionScript_0'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.17"
      },
      "InheritableComponentHandler": {
        "ObjectName": "InheritableComponentHandler'prop_radio_local_C:InheritableComponentHandler'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.13"
      },
      "UberGraphFunction": {
        "ObjectName": "Function'prop_radio_local_C:ExecuteUbergraph_prop_radio_local'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.0"
      }
    },
    "SuperStruct": {
      "ObjectName": "BlueprintGeneratedClass'prop_C'",
      "ObjectPath": "VotV/Content/objects/prop.153"
    },
    "Children": [
      {
        "ObjectName": "Function'prop_radio_local_C:lookAt'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.9"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:getAudio'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.8"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:getData'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.7"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:loadData'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.6"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:player_use'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.5"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:setSound'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.4"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:finn'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.3"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:playSound'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.2"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:ReceiveTick'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.1"
      },
      {
        "ObjectName": "Function'prop_radio_local_C:ExecuteUbergraph_prop_radio_local'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.0"
      }
    ],
    "ChildProperties": [
      {
        "Type": "StructProperty",
        "Name": "UberGraphFrame",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 16,
        "PropertyFlags": "Transient | DuplicateTransient",
        "Struct": {
          "ObjectName": "ScriptStruct'PointerToUberGraphFrame'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "Audio",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
        "PropertyClass": {
          "ObjectName": "Class'AudioComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "BoolProperty",
        "Name": "playing",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 1,
        "PropertyFlags": "Edit | BlueprintVisible",
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      },
      {
        "Type": "IntProperty",
        "Name": "i",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 4,
        "PropertyFlags": "Edit | BlueprintVisible"
      },
      {
        "Type": "ObjectProperty",
        "Name": "curr",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
        "PropertyClass": {
          "ObjectName": "Class'ImportedSoundWave'",
          "ObjectPath": "/Script/RuntimeAudioImporter"
        }
      },
      {
        "Type": "FloatProperty",
        "Name": "time",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 4,
        "PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
      }
    ],
    "FuncMap": {
      "ExecuteUbergraph_prop_radio_local": {
        "ObjectName": "Function'prop_radio_local_C:ExecuteUbergraph_prop_radio_local'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.0"
      },
      "ReceiveTick": {
        "ObjectName": "Function'prop_radio_local_C:ReceiveTick'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.1"
      },
      "playSound": {
        "ObjectName": "Function'prop_radio_local_C:playSound'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.2"
      },
      "finn": {
        "ObjectName": "Function'prop_radio_local_C:finn'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.3"
      },
      "setSound": {
        "ObjectName": "Function'prop_radio_local_C:setSound'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.4"
      },
      "player_use": {
        "ObjectName": "Function'prop_radio_local_C:player_use'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.5"
      },
      "loadData": {
        "ObjectName": "Function'prop_radio_local_C:loadData'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.6"
      },
      "getData": {
        "ObjectName": "Function'prop_radio_local_C:getData'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.7"
      },
      "getAudio": {
        "ObjectName": "Function'prop_radio_local_C:getAudio'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.8"
      },
      "lookAt": {
        "ObjectName": "Function'prop_radio_local_C:lookAt'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.9"
      }
    },
    "ClassFlags": "CLASS_Config | CLASS_Optional | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
    "ClassWithin": {
      "ObjectName": "Class'Object'",
      "ObjectPath": "/Script/CoreUObject"
    },
    "ClassConfigName": "Engine",
    "bCooked": true,
    "ClassDefaultObject": {
      "ObjectName": "prop_radio_local_C'Default__prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.11"
    }
  },
  {
    "Type": "prop_radio_local_C",
    "Name": "Default__prop_radio_local_C",
    "Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "BlueprintGeneratedClass'VotV/Content/objects/prop_radio_local.prop_radio_local_C'",
    "Package": "VotV/Content/objects/prop_radio_local",
    "Template": {
      "ObjectName": "prop_C'Default__prop_C'",
      "ObjectPath": "VotV/Content/objects/prop.154"
    },
    "Properties": {
      "UberGraphFrame": {},
      "name": "radio_n",
      "PrimaryActorTick": {
        "bCanEverTick": true
      }
    }
  },
  {
    "Type": "AudioComponent",
    "Name": "Audio_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'AudioComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "Properties": {
      "AttenuationSettings": {
        "ObjectName": "SoundAttenuation'att_default'",
        "ObjectPath": "VotV/Content/audio/misc/att_default.0"
      },
      "RelativeLocation": {
        "X": 0.0,
        "Y": 0.0,
        "Z": 15.0
      }
    }
  },
  {
    "Type": "InheritableComponentHandler",
    "Name": "InheritableComponentHandler",
    "Flags": "RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'InheritableComponentHandler'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    }
  },
  {
    "Type": "SceneComponent",
    "Name": "DefaultSceneRoot_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SceneComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_0",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'prop_radio_local_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.17"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'SceneComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "SceneComponent'prop_radio_local_C:DefaultSceneRoot_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.14"
      },
      "VariableGuid": "12936005-4D347309-FCF1D28B-B827B012",
      "InternalVariableName": "DefaultSceneRoot"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_1",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'prop_radio_local_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.17"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'AudioComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "AudioComponent'prop_radio_local_C:Audio_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.12"
      },
      "ParentComponentOrVariableName": "StaticMesh",
      "ParentComponentOwnerClassName": "prop_C",
      "VariableGuid": "9F93FBBE-47BB558F-ABCDDCAF-314CB56F",
      "InternalVariableName": "Audio"
    }
  },
  {
    "Type": "SimpleConstructionScript",
    "Name": "SimpleConstructionScript_0",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SimpleConstructionScript'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'prop_radio_local_C'",
      "ObjectPath": "VotV/Content/objects/prop_radio_local.10"
    },
    "Properties": {
      "RootNodes": [
        {
          "ObjectName": "SCS_Node'prop_radio_local_C:SimpleConstructionScript_0.SCS_Node_1'",
          "ObjectPath": "VotV/Content/objects/prop_radio_local.16"
        }
      ],
      "AllNodes": [
        {
          "ObjectName": "SCS_Node'prop_radio_local_C:SimpleConstructionScript_0.SCS_Node_1'",
          "ObjectPath": "VotV/Content/objects/prop_radio_local.16"
        }
      ],
      "DefaultSceneRootNode": {
        "ObjectName": "SCS_Node'prop_radio_local_C:SimpleConstructionScript_0.SCS_Node_0'",
        "ObjectPath": "VotV/Content/objects/prop_radio_local.15"
      }
    }
  }
]