ITR2_ASSET/IntoTheRadius2/Content/Sound/Ambience/BPs/BP_Ambient_2D.json

291 lines
No EOL
9.9 KiB
JSON

[
{
"Type": "AudioComponent",
"Name": "Drone_GEN_VARIABLE",
"Outer": "BP_Ambient_2D_C",
"Class": "UScriptClass'AudioComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "AudioComponent",
"Name": "Wind_GEN_VARIABLE",
"Outer": "BP_Ambient_2D_C",
"Class": "UScriptClass'AudioComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "BlueprintGeneratedClass",
"Name": "BP_Ambient_2D_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BP_Ambient_2D_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.10"
},
"UberGraphFunction": {
"ObjectName": "Function'BP_Ambient_2D_C:ExecuteUbergraph_BP_Ambient_2D'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.4"
}
},
"SuperStruct": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BP_Ambient_2D_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.5"
},
{
"ObjectName": "Function'BP_Ambient_2D_C:ExecuteUbergraph_BP_Ambient_2D'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.4"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "Drone",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "Wind",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "DefaultSceneRoot",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "Fade in Duration",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ObjectProperty",
"Name": "Sound Drone",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "Sound Wind",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
}
],
"FuncMap": {
"ExecuteUbergraph_BP_Ambient_2D": {
"ObjectName": "Function'BP_Ambient_2D_C:ExecuteUbergraph_BP_Ambient_2D'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.4"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BP_Ambient_2D_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.5"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BP_Ambient_2D_C'Default__BP_Ambient_2D_C'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.3"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BP_Ambient_2D_C",
"Name": "Default__BP_Ambient_2D_C",
"Class": "BlueprintGeneratedClass'/Game/Sound/Ambience/BPs/BP_Ambient_2D.BP_Ambient_2D_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Fade in Duration[4]": 3.0
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BP_Ambient_2D",
"Outer": "BP_Ambient_2D_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "EntryPoint",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BP_Ambient_2D_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'Actor:ReceiveBeginPlay'",
"ObjectPath": "/Script/Engine"
},
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
},
{
"Type": "SceneComponent",
"Name": "DefaultSceneRoot_GEN_VARIABLE",
"Outer": "BP_Ambient_2D_C",
"Class": "UScriptClass'SceneComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_0",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "SceneComponent'BP_Ambient_2D_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.6"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BP_Ambient_2D_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.8"
},
{
"ObjectName": "SCS_Node'BP_Ambient_2D_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.9"
}
],
"VariableGuid": "1F498FFE-4A46EEDD-5858C79A-53F560EB",
"InternalVariableName": "DefaultSceneRoot"
}
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_1",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "AudioComponent'BP_Ambient_2D_C:Wind_GEN_VARIABLE'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.1"
},
"VariableGuid": "E86ECE8B-405BED09-C2BC3C96-1CF4E5C4",
"InternalVariableName": "Wind"
}
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_2",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "AudioComponent'BP_Ambient_2D_C:Drone_GEN_VARIABLE'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.0"
},
"VariableGuid": "329A0120-4F19996E-FEF90F89-E708FDFA",
"InternalVariableName": "Drone"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BP_Ambient_2D_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BP_Ambient_2D_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.7"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BP_Ambient_2D_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.7"
},
{
"ObjectName": "SCS_Node'BP_Ambient_2D_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.8"
},
{
"ObjectName": "SCS_Node'BP_Ambient_2D_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.9"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BP_Ambient_2D_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/Sound/Ambience/BPs/BP_Ambient_2D.7"
}
}
}
]