1096 lines
No EOL
32 KiB
JSON
1096 lines
No EOL
32 KiB
JSON
[
|
|
{
|
|
"Type": "BlueprintGeneratedClass",
|
|
"Name": "BPC_PhysAnim_C",
|
|
"Class": "UScriptClass'BlueprintGeneratedClass'",
|
|
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
|
"Properties": {
|
|
"UberGraphFunction": {
|
|
"ObjectName": "Function'BPC_PhysAnim_C:ExecuteUbergraph_BPC_PhysAnim'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.2"
|
|
}
|
|
},
|
|
"SuperStruct": {
|
|
"ObjectName": "Class'ActorComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
},
|
|
"Children": [
|
|
{
|
|
"ObjectName": "Function'BPC_PhysAnim_C:TraceForDecal'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.6"
|
|
},
|
|
{
|
|
"ObjectName": "Function'BPC_PhysAnim_C:Hit'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.3"
|
|
},
|
|
{
|
|
"ObjectName": "Function'BPC_PhysAnim_C:ReceiveTick'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.5"
|
|
},
|
|
{
|
|
"ObjectName": "Function'BPC_PhysAnim_C:ReceiveBeginPlay'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.4"
|
|
},
|
|
{
|
|
"ObjectName": "Function'BPC_PhysAnim_C:ExecuteUbergraph_BPC_PhysAnim'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.2"
|
|
}
|
|
],
|
|
"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": "SKMesh",
|
|
"Flags": "RF_Public | RF_LoadCompleted",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'SkeletalMeshComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "PhysAnimComp",
|
|
"Flags": "RF_Public | RF_LoadCompleted",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'PhysicalAnimationComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "timer",
|
|
"Flags": "RF_Public | RF_LoadCompleted",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
|
},
|
|
{
|
|
"Type": "NameProperty",
|
|
"Name": "LastHitBone",
|
|
"Flags": "RF_Public | RF_LoadCompleted",
|
|
"ElementSize": 12,
|
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "LastImpulse",
|
|
"Flags": "RF_Public | RF_LoadCompleted",
|
|
"ElementSize": 24,
|
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "LastHitLoc",
|
|
"Flags": "RF_Public | RF_LoadCompleted",
|
|
"ElementSize": 24,
|
|
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "Enabled",
|
|
"Flags": "RF_Public | RF_LoadCompleted",
|
|
"ElementSize": 1,
|
|
"PropertyFlags": "Edit | BlueprintVisible",
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
}
|
|
],
|
|
"FuncMap": {
|
|
"ExecuteUbergraph_BPC_PhysAnim": {
|
|
"ObjectName": "Function'BPC_PhysAnim_C:ExecuteUbergraph_BPC_PhysAnim'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.2"
|
|
},
|
|
"ReceiveBeginPlay": {
|
|
"ObjectName": "Function'BPC_PhysAnim_C:ReceiveBeginPlay'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.4"
|
|
},
|
|
"ReceiveTick": {
|
|
"ObjectName": "Function'BPC_PhysAnim_C:ReceiveTick'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.5"
|
|
},
|
|
"Hit": {
|
|
"ObjectName": "Function'BPC_PhysAnim_C:Hit'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.3"
|
|
},
|
|
"TraceForDecal": {
|
|
"ObjectName": "Function'BPC_PhysAnim_C:TraceForDecal'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.6"
|
|
}
|
|
},
|
|
"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_PhysAnim_C'Default__BPC_PhysAnim_C'",
|
|
"ObjectPath": "/Game/ITR2/BPs/AI/BPC_PhysAnim.1"
|
|
},
|
|
"EditorTags": {
|
|
"BlueprintType": "BPTYPE_Normal"
|
|
}
|
|
},
|
|
{
|
|
"Type": "BPC_PhysAnim_C",
|
|
"Name": "Default__BPC_PhysAnim_C",
|
|
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/AI/BPC_PhysAnim.BPC_PhysAnim_C'",
|
|
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
|
"Properties": {
|
|
"UberGraphFrame": {},
|
|
"timer[3]": 2.0,
|
|
"LastImpulse[5]": {
|
|
"X": 0.0,
|
|
"Y": 0.0,
|
|
"Z": 0.0
|
|
},
|
|
"LastHitLoc[6]": {
|
|
"X": 0.0,
|
|
"Y": 0.0,
|
|
"Z": 0.0
|
|
},
|
|
"Enabled[7]": true,
|
|
"PrimaryComponentTick": {
|
|
"bCanEverTick": true,
|
|
"bStartWithTickEnabled": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Type": "Function",
|
|
"Name": "ExecuteUbergraph_BPC_PhysAnim",
|
|
"Outer": "BPC_PhysAnim_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": "K2Node_CustomEvent_Hit",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 240,
|
|
"PropertyFlags": "ContainsInstancedReference",
|
|
"Struct": {
|
|
"ObjectName": "Class'HitResult'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "K2Node_CustomEvent_Impulse",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "K2Node_CustomEvent_BulletLoc",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "CallFunc_IsValid_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_Normal_ReturnValue",
|
|
"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_BreakHitResult_bBlockingHit",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "CallFunc_BreakHitResult_bInitialOverlap",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"Type": "FloatProperty",
|
|
"Name": "CallFunc_BreakHitResult_Time",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "FloatProperty",
|
|
"Name": "CallFunc_BreakHitResult_Distance",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_Location",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_ImpactPoint",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_Normal",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_ImpactNormal",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_BreakHitResult_PhysMat",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'PhysicalMaterial'",
|
|
"ObjectPath": "/Script/PhysicsCore"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitActor",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'Actor'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitComponent",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "InstancedReference",
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'PrimitiveComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "NameProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitBoneName",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "NameProperty",
|
|
"Name": "CallFunc_BreakHitResult_BoneName",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "IntProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitItem",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "IntProperty",
|
|
"Name": "CallFunc_BreakHitResult_ElementIndex",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "IntProperty",
|
|
"Name": "CallFunc_BreakHitResult_FaceIndex",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_TraceStart",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_TraceEnd",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "CallFunc_EqualEqual_NameName_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"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": "NameProperty",
|
|
"Name": "CallFunc_MakeLiteralName_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "FloatProperty",
|
|
"Name": "K2Node_Event_DeltaSeconds",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_FInterpTo_Constant_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "NameProperty",
|
|
"Name": "CallFunc_MakeLiteralName_ReturnValue_1",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_FMin_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"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": "NameProperty",
|
|
"Name": "Temp_name_Variable",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_GetOwner_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'Actor'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_AddComponentByClass_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "InstancedReference",
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'PhysicalAnimationComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_GetComponentByClass_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "InstancedReference",
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'SkeletalMeshComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_RandomFloatInRange_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_MakeVector_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_Add_VectorVector_ReturnValue_1",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "Temp_bool_Variable",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"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": "NameProperty",
|
|
"Name": "K2Node_Select_Default",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_FInterpTo_Constant_DeltaTime_ImplicitCast",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "FloatProperty",
|
|
"Name": "CallFunc_SetAllBodiesBelowPhysicsBlendWeight_PhysicsBlendWeight_ImplicitCast",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
}
|
|
],
|
|
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
|
|
},
|
|
{
|
|
"Type": "Function",
|
|
"Name": "Hit",
|
|
"Outer": "BPC_PhysAnim_C",
|
|
"Class": "UScriptClass'Function'",
|
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
|
"ChildProperties": [
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "Hit",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 240,
|
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | ContainsInstancedReference",
|
|
"Struct": {
|
|
"ObjectName": "Class'HitResult'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "Impulse",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "BulletLoc",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
}
|
|
],
|
|
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
|
},
|
|
{
|
|
"Type": "Function",
|
|
"Name": "ReceiveBeginPlay",
|
|
"Outer": "BPC_PhysAnim_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_PhysAnim_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": "TraceForDecal",
|
|
"Outer": "BPC_PhysAnim_C",
|
|
"Class": "UScriptClass'Function'",
|
|
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
|
"ChildProperties": [
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "Start",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "End",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "IntProperty",
|
|
"Name": "Temp_int_Variable",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "Temp_object_Variable",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'MaterialInterface'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "Temp_object_Variable_1",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'MaterialInterface'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "Temp_object_Variable_2",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'MaterialInterface'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "Temp_object_Variable_3",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'MaterialInterface'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_RandomFloatInRange_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": "IntProperty",
|
|
"Name": "CallFunc_RandomIntegerInRange_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "ArrayProperty",
|
|
"Name": "K2Node_MakeArray_Array",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 16,
|
|
"PropertyFlags": "ConstParm | ReferenceParm",
|
|
"Inner": {
|
|
"Type": "ObjectProperty",
|
|
"Name": "K2Node_MakeArray_Array",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'Actor'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_LineTraceSingleByProfile_OutHit",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 240,
|
|
"PropertyFlags": "ContainsInstancedReference",
|
|
"Struct": {
|
|
"ObjectName": "Class'HitResult'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "CallFunc_LineTraceSingleByProfile_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "K2Node_Select_Default",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'MaterialInterface'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "CallFunc_BreakHitResult_bBlockingHit",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"Type": "BoolProperty",
|
|
"Name": "CallFunc_BreakHitResult_bInitialOverlap",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 1,
|
|
"FieldSize": 1,
|
|
"ByteOffset": 0,
|
|
"ByteMask": 1,
|
|
"FieldMask": 255,
|
|
"BoolSize": 1,
|
|
"bIsNativeBool": true
|
|
},
|
|
{
|
|
"Type": "FloatProperty",
|
|
"Name": "CallFunc_BreakHitResult_Time",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "FloatProperty",
|
|
"Name": "CallFunc_BreakHitResult_Distance",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_Location",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_ImpactPoint",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_Normal",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_ImpactNormal",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_BreakHitResult_PhysMat",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'PhysicalMaterial'",
|
|
"ObjectPath": "/Script/PhysicsCore"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitActor",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'Actor'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitComponent",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "InstancedReference",
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'PrimitiveComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "NameProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitBoneName",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "NameProperty",
|
|
"Name": "CallFunc_BreakHitResult_BoneName",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 12
|
|
},
|
|
{
|
|
"Type": "IntProperty",
|
|
"Name": "CallFunc_BreakHitResult_HitItem",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "IntProperty",
|
|
"Name": "CallFunc_BreakHitResult_ElementIndex",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "IntProperty",
|
|
"Name": "CallFunc_BreakHitResult_FaceIndex",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_TraceStart",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_BreakHitResult_TraceEnd",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_RandomFloatInRange_ReturnValue_1",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_MakeRotFromX_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Rotator'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_RotatorFromAxisAndAngle_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Rotator'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_MapRangeClamped_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_ComposeRotators_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Rotator'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_Conv_DoubleToVector_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_BreakVector_X",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_BreakVector_Y",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_BreakVector_Z",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "StructProperty",
|
|
"Name": "CallFunc_MakeVector_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 24,
|
|
"Struct": {
|
|
"ObjectName": "Class'Vector'",
|
|
"ObjectPath": "/Script/CoreUObject"
|
|
}
|
|
},
|
|
{
|
|
"Type": "ObjectProperty",
|
|
"Name": "CallFunc_SpawnDecalAtLocation_ReturnValue",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8,
|
|
"PropertyFlags": "InstancedReference",
|
|
"PropertyClass": {
|
|
"ObjectName": "Class'DecalComponent'",
|
|
"ObjectPath": "/Script/Engine"
|
|
}
|
|
},
|
|
{
|
|
"Type": "DoubleProperty",
|
|
"Name": "CallFunc_MapRangeClamped_Value_ImplicitCast",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 8
|
|
},
|
|
{
|
|
"Type": "FloatProperty",
|
|
"Name": "CallFunc_RotatorFromAxisAndAngle_Angle_ImplicitCast",
|
|
"Flags": "RF_Public",
|
|
"ElementSize": 4
|
|
}
|
|
],
|
|
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
|
}
|
|
] |