dump: [json] pakchunk0_s4
This commit is contained in:
parent
a0202f19ac
commit
184f12fe9d
2029 changed files with 13029077 additions and 0 deletions
503
IntoTheRadius2/Content/ITR2/BPs/AI/Misc/BP_AIPath.json
Normal file
503
IntoTheRadius2/Content/ITR2/BPs/AI/Misc/BP_AIPath.json
Normal file
|
@ -0,0 +1,503 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_AIPath_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentTemplates": [
|
||||
{
|
||||
"ObjectName": "StaticMeshComponent'BP_AIPath_C:NODE_AddStaticMeshComponent-0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.9"
|
||||
}
|
||||
],
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_AIPath_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.7"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BP_AIPath_C:UserConstructionScript'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.2"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"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": "Spline",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SplineComponent'",
|
||||
"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": "ArrayProperty",
|
||||
"Name": "StopPointDistances",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Inner": {
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "StopPointDistances",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "StopPointScale",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "StopPoints",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "StopPoints",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"UserConstructionScript": {
|
||||
"ObjectName": "Function'BP_AIPath_C:UserConstructionScript'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_AIPath_C'Default__BP_AIPath_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_AIPath_C",
|
||||
"Name": "Default__BP_AIPath_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/AI/Misc/BP_AIPath.BP_AIPath_C'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"StopPointScale[4]": {
|
||||
"X": 0.2,
|
||||
"Y": 0.2,
|
||||
"Z": 0.2
|
||||
},
|
||||
"bHidden": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "UserConstructionScript",
|
||||
"Outer": "BP_AIPath_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'Actor:UserConstructionScript'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "StaticMeshComponent",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Decal Material",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'MaterialInstance'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Decal Color",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Array_Index_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Loop_Counter_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_K2_GetComponentToWorld_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 96,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Transform'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "CallFunc_K2_GetComponentsByClass_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "ReferenceParm | ContainsInstancedReference",
|
||||
"Inner": {
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_K2_GetComponentsByClass_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'DecalComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'DecalComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Less_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_SetStaticMesh_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsEditor_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Array_Get_Item_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Less_IntInt_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_MakeTransform_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 96,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Transform'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_TransformLocation_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_AddComponent_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Add_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_AIPath_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_AIPath_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.3"
|
||||
},
|
||||
"ChildNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AIPath_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AIPath_C:SimpleConstructionScript_0.SCS_Node_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.6"
|
||||
}
|
||||
],
|
||||
"VariableGuid": "ECA2BD66-4C086C6A-01798986-CAA55D40",
|
||||
"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'SplineComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SplineComponent'BP_AIPath_C:Spline_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.8"
|
||||
},
|
||||
"VariableGuid": "51F3043C-47B51C48-B6029F82-A4F0D5A1",
|
||||
"InternalVariableName": "Spline"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_AIPath_C:StaticMesh_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.10"
|
||||
},
|
||||
"VariableGuid": "E5008FA8-447B388E-6D575C86-C4A40821",
|
||||
"InternalVariableName": "StaticMesh"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_AIPath_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AIPath_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.4"
|
||||
}
|
||||
],
|
||||
"AllNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AIPath_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AIPath_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AIPath_C:SimpleConstructionScript_0.SCS_Node_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.6"
|
||||
}
|
||||
],
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_AIPath_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_AIPath.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SplineComponent",
|
||||
"Name": "Spline_GEN_VARIABLE",
|
||||
"Outer": "BP_AIPath_C",
|
||||
"Class": "UScriptClass'SplineComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "NODE_AddStaticMeshComponent-0",
|
||||
"Outer": "BP_AIPath_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMesh_GEN_VARIABLE",
|
||||
"Outer": "BP_AIPath_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,102 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_VantageCoverManager_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_VantageCoverManager_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_VantageCoverManager.4"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'VantageCoverManager'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "DefaultSceneRoot",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_VantageCoverManager_C'Default__BP_VantageCoverManager_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_VantageCoverManager.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_VantageCoverManager_C",
|
||||
"Name": "Default__BP_VantageCoverManager_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/AI/Misc/BP_VantageCoverManager.BP_VantageCoverManager_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_VantageCoverManager_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_VantageCoverManager_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_VantageCoverManager.2"
|
||||
},
|
||||
"VariableGuid": "9351E6BA-400FF6C3-24AAEEBF-5A696A42",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_VantageCoverManager_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_VantageCoverManager_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_VantageCoverManager.3"
|
||||
}
|
||||
],
|
||||
"AllNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_VantageCoverManager_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_VantageCoverManager.3"
|
||||
}
|
||||
],
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_VantageCoverManager_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/AI/Misc/BP_VantageCoverManager.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,58 @@
|
|||
[
|
||||
{
|
||||
"Type": "CurveFloat",
|
||||
"Name": "CURVE_DaytimeVisibilityDistanceCurve",
|
||||
"Class": "UScriptClass'CurveFloat'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"Keys": [
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.0,
|
||||
"Value": 0.5,
|
||||
"ArriveTangent": 0.0009376843,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0009376843,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Break",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 7.0,
|
||||
"Value": 1.0,
|
||||
"ArriveTangent": 0.22989918,
|
||||
"ArriveTangentWeight": 2.3346293,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 4.6692586
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Break",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 21.0,
|
||||
"Value": 0.9999997,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": -0.49614477,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 24.0,
|
||||
"Value": 0.5,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,58 @@
|
|||
[
|
||||
{
|
||||
"Type": "CurveFloat",
|
||||
"Name": "CURVE_DaytimeVisibilityDistanceCurve_Creep",
|
||||
"Class": "UScriptClass'CurveFloat'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"Keys": [
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.0,
|
||||
"Value": 0.75,
|
||||
"ArriveTangent": 0.0006519823,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0006519823,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Break",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 7.0,
|
||||
"Value": 1.0,
|
||||
"ArriveTangent": 0.10321132,
|
||||
"ArriveTangentWeight": 2.3346293,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 4.6692586
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Break",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 21.0,
|
||||
"Value": 0.9999997,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": -0.17155227,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 24.0,
|
||||
"Value": 0.75,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,58 @@
|
|||
[
|
||||
{
|
||||
"Type": "CurveFloat",
|
||||
"Name": "CURVE_DaytimeVisibilitySpotTimeCurve",
|
||||
"Class": "UScriptClass'CurveFloat'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"Keys": [
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.0,
|
||||
"Value": 0.0,
|
||||
"ArriveTangent": 0.000319,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.000319,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Break",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 7.0,
|
||||
"Value": 1.0,
|
||||
"ArriveTangent": 0.14144,
|
||||
"ArriveTangentWeight": 2.3333335,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Break",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 21.0,
|
||||
"Value": 1.0,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 4.666667,
|
||||
"LeaveTangent": -0.496145,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 24.0,
|
||||
"Value": 0.0,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 1.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,47 @@
|
|||
[
|
||||
{
|
||||
"Type": "CurveFloat",
|
||||
"Name": "CURVE_FireRateByDist",
|
||||
"Class": "UScriptClass'CurveFloat'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"Keys": [
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.0,
|
||||
"Value": 0.99999994,
|
||||
"ArriveTangent": -0.44186735,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.5,
|
||||
"Value": 0.5000001,
|
||||
"ArriveTangent": -2.5629582,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": -2.5629582,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 1.0,
|
||||
"Value": -5.7747416E-09,
|
||||
"ArriveTangent": 0.0046583447,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0046583447,
|
||||
"LeaveTangentWeight": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,36 @@
|
|||
[
|
||||
{
|
||||
"Type": "CurveFloat",
|
||||
"Name": "CURVE_FireRateByDist_Heavy",
|
||||
"Class": "UScriptClass'CurveFloat'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"Keys": [
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.0,
|
||||
"Value": 0.99999994,
|
||||
"ArriveTangent": -0.022703258,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": -0.022703258,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 1.0,
|
||||
"Value": 0.19999999,
|
||||
"ArriveTangent": -2.24207,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": -2.24207,
|
||||
"LeaveTangentWeight": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,36 @@
|
|||
[
|
||||
{
|
||||
"Type": "CurveFloat",
|
||||
"Name": "CURVE_SightTargetDetect",
|
||||
"Class": "UScriptClass'CurveFloat'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"FloatCurve": {
|
||||
"Keys": [
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_User",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 0.0,
|
||||
"Value": -2.2759842E-08,
|
||||
"ArriveTangent": -0.0023164107,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": -0.0023164107,
|
||||
"LeaveTangentWeight": 0.0
|
||||
},
|
||||
{
|
||||
"InterpMode": "RCIM_Cubic",
|
||||
"TangentMode": "RCTM_Auto",
|
||||
"TangentWeightMode": "RCTWM_WeightedNone",
|
||||
"Time": 1.0,
|
||||
"Value": 1.0,
|
||||
"ArriveTangent": 0.0,
|
||||
"ArriveTangentWeight": 0.0,
|
||||
"LeaveTangent": 0.0,
|
||||
"LeaveTangentWeight": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue