[
  {
    "Type": "Function",
    "Name": "ExecuteUbergraph_dreamBoulder",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "ChildProperties": [
      {
        "Type": "IntProperty",
        "Name": "EntryPoint",
        "Flags": "RF_Public",
        "ElementSize": 4,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
      },
      {
        "Type": "FloatProperty",
        "Name": "K2Node_Event_DeltaSeconds",
        "Flags": "RF_Public",
        "ElementSize": 4
      },
      {
        "Type": "ObjectProperty",
        "Name": "K2Node_ComponentBoundEvent_HitComponent",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "InstancedReference",
        "PropertyClass": {
          "ObjectName": "Class'PrimitiveComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "K2Node_ComponentBoundEvent_OtherActor",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "Class'Actor'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "K2Node_ComponentBoundEvent_OtherComp",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "InstancedReference",
        "PropertyClass": {
          "ObjectName": "Class'PrimitiveComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "K2Node_ComponentBoundEvent_NormalImpulse",
        "Flags": "RF_Public",
        "ElementSize": 12,
        "Struct": {
          "ObjectName": "ScriptStruct'Vector'",
          "ObjectPath": "/Script/CoreUObject"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "K2Node_ComponentBoundEvent_Hit",
        "Flags": "RF_Public",
        "ElementSize": 144,
        "PropertyFlags": "ConstParm | ContainsInstancedReference",
        "Struct": {
          "ObjectName": "ScriptStruct'HitResult'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "CallFunc_getMainGamemode_AsMain_Gamemode",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'mainGamemode_C'",
          "ObjectPath": "VotV/Content/main/mainGamemode.191"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "K2Node_DynamicCast_AsMain_Player",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'mainPlayer_C'",
          "ObjectPath": "VotV/Content/main/mainPlayer.433"
        }
      },
      {
        "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_addFood_full",
        "Flags": "RF_Public",
        "ElementSize": 1,
        "FieldSize": 1,
        "ByteOffset": 0,
        "ByteMask": 1,
        "FieldMask": 255,
        "BoolSize": 1,
        "bIsNativeBool": true
      }
    ],
    "FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
  },
  {
    "Type": "Function",
    "Name": "BndEvt__dreamBoulder_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "ChildProperties": [
      {
        "Type": "ObjectProperty",
        "Name": "HitComponent",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
        "PropertyClass": {
          "ObjectName": "Class'PrimitiveComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "OtherActor",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
        "PropertyClass": {
          "ObjectName": "Class'Actor'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "OtherComp",
        "Flags": "RF_Public",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
        "PropertyClass": {
          "ObjectName": "Class'PrimitiveComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "NormalImpulse",
        "Flags": "RF_Public",
        "ElementSize": 12,
        "PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
        "Struct": {
          "ObjectName": "ScriptStruct'Vector'",
          "ObjectPath": "/Script/CoreUObject"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "Hit",
        "Flags": "RF_Public",
        "ElementSize": 144,
        "PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm | ContainsInstancedReference",
        "Struct": {
          "ObjectName": "ScriptStruct'HitResult'",
          "ObjectPath": "/Script/Engine"
        }
      }
    ],
    "FunctionFlags": "FUNC_HasOutParms | FUNC_BlueprintEvent"
  },
  {
    "Type": "Function",
    "Name": "ReceiveTick",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "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": "ReceiveBeginPlay",
    "Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'Function'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "SuperStruct": {
      "ObjectName": "Function'Actor:ReceiveBeginPlay'",
      "ObjectPath": "/Script/Engine"
    },
    "FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
  },
  {
    "Type": "BlueprintGeneratedClass",
    "Name": "dreamBoulder_C",
    "Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'BlueprintGeneratedClass'",
    "Package": "VotV/Content/objects/dreams/dreamBoulder",
    "Properties": {
      "DynamicBindingObjects": [
        {
          "ObjectName": "ComponentDelegateBinding'dreamBoulder_C:ComponentDelegateBinding_0'",
          "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.7"
        }
      ],
      "SimpleConstructionScript": {
        "ObjectName": "SimpleConstructionScript'dreamBoulder_C:SimpleConstructionScript_0'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.12"
      },
      "UberGraphFunction": {
        "ObjectName": "Function'dreamBoulder_C:ExecuteUbergraph_dreamBoulder'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.0"
      }
    },
    "SuperStruct": {
      "ObjectName": "Class'Actor'",
      "ObjectPath": "/Script/Engine"
    },
    "Children": [
      {
        "ObjectName": "Function'dreamBoulder_C:ReceiveBeginPlay'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.3"
      },
      {
        "ObjectName": "Function'dreamBoulder_C:ReceiveTick'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.2"
      },
      {
        "ObjectName": "Function'dreamBoulder_C:BndEvt__dreamBoulder_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.1"
      },
      {
        "ObjectName": "Function'dreamBoulder_C:ExecuteUbergraph_dreamBoulder'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.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": "ObjectProperty",
        "Name": "StaticMesh",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
        "PropertyClass": {
          "ObjectName": "Class'StaticMeshComponent'",
          "ObjectPath": "/Script/Engine"
        }
      },
      {
        "Type": "ObjectProperty",
        "Name": "dreamer",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 8,
        "PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | ExposeOnSpawn",
        "PropertyClass": {
          "ObjectName": "BlueprintGeneratedClass'dream_boulders_C'",
          "ObjectPath": "VotV/Content/objects/dreams/dream_boulders.4"
        }
      },
      {
        "Type": "StructProperty",
        "Name": "vel",
        "Flags": "RF_Public | RF_LoadCompleted",
        "ElementSize": 12,
        "PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
        "Struct": {
          "ObjectName": "ScriptStruct'Vector'",
          "ObjectPath": "/Script/CoreUObject"
        }
      }
    ],
    "FuncMap": {
      "ExecuteUbergraph_dreamBoulder": {
        "ObjectName": "Function'dreamBoulder_C:ExecuteUbergraph_dreamBoulder'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.0"
      },
      "BndEvt__dreamBoulder_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature": {
        "ObjectName": "Function'dreamBoulder_C:BndEvt__dreamBoulder_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.1"
      },
      "ReceiveTick": {
        "ObjectName": "Function'dreamBoulder_C:ReceiveTick'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.2"
      },
      "ReceiveBeginPlay": {
        "ObjectName": "Function'dreamBoulder_C:ReceiveBeginPlay'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.3"
      }
    },
    "ClassFlags": "CLASS_Config | CLASS_Optional | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
    "ClassWithin": {
      "ObjectName": "Class'Object'",
      "ObjectPath": "/Script/CoreUObject"
    },
    "ClassConfigName": "Engine",
    "bCooked": true,
    "ClassDefaultObject": {
      "ObjectName": "dreamBoulder_C'Default__dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.5"
    }
  },
  {
    "Type": "dreamBoulder_C",
    "Name": "Default__dreamBoulder_C",
    "Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "BlueprintGeneratedClass'VotV/Content/objects/dreams/dreamBoulder.dreamBoulder_C'",
    "Package": "VotV/Content/objects/dreams/dreamBoulder",
    "Properties": {
      "UberGraphFrame": {},
      "vel": {
        "X": 0.0,
        "Y": 0.0,
        "Z": 0.0
      },
      "PrimaryActorTick": {
        "bCanEverTick": true
      },
      "InitialLifeSpan": 5.0
    }
  },
  {
    "Type": "AudioComponent",
    "Name": "Audio_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'AudioComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "Properties": {
      "Sound": {
        "ObjectName": "SoundCue'concrete_scrape_doppler_cue'",
        "ObjectPath": "VotV/Content/audio/effects/physics/scrape/concrete_scrape_doppler_cue.0"
      },
      "VolumeMultiplier": 0.5,
      "PitchMultiplier": 1.2,
      "AttenuationSettings": {
        "ObjectName": "SoundAttenuation'att_default'",
        "ObjectPath": "VotV/Content/audio/misc/att_default.0"
      }
    }
  },
  {
    "Type": "ComponentDelegateBinding",
    "Name": "ComponentDelegateBinding_0",
    "Flags": "RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'ComponentDelegateBinding'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "Properties": {
      "ComponentDelegateBindings": [
        {
          "ComponentPropertyName": "StaticMesh",
          "DelegatePropertyName": "OnComponentHit",
          "FunctionNameToBind": "BndEvt__dreamBoulder_StaticMesh_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"
        }
      ]
    }
  },
  {
    "Type": "SceneComponent",
    "Name": "DefaultSceneRoot_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SceneComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_0",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'dreamBoulder_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.12"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'SceneComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "SceneComponent'dreamBoulder_C:DefaultSceneRoot_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.8"
      },
      "VariableGuid": "B55FCD42-4EE02C50-50382CAB-4DF617C3",
      "InternalVariableName": "DefaultSceneRoot"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_1",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'dreamBoulder_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.12"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'StaticMeshComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "StaticMeshComponent'dreamBoulder_C:StaticMesh_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.13"
      },
      "ChildNodes": [
        {
          "ObjectName": "SCS_Node'dreamBoulder_C:SimpleConstructionScript_0.SCS_Node_2'",
          "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.11"
        }
      ],
      "VariableGuid": "8B3974DD-4819AADA-903107B7-7C25BF8B",
      "InternalVariableName": "StaticMesh"
    }
  },
  {
    "Type": "SCS_Node",
    "Name": "SCS_Node_2",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SCS_Node'",
    "Outer": {
      "ObjectName": "SimpleConstructionScript'dreamBoulder_C:SimpleConstructionScript_0'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.12"
    },
    "Properties": {
      "ComponentClass": {
        "ObjectName": "Class'AudioComponent'",
        "ObjectPath": "/Script/Engine"
      },
      "ComponentTemplate": {
        "ObjectName": "AudioComponent'dreamBoulder_C:Audio_GEN_VARIABLE'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.6"
      },
      "VariableGuid": "3DA75143-4332FB2C-7E2ADC8B-CAD3A9C6",
      "InternalVariableName": "Audio"
    }
  },
  {
    "Type": "SimpleConstructionScript",
    "Name": "SimpleConstructionScript_0",
    "Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'SimpleConstructionScript'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "Properties": {
      "RootNodes": [
        {
          "ObjectName": "SCS_Node'dreamBoulder_C:SimpleConstructionScript_0.SCS_Node_1'",
          "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.10"
        }
      ],
      "AllNodes": [
        {
          "ObjectName": "SCS_Node'dreamBoulder_C:SimpleConstructionScript_0.SCS_Node_1'",
          "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.10"
        },
        {
          "ObjectName": "SCS_Node'dreamBoulder_C:SimpleConstructionScript_0.SCS_Node_2'",
          "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.11"
        }
      ],
      "DefaultSceneRootNode": {
        "ObjectName": "SCS_Node'dreamBoulder_C:SimpleConstructionScript_0.SCS_Node_0'",
        "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.9"
      }
    }
  },
  {
    "Type": "StaticMeshComponent",
    "Name": "StaticMesh_GEN_VARIABLE",
    "Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
    "Class": "UScriptClass'StaticMeshComponent'",
    "Outer": {
      "ObjectName": "BlueprintGeneratedClass'dreamBoulder_C'",
      "ObjectPath": "VotV/Content/objects/dreams/dreamBoulder.4"
    },
    "Properties": {
      "StaticMesh": {
        "ObjectName": "StaticMesh'boulder'",
        "ObjectPath": "VotV/Content/meshes/boulder/boulder.2"
      },
      "BodyInstance": {
        "bNotifyRigidBodyCollision": true,
        "CollisionProfileName": "Custom",
        "CollisionResponses": {
          "ResponseArray": [
            {
              "Channel": "sound",
              "Response": "ECR_Ignore"
            },
            {
              "Channel": "fire",
              "Response": "ECR_Ignore"
            },
            {
              "Channel": "trigger",
              "Response": "ECR_Ignore"
            },
            {
              "Channel": "water",
              "Response": "ECR_Ignore"
            }
          ]
        },
        "bSimulatePhysics": true
      }
    }
  }
]