ITR2_ASSET/IntoTheRadius2/Content/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.json

847 lines
28 KiB
JSON
Raw Normal View History

2024-11-28 06:17:42 +00:00
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Super": {
"ObjectName": "BlueprintGeneratedClass'BP_LevelEventBase_C'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_LevelEventBase.0"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NumReplicatedProperties": 1,
"Timelines": [
{
"ObjectName": "TimelineTemplate'BP_MovingObjectLevelEvent_C:MovementTimeline_Template'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.17"
}
],
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BP_MovingObjectLevelEvent_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.15"
},
"InheritableComponentHandler": {
"ObjectName": "InheritableComponentHandler'BP_MovingObjectLevelEvent_C:InheritableComponentHandler'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.11"
},
"UberGraphFunction": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:ExecuteUbergraph_BP_MovingObjectLevelEvent'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.4"
}
},
"Children": [
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:BeginEvent'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.3"
},
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:MovementTimeline__FinishedFunc'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.5"
},
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:MovementTimeline__UpdateFunc'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.6"
},
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.10"
},
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:Multicast_StartMoving'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.9"
},
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:Multicast_EventFinished'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.7"
},
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:Multicast_EventStarted'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.8"
},
{
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:ExecuteUbergraph_BP_MovingObjectLevelEvent'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.4"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "StaticMesh",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'StaticMeshComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "MovementTimeline_NormalizedMovement_68E51DCC4096A25F2D3D45A58789E7C6",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4
},
{
"Type": "ByteProperty",
"Name": "MovementTimeline__Direction_68E51DCC4096A25F2D3D45A58789E7C6",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'ETimelineDirection'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "MovementTimeline",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'TimelineComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "StartDestination",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "EndDestination",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "RandomSpread",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "RandomDirection",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "MovementDuration",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "BoolProperty",
"Name": "Direction",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | Net | DisableEditOnInstance",
"RepIndex": 10,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "AlignToMovement",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"ExecuteUbergraph_BP_MovingObjectLevelEvent": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:ExecuteUbergraph_BP_MovingObjectLevelEvent'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.4"
},
"Multicast_EventStarted": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:Multicast_EventStarted'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.8"
},
"Multicast_EventFinished": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:Multicast_EventFinished'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.7"
},
"Multicast_StartMoving": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:Multicast_StartMoving'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.9"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.10"
},
"MovementTimeline__UpdateFunc": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:MovementTimeline__UpdateFunc'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.6"
},
"MovementTimeline__FinishedFunc": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:MovementTimeline__FinishedFunc'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.5"
},
"BeginEvent": {
"ObjectName": "Function'BP_MovingObjectLevelEvent_C:BeginEvent'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.3"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BP_MovingObjectLevelEvent_C'Default__BP_MovingObjectLevelEvent_C'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BP_MovingObjectLevelEvent_C",
"Name": "Default__BP_MovingObjectLevelEvent_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.BP_MovingObjectLevelEvent_C'",
"Template": {
"ObjectName": "BP_LevelEventBase_C'Default__BP_LevelEventBase_C'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_LevelEventBase.1"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"StartDestination[5]": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"EndDestination[6]": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"RandomSpread[7]": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"RandomDirection[8]": true,
"MovementDuration[9]": 10.0,
"AlignToMovement[11]": true,
"RemoteRole": "ENetRole::ROLE_SimulatedProxy"
}
},
{
"Type": "CurveFloat",
"Name": "CurveFloat_0",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'CurveFloat'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"FloatCurve": {
"Keys": [
{
"InterpMode": "RCIM_Linear",
"TangentMode": "RCTM_Auto",
"TangentWeightMode": "RCTWM_WeightedNone",
"Time": 0.0,
"Value": 0.0,
"ArriveTangent": 0.0,
"ArriveTangentWeight": 0.0,
"LeaveTangent": 0.0,
"LeaveTangentWeight": 0.0
},
{
"InterpMode": "RCIM_Linear",
"TangentMode": "RCTM_Auto",
"TangentWeightMode": "RCTWM_WeightedNone",
"Time": 1.0,
"Value": 1.0,
"ArriveTangent": 0.0,
"ArriveTangentWeight": 0.0,
"LeaveTangent": 0.0,
"LeaveTangentWeight": 0.0
}
]
}
}
},
{
"Type": "Function",
"Name": "BeginEvent",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'BP_LevelEventBase_C:BeginEvent'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_LevelEventBase.2"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "CallFunc_RandomUnitVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_RandomUnitVector_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Multiply_VectorVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_RandomBool_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_Multiply_VectorVector_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": "StructProperty",
"Name": "CallFunc_Add_VectorVector_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BP_MovingObjectLevelEvent",
"Outer": "BP_MovingObjectLevelEvent_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": "BoolProperty",
"Name": "CallFunc_IsServer_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_StartPos",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_EndPos",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_Dir",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_FindLookAtRotation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_FindLookAtRotation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_SelectRotator_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_K2_SetActorRotation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "StructProperty",
"Name": "CallFunc_VLerp_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"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": "FloatProperty",
"Name": "CallFunc_SetPlayRate_NewRate_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "MovementTimeline__FinishedFunc",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "MovementTimeline__UpdateFunc",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Multicast_EventFinished",
"Outer": "BP_MovingObjectLevelEvent_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_EventStarted",
"Outer": "BP_MovingObjectLevelEvent_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_StartMoving",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "StartPos",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "EndPos",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "Dir",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Net | FUNC_NetReliable | FUNC_NetMulticast | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'BP_LevelEventBase_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_LevelEventBase.5"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
},
{
"Type": "InheritableComponentHandler",
"Name": "InheritableComponentHandler",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'InheritableComponentHandler'",
"Flags": "RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SceneComponent",
"Name": "DefaultSceneRoot_GEN_VARIABLE",
"Outer": "BP_MovingObjectLevelEvent_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_MovingObjectLevelEvent_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.12"
},
"VariableGuid": "26C6254E-4250970E-F134AF8C-6B79B21C",
"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'StaticMeshComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "StaticMeshComponent'BP_MovingObjectLevelEvent_C:StaticMesh_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.16"
},
"ParentComponentOrVariableName": "DefaultSceneRoot",
"ParentComponentOwnerClassName": "BP_LevelEventBase_C",
"VariableGuid": "C7F35186-41361806-59FAFFB7-72B9B8FC",
"InternalVariableName": "StaticMesh"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BP_MovingObjectLevelEvent_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.14"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BP_MovingObjectLevelEvent_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.14"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BP_MovingObjectLevelEvent_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.13"
}
}
},
{
"Type": "StaticMeshComponent",
"Name": "StaticMesh_GEN_VARIABLE",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'StaticMeshComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BodyInstance": {
"ObjectType": "ECollisionChannel::ECC_WorldStatic",
"CollisionEnabled": "ECollisionEnabled::NoCollision",
"CollisionProfileName": "NoCollision",
"CollisionResponses": {
"ResponseArray": [
{
"Channel": "WorldStatic",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "WorldDynamic",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "Pawn",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"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_Ignore"
},
{
"Channel": "EngineTraceChannel2",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "EngineTraceChannel3",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "EngineTraceChannel4",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "EngineTraceChannel5",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "EngineTraceChannel6",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "Trigger",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "RadiusItem",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "GameTraceChannel12",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "GameTraceChannel13",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "GameTraceChannel14",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "GameTraceChannel15",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "GameTraceChannel16",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "GameTraceChannel17",
"Response": "ECollisionResponse::ECR_Ignore"
},
{
"Channel": "GameTraceChannel18",
"Response": "ECollisionResponse::ECR_Ignore"
}
]
}
}
}
},
{
"Type": "TimelineTemplate",
"Name": "MovementTimeline_Template",
"Outer": "BP_MovingObjectLevelEvent_C",
"Class": "UScriptClass'TimelineTemplate'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"TimelineLength": 1.0,
"FloatTracks": [
{
"CurveFloat": {
"ObjectName": "CurveFloat'BP_MovingObjectLevelEvent_C:CurveFloat_0'",
"ObjectPath": "/Game/ITR2/BPs/Misc/Events/BP_MovingObjectLevelEvent.2"
},
"PropertyName": "MovementTimeline_NormalizedMovement_68E51DCC4096A25F2D3D45A58789E7C6",
"TrackName": "NormalizedMovement",
"bIsExternalCurve": false
}
],
"TimelineGuid": "68E51DCC-4096A25F-2D3D45A5-8789E7C6",
"VariableName": "MovementTimeline",
"DirectionPropertyName": "MovementTimeline__Direction_68E51DCC4096A25F2D3D45A58789E7C6",
"UpdateFunctionName": "MovementTimeline__UpdateFunc",
"FinishedFunctionName": "MovementTimeline__FinishedFunc"
}
}
]