ITR2_ASSET/IntoTheRadius2/Content/ITR2/BPs/Anomalies/BPC_AnomalyTeleportation.json

851 lines
No EOL
29 KiB
JSON

[
{
"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"
}
]