dump: [json] pakchunk0_s4
This commit is contained in:
parent
a0202f19ac
commit
184f12fe9d
2029 changed files with 13029077 additions and 0 deletions
293
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BPA_Anomaly.json
Normal file
293
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BPA_Anomaly.json
Normal file
|
@ -0,0 +1,293 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BPA_Anomaly_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BPA_Anomaly_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.9"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'AnomalyBase'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BPA_Anomaly_C:GetDamageCauserName'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPA_Anomaly_C:GetDamageCauserTag'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPA_Anomaly_C:GetAnomalyTypeId'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.3"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "BPC_AnomalySplineFollow",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BPC_AnomalySplineFollow_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "DefaultSceneRoot",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"GetAnomalyTypeId": {
|
||||
"ObjectName": "Function'BPA_Anomaly_C:GetAnomalyTypeId'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.3"
|
||||
},
|
||||
"GetDamageCauserTag": {
|
||||
"ObjectName": "Function'BPA_Anomaly_C:GetDamageCauserTag'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.5"
|
||||
},
|
||||
"GetDamageCauserName": {
|
||||
"ObjectName": "Function'BPA_Anomaly_C:GetDamageCauserName'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.4"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BPA_Anomaly_C'Default__BPA_Anomaly_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BPA_Anomaly_C",
|
||||
"Name": "Default__BPA_Anomaly_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/BPA_Anomaly.BPA_Anomaly_C'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"PrimaryActorTick": {
|
||||
"bStartWithTickEnabled": false
|
||||
},
|
||||
"bReplicates": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BPC_AnomalySplineFollow_C",
|
||||
"Name": "BPC_AnomalySplineFollow_GEN_VARIABLE",
|
||||
"Outer": "BPA_Anomaly_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.BPC_AnomalySplineFollow_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BPC_AnomalySplineFollow_C'Default__BPC_AnomalySplineFollow_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.1"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetAnomalyTypeId",
|
||||
"Outer": "BPA_Anomaly_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'RadiusAnomalyInterface:GetAnomalyTypeId'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetDamageCauserName",
|
||||
"Outer": "BPA_Anomaly_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'RadiusDamageCauserInterface:GetDamageCauserName'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm"
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'RadiusConfigurationSubsystem'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetAnomalyTypeId_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "CallFunc_GetAnomalyNameByTag_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "ConstParm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetDamageCauserTag",
|
||||
"Outer": "BPA_Anomaly_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'RadiusDamageCauserInterface:GetDamageCauserTag'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Parm | OutParm | ReturnParm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetAnomalyTypeId_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 12,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'GameplayTag'",
|
||||
"ObjectPath": "/Script/GameplayTags"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure | FUNC_Const"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BPA_Anomaly_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'BPA_Anomaly_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.6"
|
||||
},
|
||||
"VariableGuid": "3D58ED26-4CD987AA-59EB07A4-18D812F1",
|
||||
"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": "BlueprintGeneratedClass'BPC_AnomalySplineFollow_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.0"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "BPC_AnomalySplineFollow_C'BPA_Anomaly_C:BPC_AnomalySplineFollow_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.2"
|
||||
},
|
||||
"VariableGuid": "6FE5E8AA-4CE0F32E-FF2AC6AE-0DAACF5D",
|
||||
"InternalVariableName": "BPC_AnomalySplineFollow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BPA_Anomaly_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BPA_Anomaly_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BPA_Anomaly_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.8"
|
||||
}
|
||||
],
|
||||
"AllNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BPA_Anomaly_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BPA_Anomaly_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.8"
|
||||
}
|
||||
],
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BPA_Anomaly_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPA_Anomaly.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
1546
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BPC_Anomaly.json
Normal file
1546
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BPC_Anomaly.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,488 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BPC_AnomalySplineFollow_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"NumReplicatedProperties": 2,
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:ExecuteUbergraph_BPC_AnomalySplineFollow'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.2"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ActorComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:SetDistanceAlongSpline'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.6"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:GetDistanceAlongSpline'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:ReceiveTick'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:SetMoveSpeed'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:SetSplineToFollow'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.8"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:ExecuteUbergraph_BPC_AnomalySplineFollow'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.2"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "UberGraphFrame",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Transient | DuplicateTransient",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PointerToUberGraphFrame'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "MoveSpeed",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | Net | DisableEditOnInstance",
|
||||
"RepIndex": 2
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "DistanceAlongSpline",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | Net | DisableEditOnInstance",
|
||||
"RepIndex": 3
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "SplineComponent",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SplineComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "ShouldSweep",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "NewDistanceAlongSpline",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteUbergraph_BPC_AnomalySplineFollow": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:ExecuteUbergraph_BPC_AnomalySplineFollow'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.2"
|
||||
},
|
||||
"SetSplineToFollow": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:SetSplineToFollow'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.8"
|
||||
},
|
||||
"SetMoveSpeed": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:SetMoveSpeed'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.7"
|
||||
},
|
||||
"ReceiveTick": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:ReceiveTick'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.5"
|
||||
},
|
||||
"ReceiveBeginPlay": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.4"
|
||||
},
|
||||
"GetDistanceAlongSpline": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:GetDistanceAlongSpline'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.3"
|
||||
},
|
||||
"SetDistanceAlongSpline": {
|
||||
"ObjectName": "Function'BPC_AnomalySplineFollow_C:SetDistanceAlongSpline'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.6"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"Interfaces": [
|
||||
{
|
||||
"Class": {
|
||||
"ObjectName": "Class'RadiusSplineFollowInterface'",
|
||||
"ObjectPath": "/Script/IntoTheRadius2"
|
||||
},
|
||||
"PointerOffset": 0,
|
||||
"bImplementedByK2": true
|
||||
}
|
||||
],
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BPC_AnomalySplineFollow_C'Default__BPC_AnomalySplineFollow_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal",
|
||||
"ImplementedInterfaces": "((Interface=\"/Script/CoreUObject.Class'/Script/IntoTheRadius2.RadiusSplineFollowInterface'\"))"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BPC_AnomalySplineFollow_C",
|
||||
"Name": "Default__BPC_AnomalySplineFollow_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/BPC_AnomalySplineFollow.BPC_AnomalySplineFollow_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"MoveSpeed[1]": 100.0,
|
||||
"PrimaryComponentTick": {
|
||||
"bCanEverTick": true,
|
||||
"bStartWithTickEnabled": false
|
||||
},
|
||||
"bReplicates": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_BPC_AnomalySplineFollow",
|
||||
"Outer": "BPC_AnomalySplineFollow_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"
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "K2Node_Event_DeltaSeconds",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Add_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_K2_GetRootComponent_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SceneComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetAttachParentActor_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetComponentByClass_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SplineComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "K2Node_Event_Speed",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "ConstParm"
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "K2Node_Event_Spline",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "ConstParm | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SplineComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "CallFunc_GetSplineLength_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_LessEqual_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_K2_SetWorldLocation_SweepHitResult",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 240,
|
||||
"PropertyFlags": "ContainsInstancedReference",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'HitResult'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsValid_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Multiply_DoubleDouble_B_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "CallFunc_GetLocationAtDistanceAlongSpline_Distance_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "K2Node_VariableSet_MoveSpeed_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_LessEqual_DoubleDouble_B_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetDistanceAlongSpline",
|
||||
"Outer": "BPC_AnomalySplineFollow_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Parm | OutParm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ReceiveBeginPlay",
|
||||
"Outer": "BPC_AnomalySplineFollow_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ActorComponent:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ReceiveTick",
|
||||
"Outer": "BPC_AnomalySplineFollow_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ActorComponent: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": "SetDistanceAlongSpline",
|
||||
"Outer": "BPC_AnomalySplineFollow_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "NewValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "SetMoveSpeed",
|
||||
"Outer": "BPC_AnomalySplineFollow_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "Speed",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "SetSplineToFollow",
|
||||
"Outer": "BPC_AnomalySplineFollow_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Spline",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SplineComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,851 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"NumReplicatedProperties": 3,
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:ExecuteUbergraph_BPC_AnomalyTeleportation'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.3"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ActorComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:SetCurrentDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.13"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:GetCurrentDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnRep_OnStartTeleporting'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.8"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:SetTeleportTimer'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.14"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:AddDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.2"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.12"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnTeleportTimerElapsed'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.11"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:Multicast_StartTeleporting'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.6"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:Multicast_Teleported'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:MoveToCurrentDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:ExecuteUbergraph_BPC_AnomalyTeleportation'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnTeleported__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.10"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnStartTeleporting__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.9"
|
||||
}
|
||||
],
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "UberGraphFrame",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Transient | DuplicateTransient",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'PointerToUberGraphFrame'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "Destinations",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate",
|
||||
"Inner": {
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Destinations",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_AnomalyTeleportationDestination_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "TeleportationInterval",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector2D'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CurrentDestination",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | Net | DisableEditOnInstance",
|
||||
"RepIndex": 2
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CanTeleport",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "IsTeleporting",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 1,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "MulticastInlineDelegateProperty",
|
||||
"Name": "OnStartTeleporting",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | Net | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
|
||||
"RepIndex": 3,
|
||||
"SignatureFunction": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnStartTeleporting__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "MulticastInlineDelegateProperty",
|
||||
"Name": "OnTeleported",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | Net | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
|
||||
"RepIndex": 4,
|
||||
"SignatureFunction": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnTeleported__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.10"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "TeleportationDuration",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "TeleportaionStartTrigger",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||||
},
|
||||
{
|
||||
"Type": "NameProperty",
|
||||
"Name": "TeleportaionEndTrigger",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 12,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "AudioComponent",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'AudioComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "FXYShift",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"OnStartTeleporting__DelegateSignature": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnStartTeleporting__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.9"
|
||||
},
|
||||
"OnTeleported__DelegateSignature": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnTeleported__DelegateSignature'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.10"
|
||||
},
|
||||
"ExecuteUbergraph_BPC_AnomalyTeleportation": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:ExecuteUbergraph_BPC_AnomalyTeleportation'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.3"
|
||||
},
|
||||
"MoveToCurrentDestination": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:MoveToCurrentDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.5"
|
||||
},
|
||||
"Multicast_Teleported": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:Multicast_Teleported'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.7"
|
||||
},
|
||||
"Multicast_StartTeleporting": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:Multicast_StartTeleporting'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.6"
|
||||
},
|
||||
"OnTeleportTimerElapsed": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnTeleportTimerElapsed'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.11"
|
||||
},
|
||||
"ReceiveBeginPlay": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.12"
|
||||
},
|
||||
"AddDestination": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:AddDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.2"
|
||||
},
|
||||
"SetTeleportTimer": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:SetTeleportTimer'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.14"
|
||||
},
|
||||
"OnRep_OnStartTeleporting": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:OnRep_OnStartTeleporting'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.8"
|
||||
},
|
||||
"GetCurrentDestination": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:GetCurrentDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.4"
|
||||
},
|
||||
"SetCurrentDestination": {
|
||||
"ObjectName": "Function'BPC_AnomalyTeleportation_C:SetCurrentDestination'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.13"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BPC_AnomalyTeleportation_C'Default__BPC_AnomalyTeleportation_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BPC_AnomalyTeleportation_C",
|
||||
"Name": "Default__BPC_AnomalyTeleportation_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.BPC_AnomalyTeleportation_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"TeleportationInterval[2]": {
|
||||
"X": 5.0,
|
||||
"Y": 10.0
|
||||
},
|
||||
"CanTeleport[4]": true,
|
||||
"OnStartTeleporting[6]": {
|
||||
"InvocationList": []
|
||||
},
|
||||
"OnTeleported[7]": {
|
||||
"InvocationList": []
|
||||
},
|
||||
"TeleportationDuration[8]": 2.5,
|
||||
"TeleportaionStartTrigger[9]": "TeleportationStart",
|
||||
"TeleportaionEndTrigger[10]": "TeleportationEnd",
|
||||
"FXYShift[12]": 70.0,
|
||||
"bReplicates": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "AddDestination",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_K2_GetActorLocation_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_Add_VectorVector_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": "ObjectProperty",
|
||||
"Name": "CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_FinishSpawningActor_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_AnomalyTeleportationDestination_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Add_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_BPC_AnomalyTeleportation",
|
||||
"Outer": "BPC_AnomalyTeleportation_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"
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_MakeVector_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Greater_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_EqualEqual_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetComponentByClass_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'AudioComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InterfaceProperty",
|
||||
"Name": "CallFunc_SetTriggerParameter_self_CastInput",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"InterfaceClass": {
|
||||
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||||
"ObjectPath": "/Script/AudioExtensions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InterfaceProperty",
|
||||
"Name": "CallFunc_SetTriggerParameter_self_CastInput_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"InterfaceClass": {
|
||||
"ObjectName": "Class'AudioParameterControllerInterface'",
|
||||
"ObjectPath": "/Script/AudioExtensions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_IsServer_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Greater_IntInt_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_AnomalyTeleportationDestination_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_K2_GetActorLocation_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "StructProperty",
|
||||
"Name": "CallFunc_K2_SetActorLocation_SweepHitResult",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 240,
|
||||
"PropertyFlags": "ContainsInstancedReference",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'HitResult'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_K2_SetActorLocation_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_BooleanAND_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_GetOwner_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_K2_GetActorLocation_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_Add_VectorVector_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_Array_Get_Item_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_AnomalyTeleportationDestination_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_SpawnSystemAtLocation_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'NiagaraComponent'",
|
||||
"ObjectPath": "/Script/Niagara"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_K2_GetActorLocation_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_Add_VectorVector_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_SpawnSystemAtLocation_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'NiagaraComponent'",
|
||||
"ObjectPath": "/Script/Niagara"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "CallFunc_Delay_Duration_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetCurrentDestination",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "Parm | OutParm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "MoveToCurrentDestination",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "Multicast_StartTeleporting",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_Net | FUNC_NetReliable | FUNC_NetMulticast | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "Multicast_Teleported",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_Net | FUNC_NetReliable | FUNC_NetMulticast | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnRep_OnStartTeleporting",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnStartTeleporting__DelegateSignature",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnTeleported__DelegateSignature",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "OnTeleportTimerElapsed",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ReceiveBeginPlay",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'ActorComponent:ReceiveBeginPlay'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "SetCurrentDestination",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "NewValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "SetTeleportTimer",
|
||||
"Outer": "BPC_AnomalyTeleportation_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "DelegateProperty",
|
||||
"Name": "K2Node_CreateDelegate_OutputDelegate",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"SignatureFunction": {
|
||||
"ObjectName": "Class'TimerDynamicDelegate__DelegateSignature'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_BreakVector2D_X",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_BreakVector2D_Y",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_RandomFloatInRange_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_K2_SetTimerDelegate_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'TimerHandle'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "FloatProperty",
|
||||
"Name": "CallFunc_K2_SetTimerDelegate_Time_ImplicitCast",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,420 @@
|
|||
[
|
||||
{
|
||||
"Type": "ArrowComponent",
|
||||
"Name": "Arrow_GEN_VARIABLE",
|
||||
"Outer": "BP_AnomalyTeleportationDestination_C",
|
||||
"Class": "UScriptClass'ArrowComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_AnomalyTeleportationDestination_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.9"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Sphere1",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SphereComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Sphere",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'SphereComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "TextRender",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'TextRenderComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Arrow",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'ArrowComponent'",
|
||||
"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": "ObjectProperty",
|
||||
"Name": "AssociatedAnomaly",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"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_AnomalyTeleportationDestination_C'Default__BP_AnomalyTeleportationDestination_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.2"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_AnomalyTeleportationDestination_C",
|
||||
"Name": "Default__BP_AnomalyTeleportationDestination_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.BP_AnomalyTeleportationDestination_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_AnomalyTeleportationDestination_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_AnomalyTeleportationDestination_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.3"
|
||||
},
|
||||
"ChildNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.6"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_3'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_4'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.8"
|
||||
}
|
||||
],
|
||||
"VariableGuid": "1192CD0F-49A11FAB-1C10419C-B4875EC5",
|
||||
"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'ArrowComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "ArrowComponent'BP_AnomalyTeleportationDestination_C:Arrow_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.0"
|
||||
},
|
||||
"VariableGuid": "D933E44F-4A65BB4E-EF682099-4C43F168",
|
||||
"InternalVariableName": "Arrow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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'TextRenderComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": null,
|
||||
"VariableGuid": "D77FD376-458905F0-270171BC-011535E5",
|
||||
"InternalVariableName": "TextRender"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_3",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SphereComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SphereComponent'BP_AnomalyTeleportationDestination_C:Sphere_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.11"
|
||||
},
|
||||
"VariableGuid": "BD7359C8-4EDC6454-CE4F4B8C-F93F712F",
|
||||
"InternalVariableName": "Sphere"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SCS_Node",
|
||||
"Name": "SCS_Node_4",
|
||||
"Outer": "SimpleConstructionScript_0",
|
||||
"Class": "UScriptClass'SCS_Node'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'SphereComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "SphereComponent'BP_AnomalyTeleportationDestination_C:Sphere1_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.10"
|
||||
},
|
||||
"VariableGuid": "502D3543-412D1C6B-F3057BAB-856C625A",
|
||||
"InternalVariableName": "Sphere1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_AnomalyTeleportationDestination_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.4"
|
||||
}
|
||||
],
|
||||
"AllNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.6"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_3'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_4'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.8"
|
||||
}
|
||||
],
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_AnomalyTeleportationDestination_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_AnomalyTeleportationDestination.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SphereComponent",
|
||||
"Name": "Sphere1_GEN_VARIABLE",
|
||||
"Outer": "BP_AnomalyTeleportationDestination_C",
|
||||
"Class": "UScriptClass'SphereComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SphereRadius": 600.0,
|
||||
"ShapeColor": {
|
||||
"B": 255,
|
||||
"G": 135,
|
||||
"R": 120,
|
||||
"A": 255,
|
||||
"Hex": "7887FF"
|
||||
},
|
||||
"CanCharacterStepUpOn": "ECanBeCharacterBase::ECB_No",
|
||||
"BodyInstance": {
|
||||
"ObjectType": "ECollisionChannel::ECC_GameTraceChannel1",
|
||||
"CollisionProfileName": "Custom",
|
||||
"CollisionResponses": {
|
||||
"ResponseArray": [
|
||||
{
|
||||
"Channel": "WorldStatic",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "WorldDynamic",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Pawn",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
},
|
||||
{
|
||||
"Channel": "Visibility",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Camera",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "PhysicsBody",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Vehicle",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Destructible",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
},
|
||||
{
|
||||
"Channel": "RadiusItem",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
},
|
||||
{
|
||||
"Channel": "Trigger",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "3DUI",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Projectile",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SphereComponent",
|
||||
"Name": "Sphere_GEN_VARIABLE",
|
||||
"Outer": "BP_AnomalyTeleportationDestination_C",
|
||||
"Class": "UScriptClass'SphereComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SphereRadius": 300.0,
|
||||
"ShapeColor": {
|
||||
"B": 246,
|
||||
"G": 0,
|
||||
"R": 255,
|
||||
"A": 255,
|
||||
"Hex": "FF00F6"
|
||||
},
|
||||
"CanCharacterStepUpOn": "ECanBeCharacterBase::ECB_No",
|
||||
"BodyInstance": {
|
||||
"ObjectType": "ECollisionChannel::ECC_GameTraceChannel1",
|
||||
"CollisionProfileName": "Custom",
|
||||
"CollisionResponses": {
|
||||
"ResponseArray": [
|
||||
{
|
||||
"Channel": "WorldStatic",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "WorldDynamic",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Pawn",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
},
|
||||
{
|
||||
"Channel": "Visibility",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Camera",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "PhysicsBody",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Vehicle",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Destructible",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
},
|
||||
{
|
||||
"Channel": "RadiusItem",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
},
|
||||
{
|
||||
"Channel": "Trigger",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "3DUI",
|
||||
"Response": "ECollisionResponse::ECR_Ignore"
|
||||
},
|
||||
{
|
||||
"Channel": "Projectile",
|
||||
"Response": "ECollisionResponse::ECR_Overlap"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bVisible": false
|
||||
}
|
||||
}
|
||||
]
|
7666
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BP_Anomaly_Hedgehog.json
Normal file
7666
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BP_Anomaly_Hedgehog.json
Normal file
File diff suppressed because it is too large
Load diff
3808
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BP_Anomaly_Portal.json
Normal file
3808
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BP_Anomaly_Portal.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,195 @@
|
|||
[
|
||||
{
|
||||
"Type": "ArrowComponent",
|
||||
"Name": "Arrow_GEN_VARIABLE",
|
||||
"Outer": "BP_Anomaly_Portal_Destination_C",
|
||||
"Class": "UScriptClass'ArrowComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_Anomaly_Portal_Destination_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.7"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'Actor'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "TextRender",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'TextRenderComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "Arrow",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'ArrowComponent'",
|
||||
"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": "ObjectProperty",
|
||||
"Name": "AssociatedPortal",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_Anomaly_Portal_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_Anomaly_Portal_Destination_C'Default__BP_Anomaly_Portal_Destination_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.2"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_Anomaly_Portal_Destination_C",
|
||||
"Name": "Default__BP_Anomaly_Portal_Destination_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.BP_Anomaly_Portal_Destination_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_Anomaly_Portal_Destination_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_Anomaly_Portal_Destination_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.3"
|
||||
},
|
||||
"ChildNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0.SCS_Node_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.6"
|
||||
}
|
||||
],
|
||||
"VariableGuid": "D1B91F31-498E9380-567C9492-A7C6BABE",
|
||||
"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'ArrowComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "ArrowComponent'BP_Anomaly_Portal_Destination_C:Arrow_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.0"
|
||||
},
|
||||
"VariableGuid": "049593F3-4D39EECB-1B077C89-97CCAD99",
|
||||
"InternalVariableName": "Arrow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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'TextRenderComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": null,
|
||||
"VariableGuid": "B760E613-4FC14143-8FCF379E-06376F54",
|
||||
"InternalVariableName": "TextRender"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_Anomaly_Portal_Destination_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.4"
|
||||
}
|
||||
],
|
||||
"AllNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0.SCS_Node_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.6"
|
||||
}
|
||||
],
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_Anomaly_Portal_Destination_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/BP_Anomaly_Portal_Destination.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
1744
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BP_Anomaly_Reflector.json
Normal file
1744
IntoTheRadius2/Content/ITR2/BPs/Anomalies/BP_Anomaly_Reflector.json
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,107 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Boy_01_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Boy_01_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Boy_01.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Boy_01_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Boy_01.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Boy_01_C'Default__BP_DestructibleFigure_Boy_01_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Boy_01.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Boy_01_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Boy_01_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Boy_01.BP_DestructibleFigure_Boy_01_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Boy_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Boy_01/SKM_Destructible_Figure_Boy_01_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Boy_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Boy_01/SM_Destructible_Figure_Boy_01_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 15.0,
|
||||
"Int Timer Delay Max[23]": 35.0,
|
||||
"Timer Time Max[25]": 27.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Boy_01_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Boy_01_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_DestructibleFigure_Boy_01_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Boy_01.3"
|
||||
},
|
||||
"VariableGuid": "B704AA83-4E5E6432-04FE909C-E6D57C33",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Boy_01_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Boy_01_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Boy_01.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Girl_01_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Girl_01_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Girl_01.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Girl_01_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Girl_01.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Girl_01_C'Default__BP_DestructibleFigure_Girl_01_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Girl_01.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Girl_01_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Girl_01_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Girl_01.BP_DestructibleFigure_Girl_01_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Girl_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Girl_01/SKM_Destructible_Figure_Girl_01_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Girl_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Girl_01/SM_Destructible_Figure_Girl_01_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 12.0,
|
||||
"Int Timer Delay Max[23]": 22.0,
|
||||
"Timer Time Min[24]": 8.0,
|
||||
"Timer Time Max[25]": 19.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Girl_01_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Girl_01_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_DestructibleFigure_Girl_01_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Girl_01.3"
|
||||
},
|
||||
"VariableGuid": "11C70E82-40F18655-72E1FF96-FDF86AFB",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Girl_01_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Girl_01_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Girl_01.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,99 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Man_01_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Man_01_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_01.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Man_01_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_01.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Man_01_C'Default__BP_DestructibleFigure_Man_01_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_01.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Man_01_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Man_01_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_01.BP_DestructibleFigure_Man_01_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 17.0,
|
||||
"Int Timer Delay Max[23]": 36.0,
|
||||
"Timer Time Min[24]": 5.0,
|
||||
"Timer Time Max[25]": 20.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Man_01_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Man_01_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_DestructibleFigure_Man_01_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_01.3"
|
||||
},
|
||||
"VariableGuid": "11C70E82-40F18655-72E1FF96-FDF86AFB",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Man_01_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Man_01_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_01.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,107 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Man_02_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Man_02_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_02.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Man_02_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_02.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Man_02_C'Default__BP_DestructibleFigure_Man_02_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_02.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Man_02_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Man_02_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_02.BP_DestructibleFigure_Man_02_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Man_02_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Man_02/SKM_Destructible_Figure_Man_02_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Man_02_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Man_02/SM_Destructible_Figure_Man_02_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 14.0,
|
||||
"Int Timer Delay Max[23]": 28.0,
|
||||
"Timer Time Max[25]": 25.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Man_02_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Man_02_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_DestructibleFigure_Man_02_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_02.3"
|
||||
},
|
||||
"VariableGuid": "11C70E82-40F18655-72E1FF96-FDF86AFB",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Man_02_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Man_02_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Man_02.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_OldMan_01_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_OldMan_01_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_01.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_OldMan_01_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_01.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_OldMan_01_C'Default__BP_DestructibleFigure_OldMan_01_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_01.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_OldMan_01_C",
|
||||
"Name": "Default__BP_DestructibleFigure_OldMan_01_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_01.BP_DestructibleFigure_OldMan_01_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Old_Man_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/OldMan_01/SKM_Destructible_Figure_Old_Man_01_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Old_Man_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/OldMan_01/SM_Destructible_Figure_Old_Man_01_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 14.0,
|
||||
"Int Timer Delay Max[23]": 40.0,
|
||||
"Timer Time Min[24]": 9.0,
|
||||
"Timer Time Max[25]": 32.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_OldMan_01_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_OldMan_01_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_DestructibleFigure_OldMan_01_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_01.3"
|
||||
},
|
||||
"VariableGuid": "11C70E82-40F18655-72E1FF96-FDF86AFB",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_OldMan_01_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_OldMan_01_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_01.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_OldMan_Sitting_01_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_OldMan_Sitting_01_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_Sitting_01.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_OldMan_Sitting_01_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_Sitting_01.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_OldMan_Sitting_01_C'Default__BP_DestructibleFigure_OldMan_Sitting_01_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_Sitting_01.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_OldMan_Sitting_01_C",
|
||||
"Name": "Default__BP_DestructibleFigure_OldMan_Sitting_01_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_Sitting_01.BP_DestructibleFigure_OldMan_Sitting_01_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Old_Man_Sitting_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/OldMan_Sitting_01/SKM_Destructible_Figure_Old_Man_Sitting_01_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Old_Man_Sitting_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/OldMan_Sitting_01/SM_Destructible_Figure_Old_Man_Sitting_01_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 14.0,
|
||||
"Int Timer Delay Max[23]": 26.0,
|
||||
"Timer Time Min[24]": 12.0,
|
||||
"Timer Time Max[25]": 34.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_OldMan_Sitting_01_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_OldMan_Sitting_01_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_DestructibleFigure_OldMan_Sitting_01_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_Sitting_01.3"
|
||||
},
|
||||
"VariableGuid": "629F0EA1-420B2479-C0AD1CAA-B9AE32C9",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_OldMan_Sitting_01_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_OldMan_Sitting_01_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_OldMan_Sitting_01.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Woman_01_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Woman_01_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_01.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Woman_01_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_01.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Woman_01_C'Default__BP_DestructibleFigure_Woman_01_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_01.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Woman_01_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Woman_01_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_01.BP_DestructibleFigure_Woman_01_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Woman_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_01/SKM_Destructible_Figure_Woman_01_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Woman_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_01/SM_Destructible_Figure_Woman_01_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 16.0,
|
||||
"Int Timer Delay Max[23]": 25.0,
|
||||
"Timer Time Min[24]": 12.0,
|
||||
"Timer Time Max[25]": 37.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Woman_01_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Woman_01_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_DestructibleFigure_Woman_01_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_01.3"
|
||||
},
|
||||
"VariableGuid": "629F0EA1-420B2479-C0AD1CAA-B9AE32C9",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Woman_01_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Woman_01_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_01.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Woman_02_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Woman_02_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_02.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Woman_02_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_02.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Woman_02_C'Default__BP_DestructibleFigure_Woman_02_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_02.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Woman_02_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Woman_02_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_02.BP_DestructibleFigure_Woman_02_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Woman_02_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_02/SKM_Destructible_Figure_Woman_02_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Woman_02_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_02/SM_Destructible_Figure_Woman_02_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 10.0,
|
||||
"Int Timer Delay Max[23]": 30.0,
|
||||
"Timer Time Min[24]": 11.0,
|
||||
"Timer Time Max[25]": 33.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Woman_02_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Woman_02_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_DestructibleFigure_Woman_02_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_02.3"
|
||||
},
|
||||
"VariableGuid": "629F0EA1-420B2479-C0AD1CAA-B9AE32C9",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Woman_02_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Woman_02_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_02.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Woman_03_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Woman_03_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_03.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Woman_03_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_03.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Woman_03_C'Default__BP_DestructibleFigure_Woman_03_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_03.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Woman_03_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Woman_03_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_03.BP_DestructibleFigure_Woman_03_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Woman_03_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_03/SKM_Destructible_Figure_Woman_03_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Woman_03_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_03/SM_Destructible_Figure_Woman_03_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 14.0,
|
||||
"Int Timer Delay Max[23]": 26.0,
|
||||
"Timer Time Min[24]": 7.0,
|
||||
"Timer Time Max[25]": 30.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Woman_03_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Woman_03_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_DestructibleFigure_Woman_03_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_03.3"
|
||||
},
|
||||
"VariableGuid": "629F0EA1-420B2479-C0AD1CAA-B9AE32C9",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Woman_03_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Woman_03_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_03.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,108 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DestructibleFigure_Woman_Sitting_01_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DestructibleFigure_Woman_Sitting_01_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_Sitting_01.5"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DestructibleFigure_Woman_Sitting_01_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_Sitting_01.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DestructibleFigure_Woman_Sitting_01_C'Default__BP_DestructibleFigure_Woman_Sitting_01_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_Sitting_01.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DestructibleFigure_Woman_Sitting_01_C",
|
||||
"Name": "Default__BP_DestructibleFigure_Woman_Sitting_01_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_Sitting_01.BP_DestructibleFigure_Woman_Sitting_01_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DestructibleFigureBase_C'Default__BP_DestructibleFigureBase_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigureBase.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SkeletalMeshRef[11]": {
|
||||
"ObjectName": "SkeletalMesh'SKM_Destructible_Figure_Woman_Sitting_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_Sitting_01/SKM_Destructible_Figure_Woman_Sitting_01_a.1"
|
||||
},
|
||||
"StaticMeshRef[12]": {
|
||||
"ObjectName": "StaticMesh'SM_Destructible_Figure_Woman_Sitting_01_a'",
|
||||
"ObjectPath": "/Game/ITR2/Art/Anomalies/DestructibleFigure/Woman_Sitting_01/SM_Destructible_Figure_Woman_Sitting_01_a.2"
|
||||
},
|
||||
"RecreateAfterFractured[15]": true,
|
||||
"RecreateDelay[16]": 10.0,
|
||||
"Int Timer Delay Min[22]": 20.0,
|
||||
"Int Timer Delay Max[23]": 43.0,
|
||||
"Timer Time Min[24]": 7.0,
|
||||
"Timer Time Max[25]": 36.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DestructibleFigure_Woman_Sitting_01_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted"
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DestructibleFigure_Woman_Sitting_01_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_DestructibleFigure_Woman_Sitting_01_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_Sitting_01.3"
|
||||
},
|
||||
"VariableGuid": "629F0EA1-420B2479-C0AD1CAA-B9AE32C9",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DestructibleFigure_Woman_Sitting_01_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DestructibleFigure_Woman_Sitting_01_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DestructibleFigure/BP_DestructibleFigure_Woman_Sitting_01.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,359 @@
|
|||
[
|
||||
{
|
||||
"Type": "AudioComponent",
|
||||
"Name": "AudioIdle_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'AudioComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "AudioComponent'BP_DistortionZonePrototype_C:AudioIdle_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.0"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"AttenuationSettings": {
|
||||
"ObjectName": "SoundAttenuation'Att_Dist_Zone_Idle_Small'",
|
||||
"ObjectPath": "/Game/Sound/Attenuation/Att_Dist_Zone_Idle_Small.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DistortionZonePrototype_15m_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.9"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DistortionZonePrototype_15m_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.3"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DistortionZonePrototype_15m_C'Default__BP_DistortionZonePrototype_15m_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.2"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DistortionZonePrototype_15m_C",
|
||||
"Name": "Default__BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.BP_DistortionZonePrototype_15m_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DistortionZonePrototype_C'Default__BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"bCanBeDamaged": false,
|
||||
"bCanBeInCluster": true,
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'NiagaraComponent'",
|
||||
"ObjectPath": "/Script/Niagara"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_15m_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.4"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "NS_DistortionZone2",
|
||||
"AssociatedGuid": "F0EEFB6C-4DE074F7-062283B2-CD8D8E59"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'AudioComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "AudioComponent'BP_DistortionZonePrototype_15m_C:AudioIdle_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.0"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "AudioIdle",
|
||||
"AssociatedGuid": "0D676C8F-4F9E4564-F618C1BA-D2754298"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_15m_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.10"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "StaticMeshComponent",
|
||||
"AssociatedGuid": "0DFD2C08-4BC96D62-95A80090-A4931F9E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PostProcessComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_15m_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.6"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "ZonePostProcess",
|
||||
"AssociatedGuid": "F0CEB023-49EDFA75-852EE09F-E680EEB0"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PointLightComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_15m_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.5"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "PointLight",
|
||||
"AssociatedGuid": "64818CF0-47E31041-B820FAA2-19F8E55D"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NiagaraComponent",
|
||||
"Name": "NS_DistortionZone2_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'NiagaraComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.24"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"OverrideParameters": {
|
||||
"ParameterData": [
|
||||
0,
|
||||
0,
|
||||
122,
|
||||
68,
|
||||
0,
|
||||
0,
|
||||
250,
|
||||
67,
|
||||
0,
|
||||
0,
|
||||
72,
|
||||
66
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PointLightComponent",
|
||||
"Name": "PointLight_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'PointLightComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.25"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"SourceRadius": 728.0,
|
||||
"SoftSourceRadius": 586.6666,
|
||||
"AttenuationRadius": 1100.0,
|
||||
"RelativeLocation": {
|
||||
"X": -3.382398E-06,
|
||||
"Y": 0.0,
|
||||
"Z": 491.24133
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PostProcessComponent",
|
||||
"Name": "ZonePostProcess_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'PostProcessComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.26"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"Settings": {
|
||||
"bOverride_ColorSaturation": false,
|
||||
"bOverride_ColorContrast": false,
|
||||
"bOverride_ColorGammaMidtones": false,
|
||||
"ColorSaturation": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrast": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGamma": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrastShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGainShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorOffsetShadows": {
|
||||
"X": 0.0,
|
||||
"Y": 0.0,
|
||||
"Z": 0.0,
|
||||
"W": 0.0
|
||||
},
|
||||
"ColorGammaMidtones": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
}
|
||||
},
|
||||
"Priority": 0.0,
|
||||
"BlendWeight": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_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_DistortionZonePrototype_15m_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.7"
|
||||
},
|
||||
"VariableGuid": "2D86E78B-41B9159E-A0B0D39B-3D7F8783",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DistortionZonePrototype_15m_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_15m.8"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMeshComponent_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_15m_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.36"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"StaticMesh": {
|
||||
"ObjectName": "StaticMesh'SM_DistortionZonePrototo_15m'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/DistortionZones_Art/SM_DistortionZonePrototo_15m.2"
|
||||
},
|
||||
"LDMaxDrawDistance": 7500.0,
|
||||
"CachedMaxDrawDistance": 7500.0
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,312 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DistortionZonePrototype_30m_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.8"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DistortionZonePrototype_30m_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DistortionZonePrototype_30m_C'Default__BP_DistortionZonePrototype_30m_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DistortionZonePrototype_30m_C",
|
||||
"Name": "Default__BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.BP_DistortionZonePrototype_30m_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DistortionZonePrototype_C'Default__BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"bCanBeDamaged": false,
|
||||
"bCanBeInCluster": true,
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'NiagaraComponent'",
|
||||
"ObjectPath": "/Script/Niagara"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_30m_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.3"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "NS_DistortionZone2",
|
||||
"AssociatedGuid": "F0EEFB6C-4DE074F7-062283B2-CD8D8E59"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_30m_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.9"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "StaticMeshComponent",
|
||||
"AssociatedGuid": "0DFD2C08-4BC96D62-95A80090-A4931F9E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PostProcessComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_30m_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.5"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "ZonePostProcess",
|
||||
"AssociatedGuid": "F0CEB023-49EDFA75-852EE09F-E680EEB0"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PointLightComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_30m_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.4"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "PointLight",
|
||||
"AssociatedGuid": "64818CF0-47E31041-B820FAA2-19F8E55D"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NiagaraComponent",
|
||||
"Name": "NS_DistortionZone2_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "UScriptClass'NiagaraComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.24"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"OverrideParameters": {
|
||||
"ParameterData": [
|
||||
0,
|
||||
128,
|
||||
187,
|
||||
68,
|
||||
0,
|
||||
0,
|
||||
122,
|
||||
68,
|
||||
0,
|
||||
0,
|
||||
72,
|
||||
67
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PointLightComponent",
|
||||
"Name": "PointLight_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "UScriptClass'PointLightComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.25"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"SourceRadius": 893.3333,
|
||||
"AttenuationRadius": 2100.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PostProcessComponent",
|
||||
"Name": "ZonePostProcess_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "UScriptClass'PostProcessComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.26"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"Settings": {
|
||||
"bOverride_ColorSaturation": false,
|
||||
"bOverride_ColorContrast": false,
|
||||
"bOverride_ColorGammaMidtones": false,
|
||||
"ColorSaturation": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrast": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGamma": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrastShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGainShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorOffsetShadows": {
|
||||
"X": 0.0,
|
||||
"Y": 0.0,
|
||||
"Z": 0.0,
|
||||
"W": 0.0
|
||||
},
|
||||
"ColorGammaMidtones": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
}
|
||||
},
|
||||
"Priority": 0.0,
|
||||
"BlendWeight": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_30m_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_DistortionZonePrototype_30m_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.6"
|
||||
},
|
||||
"VariableGuid": "FFAB7C63-4FA25609-FB2ECCA9-BA7A8653",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DistortionZonePrototype_30m_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_30m.7"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMeshComponent_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_30m_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.36"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"StaticMesh": {
|
||||
"ObjectName": "StaticMesh'SM_DistortionZonePrototo_30m'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/DistortionZones_Art/SM_DistortionZonePrototo_30m.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,316 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DistortionZonePrototype_75m_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.8"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DistortionZonePrototype_75m_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.2"
|
||||
}
|
||||
},
|
||||
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
|
||||
"ClassWithin": {
|
||||
"ObjectName": "Class'Object'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
},
|
||||
"ClassConfigName": "Engine",
|
||||
"bCooked": true,
|
||||
"ClassDefaultObject": {
|
||||
"ObjectName": "BP_DistortionZonePrototype_75m_C'Default__BP_DistortionZonePrototype_75m_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DistortionZonePrototype_75m_C",
|
||||
"Name": "Default__BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.BP_DistortionZonePrototype_75m_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DistortionZonePrototype_C'Default__BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"bCanBeDamaged": false,
|
||||
"bCanBeInCluster": true,
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'NiagaraComponent'",
|
||||
"ObjectPath": "/Script/Niagara"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_75m_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.3"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "NS_DistortionZone2",
|
||||
"AssociatedGuid": "F0EEFB6C-4DE074F7-062283B2-CD8D8E59"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_75m_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.9"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "StaticMeshComponent",
|
||||
"AssociatedGuid": "0DFD2C08-4BC96D62-95A80090-A4931F9E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PostProcessComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_75m_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.5"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "ZonePostProcess",
|
||||
"AssociatedGuid": "F0CEB023-49EDFA75-852EE09F-E680EEB0"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PointLightComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_75m_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.4"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "PointLight",
|
||||
"AssociatedGuid": "64818CF0-47E31041-B820FAA2-19F8E55D"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NiagaraComponent",
|
||||
"Name": "NS_DistortionZone2_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "UScriptClass'NiagaraComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.24"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"OverrideParameters": {
|
||||
"ParameterData": [
|
||||
0,
|
||||
128,
|
||||
187,
|
||||
68,
|
||||
0,
|
||||
128,
|
||||
59,
|
||||
69,
|
||||
0,
|
||||
0,
|
||||
200,
|
||||
67
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PointLightComponent",
|
||||
"Name": "PointLight_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "UScriptClass'PointLightComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.25"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"SourceRadius": 3500.0,
|
||||
"SoftSourceRadius": 1500.0,
|
||||
"AttenuationRadius": 4600.0,
|
||||
"MaxDrawDistance": 11000.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PostProcessComponent",
|
||||
"Name": "ZonePostProcess_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "UScriptClass'PostProcessComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.26"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"Settings": {
|
||||
"bOverride_ColorSaturation": false,
|
||||
"bOverride_ColorContrast": false,
|
||||
"bOverride_ColorGammaMidtones": false,
|
||||
"ColorSaturation": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrast": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGamma": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrastShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGainShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorOffsetShadows": {
|
||||
"X": 0.0,
|
||||
"Y": 0.0,
|
||||
"Z": 0.0,
|
||||
"W": 0.0
|
||||
},
|
||||
"ColorGammaMidtones": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
}
|
||||
},
|
||||
"Priority": 0.0,
|
||||
"BlendWeight": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_75m_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_DistortionZonePrototype_75m_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.6"
|
||||
},
|
||||
"VariableGuid": "AF20E568-49D428BB-D03C2392-CC9E7A1A",
|
||||
"InternalVariableName": "DefaultSceneRoot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DistortionZonePrototype_75m_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_75m.7"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMeshComponent_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_75m_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.36"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"StaticMesh": {
|
||||
"ObjectName": "StaticMesh'SM_DistortionZonePrototo_75m'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/DistortionZones_Art/SM_DistortionZonePrototo_75m.2"
|
||||
},
|
||||
"LDMaxDrawDistance": 10000.0,
|
||||
"CachedMaxDrawDistance": 10000.0
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,393 @@
|
|||
[
|
||||
{
|
||||
"Type": "BlueprintGeneratedClass",
|
||||
"Name": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
||||
"Super": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"SimpleConstructionScript": {
|
||||
"ObjectName": "SimpleConstructionScript'BP_DistortionZonePrototype_Long_C:SimpleConstructionScript_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.10"
|
||||
},
|
||||
"InheritableComponentHandler": {
|
||||
"ObjectName": "InheritableComponentHandler'BP_DistortionZonePrototype_Long_C:InheritableComponentHandler'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.2"
|
||||
}
|
||||
},
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "PointLight1",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'PointLightComponent'",
|
||||
"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_DistortionZonePrototype_Long_C'Default__BP_DistortionZonePrototype_Long_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.1"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "BP_DistortionZonePrototype_Long_C",
|
||||
"Name": "Default__BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.BP_DistortionZonePrototype_Long_C'",
|
||||
"Template": {
|
||||
"ObjectName": "BP_DistortionZonePrototype_C'Default__BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.3"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"bCanBeDamaged": false,
|
||||
"bCanBeInCluster": true,
|
||||
"RemoteRole": "ENetRole::ROLE_SimulatedProxy"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "InheritableComponentHandler",
|
||||
"Name": "InheritableComponentHandler",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'InheritableComponentHandler'",
|
||||
"Flags": "RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Records": [
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'NiagaraComponent'",
|
||||
"ObjectPath": "/Script/Niagara"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_Long_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.3"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "NS_DistortionZone2",
|
||||
"AssociatedGuid": "F0EEFB6C-4DE074F7-062283B2-CD8D8E59"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'StaticMeshComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_Long_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.11"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "StaticMeshComponent",
|
||||
"AssociatedGuid": "0DFD2C08-4BC96D62-95A80090-A4931F9E"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PostProcessComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_Long_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.6"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "ZonePostProcess",
|
||||
"AssociatedGuid": "F0CEB023-49EDFA75-852EE09F-E680EEB0"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"ComponentClass": {
|
||||
"ObjectName": "Class'PointLightComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_Long_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.5"
|
||||
},
|
||||
"ComponentKey": {
|
||||
"OwnerClass": {
|
||||
"ObjectName": "BlueprintGeneratedClass'BP_DistortionZonePrototype_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.2"
|
||||
},
|
||||
"SCSVariableName": "PointLight",
|
||||
"AssociatedGuid": "64818CF0-47E31041-B820FAA2-19F8E55D"
|
||||
},
|
||||
"CookedComponentInstancingData": {
|
||||
"ChangedPropertyList": [],
|
||||
"bHasValidCookedData": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "NiagaraComponent",
|
||||
"Name": "NS_DistortionZone2_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'NiagaraComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "NiagaraComponent'BP_DistortionZonePrototype_C:NS_DistortionZone2_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.24"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"OverrideParameters": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PointLightComponent",
|
||||
"Name": "PointLight1_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'PointLightComponent'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"bUseInverseSquaredFalloff": false,
|
||||
"LightFalloffExponent": 1.0,
|
||||
"SourceRadius": 2000.0,
|
||||
"SoftSourceRadius": 1000.0,
|
||||
"SourceLength": 3000.0,
|
||||
"AttenuationRadius": 4500.0,
|
||||
"MaxDrawDistance": 6000.0,
|
||||
"MaxDistanceFadeRange": 1000.0,
|
||||
"Intensity": 15.0,
|
||||
"LightColor": {
|
||||
"B": 0,
|
||||
"G": 95,
|
||||
"R": 255,
|
||||
"A": 255,
|
||||
"Hex": "FF5F00"
|
||||
},
|
||||
"CastShadows": false,
|
||||
"VolumetricScatteringIntensity": 50.0,
|
||||
"RelativeLocation": {
|
||||
"X": -3957.6396,
|
||||
"Y": 5.0291896E-05,
|
||||
"Z": 890.8293
|
||||
},
|
||||
"RelativeRotation": {
|
||||
"Pitch": -90.0,
|
||||
"Yaw": 360.0,
|
||||
"Roll": 1.8111275E-06
|
||||
},
|
||||
"Mobility": "EComponentMobility::Stationary"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PointLightComponent",
|
||||
"Name": "PointLight_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'PointLightComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_C:PointLight_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.25"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"SourceLength": 3000.0,
|
||||
"AttenuationRadius": 4500.0,
|
||||
"RelativeLocation": {
|
||||
"X": 3591.4346,
|
||||
"Y": 3.877076E-07,
|
||||
"Z": 890.8293
|
||||
},
|
||||
"RelativeRotation": {
|
||||
"Pitch": 90.0,
|
||||
"Yaw": 0.0,
|
||||
"Roll": 0.0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "PostProcessComponent",
|
||||
"Name": "ZonePostProcess_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'PostProcessComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "PostProcessComponent'BP_DistortionZonePrototype_C:ZonePostProcess_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.26"
|
||||
},
|
||||
"Flags": "RF_Public | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"Settings": {
|
||||
"bOverride_ColorSaturation": false,
|
||||
"bOverride_ColorContrast": false,
|
||||
"bOverride_ColorGammaMidtones": false,
|
||||
"ColorSaturation": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrast": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGamma": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorContrastShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorGainShadows": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
},
|
||||
"ColorOffsetShadows": {
|
||||
"X": 0.0,
|
||||
"Y": 0.0,
|
||||
"Z": 0.0,
|
||||
"W": 0.0
|
||||
},
|
||||
"ColorGammaMidtones": {
|
||||
"X": 1.0,
|
||||
"Y": 1.0,
|
||||
"Z": 1.0,
|
||||
"W": 1.0
|
||||
}
|
||||
},
|
||||
"Priority": 0.0,
|
||||
"BlendWeight": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SceneComponent",
|
||||
"Name": "DefaultSceneRoot_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_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_DistortionZonePrototype_Long_C:DefaultSceneRoot_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.7"
|
||||
},
|
||||
"VariableGuid": "C93C6A8E-4E53C581-EBC5B884-DA68A801",
|
||||
"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'PointLightComponent'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
},
|
||||
"ComponentTemplate": {
|
||||
"ObjectName": "PointLightComponent'BP_DistortionZonePrototype_Long_C:PointLight1_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.4"
|
||||
},
|
||||
"ParentComponentOrVariableName": "StaticMeshComponent",
|
||||
"ParentComponentOwnerClassName": "BP_DistortionZonePrototype_C",
|
||||
"VariableGuid": "98BB765F-47CB3407-B9928BB9-65FAE90D",
|
||||
"InternalVariableName": "PointLight1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SimpleConstructionScript",
|
||||
"Name": "SimpleConstructionScript_0",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'SimpleConstructionScript'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_DistortionZonePrototype_Long_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.9"
|
||||
}
|
||||
],
|
||||
"AllNodes": [
|
||||
{
|
||||
"ObjectName": "SCS_Node'BP_DistortionZonePrototype_Long_C:SimpleConstructionScript_0.SCS_Node_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.9"
|
||||
}
|
||||
],
|
||||
"DefaultSceneRootNode": {
|
||||
"ObjectName": "SCS_Node'BP_DistortionZonePrototype_Long_C:SimpleConstructionScript_0.SCS_Node_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype_Long.8"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StaticMeshComponent",
|
||||
"Name": "StaticMeshComponent_GEN_VARIABLE",
|
||||
"Outer": "BP_DistortionZonePrototype_Long_C",
|
||||
"Class": "UScriptClass'StaticMeshComponent'",
|
||||
"Template": {
|
||||
"ObjectName": "StaticMeshComponent'BP_DistortionZonePrototype_C:StaticMeshComponent_GEN_VARIABLE'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/BP_DistortionZonePrototype.36"
|
||||
},
|
||||
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
|
||||
"Properties": {
|
||||
"StaticMesh": {
|
||||
"ObjectName": "StaticMesh'SM_DistortionZonePrototo_Long'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/DistortionZones_Art/SM_DistortionZonePrototo_Long.2"
|
||||
},
|
||||
"LDMaxDrawDistance": 13500.0,
|
||||
"CachedMaxDrawDistance": 13500.0
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,95 @@
|
|||
[
|
||||
{
|
||||
"Type": "Material",
|
||||
"Name": "M_DistortionAshParticles",
|
||||
"Class": "UScriptClass'Material'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"BlendMode": "EBlendMode::BLEND_Translucent",
|
||||
"bUsedWithNiagaraSprites": true,
|
||||
"bCanMaskedBeAssumedOpaque": true,
|
||||
"StateId": "3537C13C-43A6B056-9E8D0084-AF65FB8D",
|
||||
"bIncludedInBaseGame": true,
|
||||
"TextureStreamingData": [
|
||||
{
|
||||
"SamplingScale": 1.0,
|
||||
"UVChannelIndex": 0,
|
||||
"TextureName": "ash_atlas"
|
||||
}
|
||||
]
|
||||
},
|
||||
"LoadedMaterialResources": [],
|
||||
"CachedExpressionData": {
|
||||
"RuntimeEntries": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[1]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[2]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[3]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[4]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[5]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[6]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[7]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"ScalarPrimitiveDataIndexValues": [],
|
||||
"VectorPrimitiveDataIndexValues": [],
|
||||
"ScalarValues": [],
|
||||
"StaticSwitchValues": [],
|
||||
"DynamicSwitchValues": [],
|
||||
"VectorValues": [],
|
||||
"DoubleVectorValues": [],
|
||||
"TextureValues": [],
|
||||
"FontValues": [],
|
||||
"FontPageValues": [],
|
||||
"RuntimeVirtualTextureValues": [],
|
||||
"SparseVolumeTextureValues": [],
|
||||
"ReferencedTextures": [
|
||||
{
|
||||
"ObjectName": "Texture2D'ash_atlas'",
|
||||
"ObjectPath": "/Game/ITR2/Particles/Materials/ash_atlas.0"
|
||||
}
|
||||
],
|
||||
"FunctionInfos": [],
|
||||
"FunctionInfosStateCRC": 4294967295,
|
||||
"ParameterCollectionInfos": [],
|
||||
"GrassTypes": [],
|
||||
"MaterialLayers": {
|
||||
"Layers": [],
|
||||
"Blends": []
|
||||
},
|
||||
"DynamicParameterNames": [],
|
||||
"QualityLevelsUsed": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"bHasMaterialLayers": false,
|
||||
"bHasRuntimeVirtualTextureOutput": false,
|
||||
"bHasSceneColor": false,
|
||||
"bHasPerInstanceCustomData": false,
|
||||
"bHasPerInstanceRandom": false,
|
||||
"bHasVertexInterpolator": false,
|
||||
"PropertyConnectedMask": 3
|
||||
},
|
||||
"ReferencedTextures": [
|
||||
{
|
||||
"ObjectName": "Texture2D'ash_atlas'",
|
||||
"ObjectPath": "/Game/ITR2/Particles/Materials/ash_atlas.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -0,0 +1,95 @@
|
|||
[
|
||||
{
|
||||
"Type": "Material",
|
||||
"Name": "M_DistortionAshParticlesAdditive",
|
||||
"Class": "UScriptClass'Material'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"BlendMode": "EBlendMode::BLEND_Additive",
|
||||
"bUsedWithNiagaraSprites": true,
|
||||
"bCanMaskedBeAssumedOpaque": true,
|
||||
"StateId": "64FB9C82-4EA56875-0C564D8D-D149FCC2",
|
||||
"bIncludedInBaseGame": true,
|
||||
"TextureStreamingData": [
|
||||
{
|
||||
"SamplingScale": 1.0,
|
||||
"UVChannelIndex": 0,
|
||||
"TextureName": "ash_atlas"
|
||||
}
|
||||
]
|
||||
},
|
||||
"LoadedMaterialResources": [],
|
||||
"CachedExpressionData": {
|
||||
"RuntimeEntries": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[1]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[2]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[3]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[4]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[5]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[6]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[7]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"ScalarPrimitiveDataIndexValues": [],
|
||||
"VectorPrimitiveDataIndexValues": [],
|
||||
"ScalarValues": [],
|
||||
"StaticSwitchValues": [],
|
||||
"DynamicSwitchValues": [],
|
||||
"VectorValues": [],
|
||||
"DoubleVectorValues": [],
|
||||
"TextureValues": [],
|
||||
"FontValues": [],
|
||||
"FontPageValues": [],
|
||||
"RuntimeVirtualTextureValues": [],
|
||||
"SparseVolumeTextureValues": [],
|
||||
"ReferencedTextures": [
|
||||
{
|
||||
"ObjectName": "Texture2D'ash_atlas'",
|
||||
"ObjectPath": "/Game/ITR2/Particles/Materials/ash_atlas.0"
|
||||
}
|
||||
],
|
||||
"FunctionInfos": [],
|
||||
"FunctionInfosStateCRC": 4294967295,
|
||||
"ParameterCollectionInfos": [],
|
||||
"GrassTypes": [],
|
||||
"MaterialLayers": {
|
||||
"Layers": [],
|
||||
"Blends": []
|
||||
},
|
||||
"DynamicParameterNames": [],
|
||||
"QualityLevelsUsed": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"bHasMaterialLayers": false,
|
||||
"bHasRuntimeVirtualTextureOutput": false,
|
||||
"bHasSceneColor": false,
|
||||
"bHasPerInstanceCustomData": false,
|
||||
"bHasPerInstanceRandom": false,
|
||||
"bHasVertexInterpolator": false,
|
||||
"PropertyConnectedMask": 3
|
||||
},
|
||||
"ReferencedTextures": [
|
||||
{
|
||||
"ObjectName": "Texture2D'ash_atlas'",
|
||||
"ObjectPath": "/Game/ITR2/Particles/Materials/ash_atlas.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -0,0 +1,532 @@
|
|||
[
|
||||
{
|
||||
"Type": "Material",
|
||||
"Name": "M_DistortionZone_7_2",
|
||||
"Class": "UScriptClass'Material'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"PhysMaterial": {
|
||||
"ObjectName": "PhysicalMaterial'PM_DistortionZone'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/DistortionZones_Art/PM_DistortionZone.0"
|
||||
},
|
||||
"BlendMode": "EBlendMode::BLEND_Translucent",
|
||||
"ShadingModel": "EMaterialShadingModel::MSM_Unlit",
|
||||
"bCastDynamicShadowAsMasked": true,
|
||||
"ShadingModels": {
|
||||
"ShadingModelField": 1
|
||||
},
|
||||
"TwoSided": true,
|
||||
"DitherOpacityMask": true,
|
||||
"bUsesDistortion": true,
|
||||
"bRootNodeOverridesDefaultDistortion": true,
|
||||
"AllowTranslucentCustomDepthWrites": true,
|
||||
"RefractionMethod": "ERefractionMode::RM_IndexOfRefraction",
|
||||
"StateId": "752F779D-4BEFE35D-38736F85-34E75FF2",
|
||||
"bIncludedInBaseGame": true,
|
||||
"TextureStreamingData": [
|
||||
{
|
||||
"SamplingScale": 1.0,
|
||||
"UVChannelIndex": 0,
|
||||
"TextureName": "T_DepthFadeGradient"
|
||||
}
|
||||
]
|
||||
},
|
||||
"LoadedMaterialResources": [],
|
||||
"CachedExpressionData": {
|
||||
"RuntimeEntries": {
|
||||
"ParameterInfoSet": [
|
||||
{
|
||||
"Name": "BaseOpacity",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "RefractFresnelExponent",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "IOR",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "IOR2",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "TimeSpeed",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "NoiseStrength",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "CameraFadeDistance",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "DepthFadeDistrance",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "FadeNoise",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "FresnelExponent",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "FadeStartDistance",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "FadeEndDistance",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
}
|
||||
]
|
||||
},
|
||||
"RuntimeEntries[1]": {
|
||||
"ParameterInfoSet": [
|
||||
{
|
||||
"Name": "Color1",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "Color2",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "FresnelColor",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "NormalSize",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "Color1Inside",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
},
|
||||
{
|
||||
"Name": "Color2Inside",
|
||||
"Association": "EMaterialParameterAssociation::GlobalParameter",
|
||||
"Index": -1
|
||||
}
|
||||
]
|
||||
},
|
||||
"RuntimeEntries[2]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[3]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[4]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[5]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[6]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"RuntimeEntries[7]": {
|
||||
"ParameterInfoSet": []
|
||||
},
|
||||
"ScalarPrimitiveDataIndexValues": [
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1
|
||||
],
|
||||
"VectorPrimitiveDataIndexValues": [
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1,
|
||||
-1
|
||||
],
|
||||
"ScalarValues": [
|
||||
0.7,
|
||||
0.1,
|
||||
2.0,
|
||||
1.0,
|
||||
80.0,
|
||||
100.0,
|
||||
400.0,
|
||||
1000.0,
|
||||
300.0,
|
||||
3.5,
|
||||
2000.0,
|
||||
7500.0
|
||||
],
|
||||
"StaticSwitchValues": [],
|
||||
"DynamicSwitchValues": [],
|
||||
"VectorValues": [
|
||||
{
|
||||
"R": 0.09375,
|
||||
"G": 0.012907,
|
||||
"B": 0.003924,
|
||||
"A": 1.0,
|
||||
"Hex": "561E0C"
|
||||
},
|
||||
{
|
||||
"R": 2.0,
|
||||
"G": 0.3,
|
||||
"B": 0.1,
|
||||
"A": 1.0,
|
||||
"Hex": "FF9559"
|
||||
},
|
||||
{
|
||||
"R": 20.0,
|
||||
"G": 0.5,
|
||||
"B": 0.2,
|
||||
"A": 1.0,
|
||||
"Hex": "FFBC7C"
|
||||
},
|
||||
{
|
||||
"R": 2048.0,
|
||||
"G": 20478.0,
|
||||
"B": 2048.0,
|
||||
"A": 0.0,
|
||||
"Hex": "FFFFFF"
|
||||
},
|
||||
{
|
||||
"R": 1.5,
|
||||
"G": 0.2,
|
||||
"B": 0.101092,
|
||||
"A": 1.0,
|
||||
"Hex": "FF7C59"
|
||||
},
|
||||
{
|
||||
"R": 2.0,
|
||||
"G": 0.321466,
|
||||
"B": 0.153598,
|
||||
"A": 1.0,
|
||||
"Hex": "FF9A6D"
|
||||
}
|
||||
],
|
||||
"DoubleVectorValues": [],
|
||||
"TextureValues": [],
|
||||
"FontValues": [],
|
||||
"FontPageValues": [],
|
||||
"RuntimeVirtualTextureValues": [],
|
||||
"SparseVolumeTextureValues": [],
|
||||
"ReferencedTextures": [
|
||||
{
|
||||
"ObjectName": "Texture2D'BaseFlattenNormalMap'",
|
||||
"ObjectPath": "/Engine/EngineMaterials/BaseFlattenNormalMap.0"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Texture2D'DefaultNormal_Uncompressed'",
|
||||
"ObjectPath": "/Engine/EngineMaterials/DefaultNormal_Uncompressed.0"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Texture2D'water_n'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/ExampleContent/Textures/water_n.0"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Texture2D'T_DepthFadeGradient'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/DistortionZones_Art/T_DepthFadeGradient.0"
|
||||
}
|
||||
],
|
||||
"FunctionInfos": [
|
||||
{
|
||||
"StateId": "B7C71B91-4E2BB667-772D6CBE-2AB55665",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'LinearGradient'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/Gradient/LinearGradient.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "1F3C7ECC-4653CAFB-2A6AEE82-B1F2F3A5",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'CheapContrast'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/ImageAdjustment/CheapContrast.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "B7C71B91-4E2BB667-772D6CBE-2AB55665",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'LinearGradient'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/Gradient/LinearGradient.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "1F3C7ECC-4653CAFB-2A6AEE82-B1F2F3A5",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'CheapContrast'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/ImageAdjustment/CheapContrast.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "5B938C50-440B6892-955AD79F-CD1A8337",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'BreakOutFloat3Components'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat3Components.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "C330DE33-4A86FAB2-7255B1AC-3A6AC1B4",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'Transform3x3Matrix'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Math/Transform3x3Matrix.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "972EFAAA-4C1C2B16-4BC287A2-B11C51DA",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'SafeNormalize'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/SafeNormalize.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "972EFAAA-4C1C2B16-4BC287A2-B11C51DA",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'SafeNormalize'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/SafeNormalize.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "B404464D-42313D79-E67091AA-AD61BE51",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'CreateThirdOrthogonalVector'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Math/CreateThirdOrthogonalVector.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "E6A85460-4E707DD6-EBF457B4-A3E80A43",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'MakeFloat3'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/MakeFloat3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "B7C71B91-4E2BB667-772D6CBE-2AB55665",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'LinearGradient'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/Gradient/LinearGradient.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "1F3C7ECC-4653CAFB-2A6AEE82-B1F2F3A5",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'CheapContrast'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/ImageAdjustment/CheapContrast.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "5B938C50-440B6892-955AD79F-CD1A8337",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'BreakOutFloat3Components'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat3Components.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "B7C71B91-4E2BB667-772D6CBE-2AB55665",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'LinearGradient'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/Gradient/LinearGradient.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "1F3C7ECC-4653CAFB-2A6AEE82-B1F2F3A5",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'CheapContrast'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/ImageAdjustment/CheapContrast.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "5B938C50-440B6892-955AD79F-CD1A8337",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'BreakOutFloat3Components'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat3Components.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "C330DE33-4A86FAB2-7255B1AC-3A6AC1B4",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'Transform3x3Matrix'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Math/Transform3x3Matrix.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "972EFAAA-4C1C2B16-4BC287A2-B11C51DA",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'SafeNormalize'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/SafeNormalize.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "972EFAAA-4C1C2B16-4BC287A2-B11C51DA",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'SafeNormalize'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/SafeNormalize.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "B404464D-42313D79-E67091AA-AD61BE51",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'CreateThirdOrthogonalVector'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Math/CreateThirdOrthogonalVector.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "E6A85460-4E707DD6-EBF457B4-A3E80A43",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'MakeFloat3'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/MakeFloat3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "E6A85460-4E707DD6-EBF457B4-A3E80A43",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'MakeFloat3'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/MakeFloat3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "2C1DDB6E-406BC9FC-1D4141A1-7C82122A",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'BreakOutFloat2Components'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "E6A85460-4E707DD6-EBF457B4-A3E80A43",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'MakeFloat3'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/MakeFloat3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "2C1DDB6E-406BC9FC-1D4141A1-7C82122A",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'BreakOutFloat2Components'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "E6A85460-4E707DD6-EBF457B4-A3E80A43",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'MakeFloat3'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/MakeFloat3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "2C1DDB6E-406BC9FC-1D4141A1-7C82122A",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'BreakOutFloat2Components'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "2BF7C43C-4A3799C4-F55B908F-E2320BF3",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'WorldAlignedNormals_HighQuality'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/WorldAlignedNormals_HighQuality.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "5758D953-4EE418F2-049BDB96-B59FB29D",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'WorldAlignedNormal'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions01/Texturing/WorldAlignedNormal.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "E6A85460-4E707DD6-EBF457B4-A3E80A43",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'MakeFloat3'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/MakeFloat3.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "50EBF8C6-4FF5F3EF-E9520A92-C416A78F",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'CameraDirectionVector'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/CameraDirectionVector.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "073623F3-4EECE6DA-9851CC96-5B49AE44",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'DynamicBranch'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/DynamicBranch.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"StateId": "073623F3-4EECE6DA-9851CC96-5B49AE44",
|
||||
"Function": {
|
||||
"ObjectName": "MaterialFunction'DynamicBranch'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/Utility/DynamicBranch.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionInfosStateCRC": 3032821298,
|
||||
"ParameterCollectionInfos": [],
|
||||
"GrassTypes": [],
|
||||
"MaterialLayers": {
|
||||
"Layers": [],
|
||||
"Blends": []
|
||||
},
|
||||
"DynamicParameterNames": [],
|
||||
"QualityLevelsUsed": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"bHasMaterialLayers": false,
|
||||
"bHasRuntimeVirtualTextureOutput": false,
|
||||
"bHasSceneColor": false,
|
||||
"bHasPerInstanceCustomData": false,
|
||||
"bHasPerInstanceRandom": false,
|
||||
"bHasVertexInterpolator": false,
|
||||
"PropertyConnectedMask": 529415
|
||||
},
|
||||
"ReferencedTextures": [
|
||||
{
|
||||
"ObjectName": "Texture2D'BaseFlattenNormalMap'",
|
||||
"ObjectPath": "/Engine/EngineMaterials/BaseFlattenNormalMap.0"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Texture2D'DefaultNormal_Uncompressed'",
|
||||
"ObjectPath": "/Engine/EngineMaterials/DefaultNormal_Uncompressed.0"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Texture2D'water_n'",
|
||||
"ObjectPath": "/Engine/Functions/Engine_MaterialFunctions02/ExampleContent/Textures/water_n.0"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Texture2D'T_DepthFadeGradient'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/Anomalies/DistortionZones/DistortionZones_Art/T_DepthFadeGradient.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"Type": "PhysicalMaterial",
|
||||
"Name": "PM_DistortionZone",
|
||||
"Class": "UScriptClass'PhysicalMaterial'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,132 @@
|
|||
[
|
||||
{
|
||||
"Type": "Texture2D",
|
||||
"Name": "T_DepthFadeGradient",
|
||||
"Class": "UScriptClass'Texture2D'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ImportedSize": {
|
||||
"X": 512,
|
||||
"Y": 32
|
||||
},
|
||||
"LightingGuid": "853E1CE5-413170F5-D745899A-510B47FA"
|
||||
},
|
||||
"SizeX": 512,
|
||||
"SizeY": 32,
|
||||
"PackedData": 1,
|
||||
"PixelFormat": "PF_DXT1",
|
||||
"FirstMipToSerialize": 0,
|
||||
"Mips": [
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_PayloadAtEndOfFile | BULKDATA_PayloadInSeperateFile | BULKDATA_Force_NOT_InlinePayload | BULKDATA_NoOffsetFixUp",
|
||||
"ElementCount": 8192,
|
||||
"SizeOnDisk": 8192,
|
||||
"OffsetInFile": "0x0"
|
||||
},
|
||||
"SizeX": 512,
|
||||
"SizeY": 32,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_PayloadAtEndOfFile | BULKDATA_PayloadInSeperateFile | BULKDATA_Force_NOT_InlinePayload | BULKDATA_NoOffsetFixUp",
|
||||
"ElementCount": 2048,
|
||||
"SizeOnDisk": 2048,
|
||||
"OffsetInFile": "0x2000"
|
||||
},
|
||||
"SizeX": 256,
|
||||
"SizeY": 16,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_PayloadAtEndOfFile | BULKDATA_PayloadInSeperateFile | BULKDATA_Force_NOT_InlinePayload | BULKDATA_NoOffsetFixUp",
|
||||
"ElementCount": 512,
|
||||
"SizeOnDisk": 512,
|
||||
"OffsetInFile": "0x2800"
|
||||
},
|
||||
"SizeX": 128,
|
||||
"SizeY": 8,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 128,
|
||||
"SizeOnDisk": 128,
|
||||
"OffsetInFile": "0x9E"
|
||||
},
|
||||
"SizeX": 64,
|
||||
"SizeY": 4,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 64,
|
||||
"SizeOnDisk": 64,
|
||||
"OffsetInFile": "0x12E"
|
||||
},
|
||||
"SizeX": 32,
|
||||
"SizeY": 2,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 32,
|
||||
"SizeOnDisk": 32,
|
||||
"OffsetInFile": "0x17E"
|
||||
},
|
||||
"SizeX": 16,
|
||||
"SizeY": 1,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 16,
|
||||
"SizeOnDisk": 16,
|
||||
"OffsetInFile": "0x1AE"
|
||||
},
|
||||
"SizeX": 8,
|
||||
"SizeY": 1,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 8,
|
||||
"SizeOnDisk": 8,
|
||||
"OffsetInFile": "0x1CE"
|
||||
},
|
||||
"SizeX": 4,
|
||||
"SizeY": 1,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 8,
|
||||
"SizeOnDisk": 8,
|
||||
"OffsetInFile": "0x1E6"
|
||||
},
|
||||
"SizeX": 2,
|
||||
"SizeY": 1,
|
||||
"SizeZ": 1
|
||||
},
|
||||
{
|
||||
"BulkData": {
|
||||
"BulkDataFlags": "BULKDATA_SingleUse | BULKDATA_ForceInlinePayload",
|
||||
"ElementCount": 8,
|
||||
"SizeOnDisk": 8,
|
||||
"OffsetInFile": "0x1FE"
|
||||
},
|
||||
"SizeX": 1,
|
||||
"SizeY": 1,
|
||||
"SizeZ": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue