dump: [json] pakchunk0_s4

This commit is contained in:
merith-tk 2024-11-27 22:17:42 -08:00
parent a0202f19ac
commit 184f12fe9d
2029 changed files with 13029077 additions and 0 deletions

View file

@ -0,0 +1,110 @@
[
{
"Type": "AnimSequence",
"Name": "A_XRHand_Grab_Right",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultAnimBoneCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"TargetFrameRate": {
"Numerator": 1
},
"PlatformTargetFrameRate": {
"bCooked": true,
"Default": {
"Numerator": 1,
"Denominator": 1
},
"Value": {
"Numerator": 1,
"Denominator": 1
}
},
"SequenceLength": 1.0,
"Skeleton": {
"ObjectName": "Skeleton'SK_MannequinsXR'",
"ObjectPath": "/Game/_VRE/Core/GraspingHands/VRHandMeshes/Meshes/SK_MannequinsXR.1"
}
},
"SkeletonGuid": "6F162D75-41B8A9EB-E74A039B-B3CD67FE",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 2,
"KeyEncodingFormat": "AKF_PerTrackCompression",
"TranslationCompressionFormat": "ACF_Identity",
"RotationCompressionFormat": "ACF_Identity",
"ScaleCompressionFormat": "ACF_Identity"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_PerTrackCompression'DefaultAnimBoneCompressionSettings:AnimCompress_PerTrackCompression_0'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 4888
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,728 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Super": {
"ObjectName": "BlueprintGeneratedClass'BPC_PlayerCharacterHolster_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.0"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:ExecuteUbergraph_BPC_AutoReturnHolster'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.4"
}
},
"Children": [
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:DropHolstered'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.3"
},
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:IsAvailable'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.6"
},
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:HandleHolsteredActorGrip'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.5"
},
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:OnHolsteredItemDropped'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.7"
},
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:CheckDistance_Tick'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.2"
},
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:SetHolsteredActor'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.9"
},
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.8"
},
{
"ObjectName": "Function'BPC_AutoReturnHolster_C:ExecuteUbergraph_BPC_AutoReturnHolster'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.4"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "bReturnByDistance",
"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": "AutoReturnDistance",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "StructProperty",
"Name": "TH_CheckDistance",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'TimerHandle'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "UnloosableActor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FuncMap": {
"ExecuteUbergraph_BPC_AutoReturnHolster": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:ExecuteUbergraph_BPC_AutoReturnHolster'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.4"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.8"
},
"SetHolsteredActor": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:SetHolsteredActor'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.9"
},
"CheckDistance_Tick": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:CheckDistance_Tick'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.2"
},
"OnHolsteredItemDropped": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:OnHolsteredItemDropped'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.7"
},
"HandleHolsteredActorGrip": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:HandleHolsteredActorGrip'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.5"
},
"IsAvailable": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:IsAvailable'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.6"
},
"DropHolstered": {
"ObjectName": "Function'BPC_AutoReturnHolster_C:DropHolstered'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.3"
}
},
"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_AutoReturnHolster_C'Default__BPC_AutoReturnHolster_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_AutoReturnHolster_C",
"Name": "Default__BPC_AutoReturnHolster_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_AutoReturnHolster.BPC_AutoReturnHolster_C'",
"Template": {
"ObjectName": "BPC_PlayerCharacterHolster_C'Default__BPC_PlayerCharacterHolster_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.1"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"AutoReturnDistance[2]": 400.0,
"TH_CheckDistance[3]": {
"Handle": 0
},
"AcceptedItemTags[2]": []
}
},
{
"Type": "Function",
"Name": "CheckDistance_Tick",
"Outer": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "DropHolstered",
"Outer": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'BPC_HolsterBase_C:DropHolstered'",
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.2"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ArrayProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "Parm | OutParm | ReturnParm",
"Inner": {
"Type": "ObjectProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_AutoReturnHolster",
"Outer": "BPC_AutoReturnHolster_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": "ObjectProperty",
"Name": "Temp_object_Variable",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusItemDynamicData'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"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": "K2Node_Event_MotionController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_Event_GripInfo",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetHolsteredActor_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_GrippingController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_GripInformation",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_bWasSocketed",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentLocation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_PutItemToContainer_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetActorLocation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Vector_Distance_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "BoolProperty",
"Name": "CallFunc_PutItemToContainer_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Greater_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_IsHeld_self_CastInput",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'VRGripInterface'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "ArrayProperty",
"Name": "CallFunc_IsHeld_HoldingControllers",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "ReferenceParm | ContainsInstancedReference",
"Inner": {
"Type": "StructProperty",
"Name": "CallFunc_IsHeld_HoldingControllers",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPGripPair'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsHeld_bIsHeld",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Event_ActorToHolster",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "InterfaceProperty",
"Name": "K2Node_DynamicCast_AsRadius_Item_Interface",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'RadiusItemInterface'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetItemDynamicData_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusItemDynamicData'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusGameDataSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StrProperty",
"Name": "CallFunc_GetContainerID_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"Type": "BoolProperty",
"Name": "CallFunc_SaveLosslessItem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'VROnDropSignature__DelegateSignature'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'TimerDynamicDelegate__DelegateSignature'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_SetTimerDelegate_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"Struct": {
"ObjectName": "Class'TimerHandle'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "HandleHolsteredActorGrip",
"Outer": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'RadiusHolsterComponent:HandleHolsteredActorGrip'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "MotionController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "GripInfo",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "IsAvailable",
"Outer": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'BPC_ItemHolster_C:IsAvailable'",
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_ItemHolster.12"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "MotionController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "BoolProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "Parm | OutParm | ReturnParm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ArrayProperty",
"Name": "CallFunc_GetGrippedActors_GrippedActorArray",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "ReferenceParm",
"Inner": {
"Type": "ObjectProperty",
"Name": "CallFunc_GetGrippedActors_GrippedActorArray",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsAvailable_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Array_Contains_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnHolsteredItemDropped",
"Outer": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "GrippingController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "GripInformation",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "BoolProperty",
"Name": "bWasSocketed",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'BPC_HolsterBase_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_HolsterBase.11"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetHolsteredActor",
"Outer": "BPC_AutoReturnHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'RadiusHolsterComponent:SetHolsteredActor'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ActorToHolster",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,760 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_BreathingSounds_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_BreathingSounds_C:ExecuteUbergraph_BPC_BreathingSounds'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.6"
}
},
"SuperStruct": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BPC_BreathingSounds_C:CREATEDELEGATE_PROXYFUNCTION_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.4"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:CREATEDELEGATE_PROXYFUNCTION_1'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.5"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:Calculate Current Breathing Threshold'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.2"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:ChangeState'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.3"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:OnStaminaChange'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.8"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.9"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:ReceiveEndPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.10"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:OnPlayerDeath'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.7"
},
{
"ObjectName": "Function'BPC_BreathingSounds_C:ExecuteUbergraph_BPC_BreathingSounds'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.6"
}
],
"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": "BreathSound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "BreathSoundSource",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ByteProperty",
"Name": "CurrentState",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Enum": {
"ObjectName": "Class'EBreathingState'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "PlayerConfig",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'PlayerConfig'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "DoubleProperty",
"Name": "MaxStamina",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "ObjectProperty",
"Name": "RecoverySound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "RecoverySoundSource",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "PlayerStatsComponent",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'PlayerStatsComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FuncMap": {
"ExecuteUbergraph_BPC_BreathingSounds": {
"ObjectName": "Function'BPC_BreathingSounds_C:ExecuteUbergraph_BPC_BreathingSounds'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.6"
},
"OnPlayerDeath": {
"ObjectName": "Function'BPC_BreathingSounds_C:OnPlayerDeath'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.7"
},
"ReceiveEndPlay": {
"ObjectName": "Function'BPC_BreathingSounds_C:ReceiveEndPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.10"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPC_BreathingSounds_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.9"
},
"OnStaminaChange": {
"ObjectName": "Function'BPC_BreathingSounds_C:OnStaminaChange'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.8"
},
"ChangeState": {
"ObjectName": "Function'BPC_BreathingSounds_C:ChangeState'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.3"
},
"Calculate Current Breathing Threshold": {
"ObjectName": "Function'BPC_BreathingSounds_C:Calculate Current Breathing Threshold'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.2"
},
"CREATEDELEGATE_PROXYFUNCTION_1": {
"ObjectName": "Function'BPC_BreathingSounds_C:CREATEDELEGATE_PROXYFUNCTION_1'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.5"
},
"CREATEDELEGATE_PROXYFUNCTION_0": {
"ObjectName": "Function'BPC_BreathingSounds_C:CREATEDELEGATE_PROXYFUNCTION_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.4"
}
},
"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_BreathingSounds_C'Default__BPC_BreathingSounds_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_BreathingSounds.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_BreathingSounds_C",
"Name": "Default__BPC_BreathingSounds_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_BreathingSounds.BPC_BreathingSounds_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"PrimaryComponentTick": {
"bStartWithTickEnabled": false
}
}
},
{
"Type": "Function",
"Name": "Calculate Current Breathing Threshold",
"Outer": "BPC_BreathingSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | ReturnParm"
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "FloatProperty",
"Name": "CallFunc_GetMaxStaminaAffectedByHunger_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_B_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_A_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
},
{
"Type": "Function",
"Name": "ChangeState",
"Outer": "BPC_BreathingSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "NewState",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EBreathingState'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StrProperty",
"Name": "CallFunc_GetEnumeratorUserFriendlyName_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"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": "K2Node_SwitchEnum_CmpSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StrProperty",
"Name": "CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"Type": "BoolProperty",
"Name": "CallFunc_NotEqual_ByteByte_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StrProperty",
"Name": "CallFunc_Concat_StrStr_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"Type": "StrProperty",
"Name": "CallFunc_Concat_StrStr_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"Type": "StrProperty",
"Name": "CallFunc_Concat_StrStr_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 16
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "CREATEDELEGATE_PROXYFUNCTION_0",
"Outer": "BPC_BreathingSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PlayerActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "CurrentStamina",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "FloatProperty",
"Name": "ChangeDelta",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnStaminaChange_CurrentStamina_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnStaminaChange_Delta_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "CREATEDELEGATE_PROXYFUNCTION_1",
"Outer": "BPC_BreathingSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PlayerActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "CurrentStamina",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "FloatProperty",
"Name": "ChangeDelta",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnStaminaChange_CurrentStamina_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnStaminaChange_Delta_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_BreathingSounds",
"Outer": "BPC_BreathingSounds_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": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerStaminaChange__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"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'PlayerStatsComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentLocation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SpawnSoundAttached_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ByteProperty",
"Name": "K2Node_Event_EndPlayReason",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EEndPlayReason'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerStaminaChange__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentLocation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SpawnSoundAttached_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_2",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_Player",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_3",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "DoubleProperty",
"Name": "K2Node_VariableSet_MaxStamina_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "OnPlayerDeath",
"Outer": "BPC_BreathingSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Player",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnStaminaChange",
"Outer": "BPC_BreathingSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Player",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DoubleProperty",
"Name": "CurrentStamina",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "Delta",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Calculate_Current_Breathing_Threshold_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Calculate_Current_Breathing_Threshold_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "BoolProperty",
"Name": "CallFunc_GreaterEqual_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Less_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "K2Node_SwitchEnum_CmpSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPC_BreathingSounds_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": "ReceiveEndPlay",
"Outer": "BPC_BreathingSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'ActorComponent:ReceiveEndPlay'",
"ObjectPath": "/Script/Engine"
},
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "EndPlayReason",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EEndPlayReason'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,848 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_Feedback_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_Feedback_C:ExecuteUbergraph_BPC_Feedback'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.3"
}
},
"SuperStruct": {
"ObjectName": "Class'ActorComponent'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BPC_Feedback_C:ClearHapticsActorCache'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.2"
},
{
"ObjectName": "Function'BPC_Feedback_C:PlayGripSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.5"
},
{
"ObjectName": "Function'BPC_Feedback_C:PlayHapticsEffect'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.6"
},
{
"ObjectName": "Function'BPC_Feedback_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.7"
},
{
"ObjectName": "Function'BPC_Feedback_C:OnFinishLoadLevelEvent'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.4"
},
{
"ObjectName": "Function'BPC_Feedback_C:ExecuteUbergraph_BPC_Feedback'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.3"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "Cooldown",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "Haptic Effect",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'HapticFeedbackEffect_Base'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "PreviousActorLeft",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "PreviousActorRight",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "DefaultGripSound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CurGripSound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "SameItemHapticCooldown",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "BoolProperty",
"Name": "isOculus",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "TH_HeartBeat",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'TimerHandle'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "bIsHeartBeatFast",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"ExecuteUbergraph_BPC_Feedback": {
"ObjectName": "Function'BPC_Feedback_C:ExecuteUbergraph_BPC_Feedback'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.3"
},
"OnFinishLoadLevelEvent": {
"ObjectName": "Function'BPC_Feedback_C:OnFinishLoadLevelEvent'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.4"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPC_Feedback_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.7"
},
"PlayHapticsEffect": {
"ObjectName": "Function'BPC_Feedback_C:PlayHapticsEffect'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.6"
},
"PlayGripSound": {
"ObjectName": "Function'BPC_Feedback_C:PlayGripSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.5"
},
"ClearHapticsActorCache": {
"ObjectName": "Function'BPC_Feedback_C:ClearHapticsActorCache'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.2"
}
},
"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_Feedback_C'Default__BPC_Feedback_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_Feedback.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_Feedback_C",
"Name": "Default__BPC_Feedback_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_Feedback.BPC_Feedback_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"DefaultGripSound[5]": {
"ObjectName": "SoundCue'Cue_Pickup'",
"ObjectPath": "/Game/Sound/Sounds_ITR1/WaveCue/Player/Cue_Pickup.0"
},
"CurGripSound[6]": {
"ObjectName": "SoundCue'Cue_Pickup'",
"ObjectPath": "/Game/Sound/Sounds_ITR1/WaveCue/Player/Cue_Pickup.0"
},
"SameItemHapticCooldown[7]": 1.0,
"TH_HeartBeat[9]": {
"Handle": 0
},
"PrimaryComponentTick": {
"bStartWithTickEnabled": false
}
}
},
{
"Type": "Function",
"Name": "ClearHapticsActorCache",
"Outer": "BPC_Feedback_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "Left",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_Feedback",
"Outer": "BPC_Feedback_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": "Temp_bool_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'HapticFeedbackEffect_Base'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'HapticFeedbackEffect_Base'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "Temp_bool_Variable_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'HapticFeedbackEffect_Base'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable_3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'HapticFeedbackEffect_Base'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_Left",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_isLeft",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_GripInfo",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "InterfaceProperty",
"Name": "K2Node_DynamicCast_AsRadius_Player_Interface",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'RadiusPlayerInterface'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_DoesImplementInterface_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGripControllerRefs_Left",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGripControllerRefs_Right",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsScene_Component",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "K2Node_SwitchEnum_CmpSuccess",
"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": "EnumProperty",
"Name": "K2Node_CustomEvent_Hand",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EControllerHand'",
"ObjectPath": "/Script/InputCore"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_EffectTag",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_Actor",
"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": "BlueprintGeneratedClass'BPC_ItemSounds_C'",
"ObjectPath": "/Game/ITR2/BPs/Items/Components/BPC_ItemSounds.0"
}
},
{
"Type": "BoolProperty",
"Name": "GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StrProperty",
"Name": "CallFunc_GetXRMotionControllerType_TrackingSystemName",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"Type": "EnumProperty",
"Name": "CallFunc_GetXRMotionControllerType_DeviceType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EBPOpenXRControllerDeviceType'",
"ObjectPath": "/Script/OpenXRExpansionPlugin"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "EnumProperty",
"Name": "CallFunc_GetXRMotionControllerType_Result",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EBPXRResultSwitch'",
"ObjectPath": "/Script/OpenXRExpansionPlugin"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_SwitchEnum_CmpSuccess_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "K2Node_SwitchEnum_CmpSuccess_2",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'NoParamsDelegate__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'HapticFeedbackEffect_Base'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Select_Default_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'HapticFeedbackEffect_Base'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetFirstPlayerController_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'PlayerController'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetFirstPlayerController_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'PlayerController'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetFirstPlayerController_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'PlayerController'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusEventsSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsActorLocallyOwned_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "Temp_bool_Variable_2",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Select_Default_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentLocation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "OnFinishLoadLevelEvent",
"Outer": "BPC_Feedback_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PlayGripSound",
"Outer": "BPC_Feedback_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "isLeft",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "GripInfo",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PlayHapticsEffect",
"Outer": "BPC_Feedback_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "EnumProperty",
"Name": "Hand",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EControllerHand'",
"ObjectPath": "/Script/InputCore"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "StructProperty",
"Name": "EffectTag",
"Flags": "RF_Public",
"ElementSize": 12,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "ObjectProperty",
"Name": "Actor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPC_Feedback_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"
}
]

View file

@ -0,0 +1,778 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_HealthSounds_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_HealthSounds_C:ExecuteUbergraph_BPC_HealthSounds'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.4"
}
},
"SuperStruct": {
"ObjectName": "Class'ActorComponent'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.2"
},
{
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_1'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.3"
},
{
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.7"
},
{
"ObjectName": "Function'BPC_HealthSounds_C:OnHealthChange'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.5"
},
{
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveEndPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.8"
},
{
"ObjectName": "Function'BPC_HealthSounds_C:OnPlayerDeath'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.6"
},
{
"ObjectName": "Function'BPC_HealthSounds_C:ExecuteUbergraph_BPC_HealthSounds'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.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": "PlayerStatsComponent",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'PlayerStatsComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "HealthSound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "HealthSoundSource",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DoubleProperty",
"Name": "HealthSoundThreshold",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "FloatProperty",
"Name": "Max Health",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "DoubleProperty",
"Name": "HearthbeatIncreaseThreshold",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "BoolProperty",
"Name": "bIsPlaying",
"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": "bIsHeartbeatSlow",
"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": "bIsHeartbeatFast",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"ExecuteUbergraph_BPC_HealthSounds": {
"ObjectName": "Function'BPC_HealthSounds_C:ExecuteUbergraph_BPC_HealthSounds'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.4"
},
"OnPlayerDeath": {
"ObjectName": "Function'BPC_HealthSounds_C:OnPlayerDeath'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.6"
},
"ReceiveEndPlay": {
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveEndPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.8"
},
"OnHealthChange": {
"ObjectName": "Function'BPC_HealthSounds_C:OnHealthChange'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.5"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPC_HealthSounds_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.7"
},
"CREATEDELEGATE_PROXYFUNCTION_1": {
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_1'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.3"
},
"CREATEDELEGATE_PROXYFUNCTION_0": {
"ObjectName": "Function'BPC_HealthSounds_C:CREATEDELEGATE_PROXYFUNCTION_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.2"
}
},
"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_HealthSounds_C'Default__BPC_HealthSounds_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HealthSounds.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_HealthSounds_C",
"Name": "Default__BPC_HealthSounds_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_HealthSounds.BPC_HealthSounds_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"HealthSound[2]": {
"ObjectName": "MetaSoundSource'MS_Player_Health'",
"ObjectPath": "/Game/Sound/Player/Health/MS_Player_Health.0"
},
"PrimaryComponentTick": {
"bStartWithTickEnabled": false
}
}
},
{
"Type": "Function",
"Name": "CREATEDELEGATE_PROXYFUNCTION_0",
"Outer": "BPC_HealthSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PlayerActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "CurrentHealth",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "FloatProperty",
"Name": "ChangeDelta",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnHealthChange_CurrentHealth_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnHealthChange_ChangeDelta_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "CREATEDELEGATE_PROXYFUNCTION_1",
"Outer": "BPC_HealthSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PlayerActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "CurrentHealth",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "FloatProperty",
"Name": "ChangeDelta",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnHealthChange_CurrentHealth_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnHealthChange_ChangeDelta_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_HealthSounds",
"Outer": "BPC_HealthSounds_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": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_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": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_SetTriggerParameter_self_CastInput",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'AudioParameterControllerInterface'",
"ObjectPath": "/Script/AudioExtensions"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerHealthChange__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_Player_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DoubleProperty",
"Name": "K2Node_CustomEvent_CurrentHealth",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "K2Node_CustomEvent_ChangeDelta",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "ByteProperty",
"Name": "K2Node_Event_EndPlayReason",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EEndPlayReason'",
"ObjectPath": "/Script/Engine"
}
},
{
"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'PlayerStatsComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"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": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerHealthChange__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsActorLocallyOwned_ReturnValue",
"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": "InterfaceProperty",
"Name": "CallFunc_SetTriggerParameter_self_CastInput_1",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'AudioParameterControllerInterface'",
"ObjectPath": "/Script/AudioExtensions"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Less_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_GreaterEqual_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_SetFloatParameter_self_CastInput",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'AudioParameterControllerInterface'",
"ObjectPath": "/Script/AudioExtensions"
}
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_SetFloatParameter_self_CastInput_1",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'AudioParameterControllerInterface'",
"ObjectPath": "/Script/AudioExtensions"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_MapRangeClamped_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_SetFloatParameter_self_CastInput_2",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'AudioParameterControllerInterface'",
"ObjectPath": "/Script/AudioExtensions"
}
},
{
"Type": "FloatProperty",
"Name": "CallFunc_GetHealth_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_2",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_Player",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_3",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SpawnSound2D_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_SetTriggerParameter_self_CastInput_2",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'AudioParameterControllerInterface'",
"ObjectPath": "/Script/AudioExtensions"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_A_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_A_ImplicitCast_1",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_B_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetFloatParameter_InFloat_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_OnHealthChange_CurrentHealth_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "OnHealthChange",
"Outer": "BPC_HealthSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Player",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DoubleProperty",
"Name": "CurrentHealth",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "ChangeDelta",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnPlayerDeath",
"Outer": "BPC_HealthSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Player",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPC_HealthSounds_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": "ReceiveEndPlay",
"Outer": "BPC_HealthSounds_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'ActorComponent:ReceiveEndPlay'",
"ObjectPath": "/Script/Engine"
},
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "EndPlayReason",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EEndPlayReason'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
}
]

View file

@ -0,0 +1,569 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_HungerSound_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_HungerSound_C:ExecuteUbergraph_BPC_HungerSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.3"
}
},
"SuperStruct": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BPC_HungerSound_C:GetHungerSoundFrequency'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.4"
},
{
"ObjectName": "Function'BPC_HungerSound_C:PlayHungerSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.7"
},
{
"ObjectName": "Function'BPC_HungerSound_C:OnHungerChange'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.5"
},
{
"ObjectName": "Function'BPC_HungerSound_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.8"
},
{
"ObjectName": "Function'BPC_HungerSound_C:OnPlayerDeathLocal'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.6"
},
{
"ObjectName": "Function'BPC_HungerSound_C:ReceiveEndPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.9"
},
{
"ObjectName": "Function'BPC_HungerSound_C:ClearHungerSoundTimer'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.2"
},
{
"ObjectName": "Function'BPC_HungerSound_C:ExecuteUbergraph_BPC_HungerSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.3"
}
],
"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": "PlayerStatsComponent",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'PlayerStatsComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "HungerSound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'SoundBase'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "HungerSoundSource",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "TH_HungerSound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'TimerHandle'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "EnumProperty",
"Name": "CurrentHungerLevel",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Enum": {
"ObjectName": "Class'EHungerLevel'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
}
],
"FuncMap": {
"ExecuteUbergraph_BPC_HungerSound": {
"ObjectName": "Function'BPC_HungerSound_C:ExecuteUbergraph_BPC_HungerSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.3"
},
"ClearHungerSoundTimer": {
"ObjectName": "Function'BPC_HungerSound_C:ClearHungerSoundTimer'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.2"
},
"ReceiveEndPlay": {
"ObjectName": "Function'BPC_HungerSound_C:ReceiveEndPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.9"
},
"OnPlayerDeathLocal": {
"ObjectName": "Function'BPC_HungerSound_C:OnPlayerDeathLocal'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.6"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPC_HungerSound_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.8"
},
"OnHungerChange": {
"ObjectName": "Function'BPC_HungerSound_C:OnHungerChange'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.5"
},
"PlayHungerSound": {
"ObjectName": "Function'BPC_HungerSound_C:PlayHungerSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.7"
},
"GetHungerSoundFrequency": {
"ObjectName": "Function'BPC_HungerSound_C:GetHungerSoundFrequency'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.4"
}
},
"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_HungerSound_C'Default__BPC_HungerSound_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_HungerSound.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_HungerSound_C",
"Name": "Default__BPC_HungerSound_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_HungerSound.BPC_HungerSound_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"TH_HungerSound[4]": {
"Handle": 0
},
"PrimaryComponentTick": {
"bStartWithTickEnabled": false
}
}
},
{
"Type": "Function",
"Name": "ClearHungerSoundTimer",
"Outer": "BPC_HungerSound_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_HungerSound",
"Outer": "BPC_HungerSound_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": "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'PlayerStatsComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_PlayerActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerHungerChange__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentLocation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ByteProperty",
"Name": "K2Node_Event_EndPlayReason",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EEndPlayReason'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SpawnSoundAttached_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_2",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerStaminaChange__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_3",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnPlayerDeath__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_K2_IsValidTimerHandle_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "GetHungerSoundFrequency",
"Outer": "BPC_HungerSound_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "Freq",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm",
"Struct": {
"ObjectName": "Class'MinMaxFloat'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_SwitchEnum_CmpSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Private | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnHungerChange",
"Outer": "BPC_HungerSound_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PlayerActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "CurrentHunger",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "FloatProperty",
"Name": "ChangeDelta",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "StructProperty",
"Name": "CallFunc_GetHungerSoundFrequency_Freq",
"Flags": "RF_Public",
"ElementSize": 8,
"Struct": {
"ObjectName": "Class'MinMaxFloat'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_RandomFloatInRange_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "BoolProperty",
"Name": "CallFunc_EqualEqual_ByteByte_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'TimerDynamicDelegate__DelegateSignature'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "EnumProperty",
"Name": "CallFunc_GetHungerLevel_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EHungerLevel'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_SetTimerDelegate_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"Struct": {
"ObjectName": "Class'TimerHandle'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_NotEqual_ByteByte_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_RandomFloatInRange_Min_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_RandomFloatInRange_Max_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "FloatProperty",
"Name": "CallFunc_K2_SetTimerDelegate_Time_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Private | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnPlayerDeathLocal",
"Outer": "BPC_HungerSound_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PlayerActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PlayHungerSound",
"Outer": "BPC_HungerSound_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Private | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPC_HungerSound_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": "ReceiveEndPlay",
"Outer": "BPC_HungerSound_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'ActorComponent:ReceiveEndPlay'",
"ObjectPath": "/Script/Engine"
},
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "EndPlayReason",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EEndPlayReason'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
}
]

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

View file

@ -0,0 +1,683 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_PlayerCharacterHolster_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Super": {
"ObjectName": "BlueprintGeneratedClass'BPC_ItemHolster_C'",
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_ItemHolster.0"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:ExecuteUbergraph_BPC_PlayerCharacterHolster'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.2"
}
},
"Children": [
{
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:GetContainerSceneComponent'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.3"
},
{
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:GetParentContainerObject'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.4"
},
{
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:OnAttachChanged'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.5"
},
{
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:UpdateSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.8"
},
{
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:PreInitialize'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.6"
},
{
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:ResetTransform'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.7"
},
{
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:ExecuteUbergraph_BPC_PlayerCharacterHolster'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.2"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "MapProperty",
"Name": "SoundAttachmentRattle",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 80,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"KeyProp": {
"Type": "StructProperty",
"Name": "SoundAttachmentRattle",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
"ValueProp": {
"Type": "ObjectProperty",
"Name": "SoundAttachmentRattle_Value",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'SoundCue'",
"ObjectPath": "/Script/Engine"
}
}
},
{
"Type": "ObjectProperty",
"Name": "BP_RadiusPlayerCharacterGameplay",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BP_RadiusPlayerCharacter_Gameplay_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_RadiusPlayerCharacter_Gameplay.0"
}
},
{
"Type": "BoolProperty",
"Name": "FixRelativeTransform",
"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_PlayerCharacterHolster": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:ExecuteUbergraph_BPC_PlayerCharacterHolster'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.2"
},
"ResetTransform": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:ResetTransform'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.7"
},
"PreInitialize": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:PreInitialize'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.6"
},
"UpdateSound": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:UpdateSound'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.8"
},
"OnAttachChanged": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:OnAttachChanged'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.5"
},
"GetParentContainerObject": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:GetParentContainerObject'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.4"
},
"GetContainerSceneComponent": {
"ObjectName": "Function'BPC_PlayerCharacterHolster_C:GetContainerSceneComponent'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.3"
}
},
"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_PlayerCharacterHolster_C'Default__BPC_PlayerCharacterHolster_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_PlayerCharacterHolster_C",
"Name": "Default__BPC_PlayerCharacterHolster_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_PlayerCharacterHolster.BPC_PlayerCharacterHolster_C'",
"Template": {
"ObjectName": "BPC_ItemHolster_C'Default__BPC_ItemHolster_C'",
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_ItemHolster.1"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"AcceptedItemTags[2]": [
"Item.Equipment"
],
"TransformByTags[3]": [],
"bOnlyOwnerCanInteract": true,
"bPreventCollisionWithAttachedItem": true
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_PlayerCharacterHolster",
"Outer": "BPC_PlayerCharacterHolster_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": "Temp_struct_Variable",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentToWorld_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_NotEqual_GameplayTag_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Function'BP_RadiusPlayerCharacter_Gameplay_C:EventPlayerAction__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_RadiusPlayerCharacter_Gameplay.69"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_Map_Find_Value",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'SoundCue'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Map_Find_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'OnItemHolsterAttachChanged__DelegateSignature'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_HolsterComponent",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'RadiusHolsterComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_RadiusItem",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_bHasAttached",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_Item",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_bIsAttached",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "InterfaceProperty",
"Name": "K2Node_DynamicCast_AsRadius_Item_Interface",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'RadiusItemInterface'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "IntProperty",
"Name": "CallFunc_Map_Length_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "StructProperty",
"Name": "CallFunc_GetRadiusItemTypeID_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"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": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_PlayerAction",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsBP_Radius_Player_Character_Gameplay",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BP_RadiusPlayerCharacter_Gameplay_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_RadiusPlayerCharacter_Gameplay.0"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeLiteralGameplayTagContainer_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 32,
"Struct": {
"ObjectName": "Class'GameplayTagContainer'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_MatchesAnyTags_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetHolsteredActor_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_GetTransform_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"PropertyFlags": "ConstParm",
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeRelativeTransform_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"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_GetAdditionalTransformByActor_ItemTransformAjustment",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_NearlyEqual_TransformTransform_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_SetActorRelativeTransform_SweepHitResult",
"Flags": "RF_Public",
"ElementSize": 240,
"PropertyFlags": "ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'HitResult'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "GetContainerSceneComponent",
"Outer": "BPC_PlayerCharacterHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'ItemContainerInterface:GetContainerSceneComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | ReturnParm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "GetParentContainerObject",
"Outer": "BPC_PlayerCharacterHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'ItemContainerInterface:GetParentContainerObject'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | ReturnParm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnAttachChanged",
"Outer": "BPC_PlayerCharacterHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "HolsterComponent",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'RadiusHolsterComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "RadiusItem",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "bHasAttached",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreInitialize",
"Outer": "BPC_PlayerCharacterHolster_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'BPC_ItemHolster_C:PreInitialize'",
"ObjectPath": "/Game/ITR2/BPs/HolstersAndHolders/BPC_ItemHolster.18"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ResetTransform",
"Outer": "BPC_PlayerCharacterHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "PlayerAction",
"Flags": "RF_Public",
"ElementSize": 12,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "UpdateSound",
"Outer": "BPC_PlayerCharacterHolster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Item",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'RadiusGrippableActorBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "bIsAttached",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]

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

View file

@ -0,0 +1,131 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_PlayerRadio_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_PlayerRadio_C:ExecuteUbergraph_BPC_PlayerRadio'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.2"
}
},
"SuperStruct": {
"ObjectName": "Class'RadiusRadioComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"Children": [
{
"ObjectName": "Function'BPC_PlayerRadio_C:SetupFromConfig'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.4"
},
{
"ObjectName": "Function'BPC_PlayerRadio_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.3"
},
{
"ObjectName": "Function'BPC_PlayerRadio_C:ExecuteUbergraph_BPC_PlayerRadio'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.2"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
}
],
"FuncMap": {
"ExecuteUbergraph_BPC_PlayerRadio": {
"ObjectName": "Function'BPC_PlayerRadio_C:ExecuteUbergraph_BPC_PlayerRadio'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.2"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPC_PlayerRadio_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.3"
},
"SetupFromConfig": {
"ObjectName": "Function'BPC_PlayerRadio_C:SetupFromConfig'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.4"
}
},
"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_PlayerRadio_C'Default__BPC_PlayerRadio_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_PlayerRadio.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_PlayerRadio_C",
"Name": "Default__BPC_PlayerRadio_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_PlayerRadio.BPC_PlayerRadio_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {}
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_PlayerRadio",
"Outer": "BPC_PlayerRadio_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"
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPC_PlayerRadio_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": "SetupFromConfig",
"Outer": "BPC_PlayerRadio_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FunctionFlags": "FUNC_Private | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]

View file

@ -0,0 +1,264 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPC_RadiusVOIPTalker_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:ExecuteUbergraph_BPC_RadiusVOIPTalker'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.5"
}
},
"SuperStruct": {
"ObjectName": "Class'RadiusVoiceChatComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"Children": [
{
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:Setup'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.6"
},
{
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:SetupFromConfig'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.7"
},
{
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:BPOnTalkingBegin'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.2"
},
{
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:BPOnTalkingEnd'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.3"
},
{
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:ExecuteUbergraph_BPC_RadiusVOIPTalker'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.5"
},
{
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:EndTalk__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.4"
},
{
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:StartTalk__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.8"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "StartTalk",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:StartTalk__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.8"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "EndTalk",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:EndTalk__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.4"
}
}
],
"FuncMap": {
"StartTalk__DelegateSignature": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:StartTalk__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.8"
},
"EndTalk__DelegateSignature": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:EndTalk__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.4"
},
"ExecuteUbergraph_BPC_RadiusVOIPTalker": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:ExecuteUbergraph_BPC_RadiusVOIPTalker'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.5"
},
"BPOnTalkingEnd": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:BPOnTalkingEnd'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.3"
},
"BPOnTalkingBegin": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:BPOnTalkingBegin'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.2"
},
"SetupFromConfig": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:SetupFromConfig'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.7"
},
"Setup": {
"ObjectName": "Function'BPC_RadiusVOIPTalker_C:Setup'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.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_RadiusVOIPTalker_C'Default__BPC_RadiusVOIPTalker_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPC_RadiusVOIPTalker_C",
"Name": "Default__BPC_RadiusVOIPTalker_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BPC_RadiusVOIPTalker.BPC_RadiusVOIPTalker_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"StartTalk[1]": {
"InvocationList": []
},
"EndTalk[2]": {
"InvocationList": []
}
}
},
{
"Type": "Function",
"Name": "BPOnTalkingBegin",
"Outer": "BPC_RadiusVOIPTalker_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'VOIPTalker:BPOnTalkingBegin'",
"ObjectPath": "/Script/Engine"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "AudioComponent",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BPOnTalkingEnd",
"Outer": "BPC_RadiusVOIPTalker_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'VOIPTalker:BPOnTalkingEnd'",
"ObjectPath": "/Script/Engine"
},
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "EndTalk__DelegateSignature",
"Outer": "BPC_RadiusVOIPTalker_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPC_RadiusVOIPTalker",
"Outer": "BPC_RadiusVOIPTalker_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": "ObjectProperty",
"Name": "K2Node_Event_AudioComponent",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'AudioComponent'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "Setup",
"Outer": "BPC_RadiusVOIPTalker_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Default Component Voice Attach To",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetupFromConfig",
"Outer": "BPC_RadiusVOIPTalker_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "StartTalk__DelegateSignature",
"Outer": "BPC_RadiusVOIPTalker_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]

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

View file

@ -0,0 +1,513 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BP_Subtitles_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BP_Subtitles_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.8"
},
"UberGraphFunction": {
"ObjectName": "Function'BP_Subtitles_C:ExecuteUbergraph_BP_Subtitles'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.2"
}
},
"SuperStruct": {
"ObjectName": "Class'SubtitlesBase'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"Children": [
{
"ObjectName": "Function'BP_Subtitles_C:GetSubtitlesWidget'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.3"
},
{
"ObjectName": "Function'BP_Subtitles_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.4"
},
{
"ObjectName": "Function'BP_Subtitles_C:ExecuteUbergraph_BP_Subtitles'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.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": "Subtitles",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'WidgetComponent'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "DefaultSceneRoot",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
}
],
"FuncMap": {
"ExecuteUbergraph_BP_Subtitles": {
"ObjectName": "Function'BP_Subtitles_C:ExecuteUbergraph_BP_Subtitles'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.2"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BP_Subtitles_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.4"
},
"GetSubtitlesWidget": {
"ObjectName": "Function'BP_Subtitles_C:GetSubtitlesWidget'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.3"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BP_Subtitles_C'Default__BP_Subtitles_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BP_Subtitles_C",
"Name": "Default__BP_Subtitles_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/BP_Subtitles.BP_Subtitles_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"PrimaryActorTick": {
"bStartWithTickEnabled": false
}
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BP_Subtitles",
"Outer": "BP_Subtitles_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": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_GetRelativeTransform_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_BreakTransform_Location",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_BreakTransform_Rotation",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_BreakTransform_Scale",
"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": "StructProperty",
"Name": "CallFunc_K2_SetRelativeLocation_SweepHitResult",
"Flags": "RF_Public",
"ElementSize": 240,
"PropertyFlags": "ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'HitResult'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_MakeVector_X_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "GetSubtitlesWidget",
"Outer": "BP_Subtitles_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'SubtitlesBase:GetSubtitlesWidget'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | ReturnParm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SubtitlesWidget'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetWidget_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsSubtitles_Widget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SubtitlesWidget'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BP_Subtitles_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'Actor:ReceiveBeginPlay'",
"ObjectPath": "/Script/Engine"
},
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
},
{
"Type": "SceneComponent",
"Name": "DefaultSceneRoot_GEN_VARIABLE",
"Outer": "BP_Subtitles_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_Subtitles_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.5"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BP_Subtitles_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.7"
}
],
"VariableGuid": "DE92DE0D-43D8FCC6-D37F5991-EC3F6F51",
"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'WidgetComponent'",
"ObjectPath": "/Script/UMG"
},
"ComponentTemplate": {
"ObjectName": "WidgetComponent'BP_Subtitles_C:Subtitles_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.9"
},
"VariableGuid": "788DFC40-476668DC-72EA2F92-A5BDA79B",
"InternalVariableName": "Subtitles"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BP_Subtitles_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BP_Subtitles_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.6"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BP_Subtitles_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.6"
},
{
"ObjectName": "SCS_Node'BP_Subtitles_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.7"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BP_Subtitles_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BP_Subtitles.6"
}
}
},
{
"Type": "WidgetComponent",
"Name": "Subtitles_GEN_VARIABLE",
"Outer": "BP_Subtitles_C",
"Class": "UScriptClass'WidgetComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_Subtitles_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Misc/WBP_Subtitles.39"
},
"DrawSize": {
"X": 800,
"Y": 150
},
"GeometryMode": "EWidgetGeometryMode::Cylinder",
"CylinderArcAngle": 50.0,
"OverrideMaterials": [
{
"ObjectName": "MaterialInstanceConstant'MI_IngameMenu'",
"ObjectPath": "/Game/ITR2/MaterialLibrary/UI/MI_IngameMenu.0"
}
],
"bGenerateOverlapEvents": false,
"CanCharacterStepUpOn": "ECanBeCharacterBase::ECB_No",
"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"
}
]
}
},
"RelativeLocation": {
"X": 90.0,
"Y": 0.0,
"Z": 0.0
},
"RelativeRotation": {
"Pitch": 0.0,
"Yaw": 180.0,
"Roll": 0.0
},
"RelativeScale3D": {
"X": 0.166463,
"Y": 0.16646299,
"Z": 0.16646299
}
}
}
]

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

View file

@ -0,0 +1,92 @@
[
{
"Type": "AnimSequence",
"Name": "AN_PhysHand_fistBoth",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'ACLAnimBoneCompressionSettings'",
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings.1"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"SequenceLength": 0.033333335,
"Skeleton": {
"ObjectName": "Skeleton'SKM_PhysHand_Right_Skeleton'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_Skeleton.5"
}
},
"SkeletonGuid": "7365381E-41B2D78D-60649B89-9E01C83B",
"CompressedTrackToSkeletonMapTable": [
0,
24,
46,
45,
41,
42,
43,
44,
37,
38,
39,
40,
33,
34,
35,
36,
29,
30,
31,
32,
26,
27,
28,
25,
1,
23,
22,
18,
19,
20,
21,
14,
15,
16,
17,
11,
12,
13,
7,
8,
9,
10,
3,
4,
5,
6,
2
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 2
},
"BoneCompressionCodec": {
"ObjectName": "AnimBoneCompressionCodec_ACL'ACLAnimBoneCompressionSettings:AnimBoneCompressionCodec_ACL_0'",
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 4888
}
]

View file

@ -0,0 +1,92 @@
[
{
"Type": "AnimSequence",
"Name": "SKM_PhysHand_Forefiger_tap",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'ACLAnimBoneCompressionSettings'",
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings.1"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"SequenceLength": 0.033333335,
"Skeleton": {
"ObjectName": "Skeleton'SKM_PhysHand_Right_Skeleton'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_Skeleton.5"
}
},
"SkeletonGuid": "7365381E-41B2D78D-60649B89-9E01C83B",
"CompressedTrackToSkeletonMapTable": [
0,
24,
46,
45,
41,
42,
43,
44,
37,
38,
39,
40,
33,
34,
35,
36,
29,
30,
31,
32,
26,
27,
28,
25,
1,
23,
22,
18,
19,
20,
21,
14,
15,
16,
17,
11,
12,
13,
7,
8,
9,
10,
3,
4,
5,
6,
2
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 2
},
"BoneCompressionCodec": {
"ObjectName": "AnimBoneCompressionCodec_ACL'ACLAnimBoneCompressionSettings:AnimBoneCompressionCodec_ACL_0'",
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 4888
}
]

View file

@ -0,0 +1,170 @@
[
{
"Type": "SkeletalMesh",
"Name": "SKM_PhysHand_Left",
"Class": "UScriptClass'SkeletalMesh'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Skeleton": {
"ObjectName": "Skeleton'SKM_PhysHand_Right_Skeleton'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_Skeleton.5"
},
"LODInfo": [
{
"ScreenSize": {
"bCooked": true,
"Default": 1.0,
"Value": 1.0
},
"LODHysteresis": 0.02,
"LODMaterialMap": [],
"BuildSettings": {
"bRecomputeNormals": true,
"bRecomputeTangents": true,
"bUseMikkTSpace": true,
"bComputeWeightedNormals": true,
"bRemoveDegenerates": true,
"bUseHighPrecisionTangentBasis": false,
"bUseHighPrecisionSkinWeights": false,
"bUseFullPrecisionUVs": false,
"bUseBackwardsCompatibleF16TruncUVs": false,
"ThresholdPosition": 2E-05,
"ThresholdTangentNormal": 2E-05,
"ThresholdUV": 0.000977,
"MorphThresholdPosition": 0.015,
"BoneInfluenceLimit": 0
},
"ReductionSettings": {
"TerminationCriterion": "SkeletalMeshTerminationCriterion::SMTC_NumOfTriangles",
"NumOfTrianglesPercentage": 1.0,
"NumOfVertPercentage": 1.0,
"MaxNumOfTriangles": 4,
"MaxNumOfVerts": 6,
"MaxDeviationPercentage": 0.0,
"ReductionMethod": "SkeletalMeshOptimizationType::SMOT_NumOfTriangles",
"SilhouetteImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"TextureImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"ShadingImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"SkinningImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"bRemapMorphTargets": false,
"bRecalcNormals": true,
"WeldingThreshold": 0.1,
"NormalsThreshold": 60.0,
"MaxBonesPerVertex": 4,
"bEnforceBoneBoundaries": false,
"bMergeCoincidentVertBones": true,
"VolumeImportance": 1.0,
"bLockEdges": false,
"bLockColorBounaries": false,
"BaseLOD": 0
},
"BonesToRemove": [],
"BonesToPrioritize": [],
"SectionsToPrioritize": [],
"WeightOfPrioritization": 1.0,
"BakePose": null,
"BakePoseOverride": null,
"SourceImportFilename": "",
"SkinCacheUsage": "ESkinCacheUsage::Auto",
"MorphTargetPositionErrorTolerance": 20.0,
"bHasBeenSimplified": false,
"bHasPerLODVertexColors": false,
"bAllowCPUAccess": false,
"VertexAttributes": [],
"bSupportUniformlyDistributedSampling": false
}
],
"PhysicsAsset": {
"ObjectName": "PhysicsAsset'SKM_PhysHand_Left_PhysicsAsset'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Left_PhysicsAsset.0"
},
"SamplingInfo": {
"BuiltData": {
"WholeMeshBuiltData": [
{
"AreaWeightedTriangleSampler": {
"Prob": [],
"Alias": [],
"TotalWeight": 0.0
}
}
]
}
}
},
"ImportedBounds": {
"Origin": {
"X": -0.73813105,
"Y": 9.373568,
"Z": -2.0364847
},
"BoxExtent": {
"X": 6.54954,
"Y": 8.121288,
"Z": 3.8555532
},
"SphereRadius": 11.122818
},
"SkeletalMaterials": [
{
"MaterialSlotName": "MaterialSlot",
"Material": null,
"ImportedMaterialSlotName": null,
"UVChannelData": {
"bInitialized": true,
"bOverrideDensities": false,
"LocalUVDensities": [
6.604918,
0.0,
0.0,
0.0
]
}
}
],
"LODModels": [
{
"Sections": [
{
"MaterialIndex": 0,
"BaseIndex": 0,
"NumTriangles": 1548,
"bRecomputeTangent": false,
"RecomputeTangentsVertexMaskChannel": "Alpha",
"bCastShadow": true,
"bVisibleInRayTracing": true,
"bLegacyClothingSection": false,
"CorrespondClothSectionIndex": -1,
"BaseVertexIndex": 0,
"NumVertices": 1948,
"MaxBoneInfluences": 1,
"bUse16BitBoneIndex": false,
"CorrespondClothAssetIndex": -1,
"bDisabled": false,
"GenerateUpToLodIndex": -1,
"OriginalDataSectionIndex": -1,
"ChunkedParentSectionIndex": -1
}
],
"NumVertices": 1948,
"NumTexCoords": 1,
"VertexAttributeBuffers": {},
"VertexBufferGPUSkin": {
"NumTexCoords": 0,
"MeshExtension": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"MeshOrigin": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"bUseFullPrecisionUVs": true,
"bExtraBoneInfluences": false
}
}
]
}
]

View file

@ -0,0 +1,186 @@
[
{
"Type": "AnimCurveMetaData",
"Name": "AnimCurveMetaData_0",
"Outer": "SKM_PhysHand_Left_new",
"Class": "UScriptClass'AnimCurveMetaData'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SkeletalMesh",
"Name": "SKM_PhysHand_Left_new",
"Class": "UScriptClass'SkeletalMesh'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Skeleton": {
"ObjectName": "Skeleton'SKM_PhysHand_Right_Skeleton'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_Skeleton.5"
},
"LODInfo": [
{
"ScreenSize": {
"bCooked": true,
"Default": 1.0,
"Value": 1.0
},
"LODHysteresis": 0.02,
"LODMaterialMap": [],
"BuildSettings": {
"bRecomputeNormals": true,
"bRecomputeTangents": true,
"bUseMikkTSpace": true,
"bComputeWeightedNormals": true,
"bRemoveDegenerates": true,
"bUseHighPrecisionTangentBasis": false,
"bUseHighPrecisionSkinWeights": false,
"bUseFullPrecisionUVs": false,
"bUseBackwardsCompatibleF16TruncUVs": false,
"ThresholdPosition": 2E-05,
"ThresholdTangentNormal": 2E-05,
"ThresholdUV": 0.000977,
"MorphThresholdPosition": 0.015,
"BoneInfluenceLimit": 0
},
"ReductionSettings": {
"TerminationCriterion": "SkeletalMeshTerminationCriterion::SMTC_NumOfTriangles",
"NumOfTrianglesPercentage": 1.0,
"NumOfVertPercentage": 1.0,
"MaxNumOfTriangles": 4,
"MaxNumOfVerts": 6,
"MaxDeviationPercentage": 0.0,
"ReductionMethod": "SkeletalMeshOptimizationType::SMOT_NumOfTriangles",
"SilhouetteImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"TextureImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"ShadingImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"SkinningImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"bRemapMorphTargets": false,
"bRecalcNormals": true,
"WeldingThreshold": 0.1,
"NormalsThreshold": 60.0,
"MaxBonesPerVertex": 4,
"bEnforceBoneBoundaries": false,
"bMergeCoincidentVertBones": true,
"VolumeImportance": 1.0,
"bLockEdges": false,
"bLockColorBounaries": false,
"BaseLOD": 0
},
"BonesToRemove": [],
"BonesToPrioritize": [],
"SectionsToPrioritize": [],
"WeightOfPrioritization": 1.0,
"BakePose": null,
"BakePoseOverride": null,
"SourceImportFilename": "",
"SkinCacheUsage": "ESkinCacheUsage::Auto",
"MorphTargetPositionErrorTolerance": 20.0,
"bHasBeenSimplified": false,
"bHasPerLODVertexColors": false,
"bAllowCPUAccess": false,
"VertexAttributes": [],
"bSupportUniformlyDistributedSampling": false
}
],
"PhysicsAsset": {
"ObjectName": "PhysicsAsset'SKM_PhysHand_Left_PhysicsAsset'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Left_PhysicsAsset.0"
},
"SamplingInfo": {
"BuiltData": {
"WholeMeshBuiltData": [
{
"AreaWeightedTriangleSampler": {
"Prob": [],
"Alias": [],
"TotalWeight": 0.0
}
}
]
}
},
"AssetUserData": [
{
"ObjectName": "AnimCurveMetaData'SKM_PhysHand_Left_new:AnimCurveMetaData_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Left_new.0"
}
]
},
"ImportedBounds": {
"Origin": {
"X": -0.76221824,
"Y": 6.375057,
"Z": -1.4994202
},
"BoxExtent": {
"X": 6.7991085,
"Y": 11.141762,
"Z": 4.7654724
},
"SphereRadius": 13.895195
},
"SkeletalMaterials": [
{
"MaterialSlotName": "Gloves",
"Material": {
"ObjectName": "MaterialInstanceConstant'Gloves1'",
"ObjectPath": "/Game/ITR2/Art/Characters/TestBodyModel/Test_Assets/Material/Gloves1.0"
},
"ImportedMaterialSlotName": null,
"UVChannelData": {
"bInitialized": true,
"bOverrideDensities": false,
"LocalUVDensities": [
33.29501,
782.53436,
0.0,
0.0
]
}
}
],
"LODModels": [
{
"Sections": [
{
"MaterialIndex": 0,
"BaseIndex": 0,
"NumTriangles": 9261,
"bRecomputeTangent": false,
"RecomputeTangentsVertexMaskChannel": "Alpha",
"bCastShadow": true,
"bVisibleInRayTracing": true,
"bLegacyClothingSection": false,
"CorrespondClothSectionIndex": -1,
"BaseVertexIndex": 0,
"NumVertices": 8965,
"MaxBoneInfluences": 5,
"bUse16BitBoneIndex": false,
"CorrespondClothAssetIndex": -1,
"bDisabled": false,
"GenerateUpToLodIndex": -1,
"OriginalDataSectionIndex": -1,
"ChunkedParentSectionIndex": -1
}
],
"NumVertices": 8965,
"NumTexCoords": 2,
"VertexAttributeBuffers": {},
"VertexBufferGPUSkin": {
"NumTexCoords": 0,
"MeshExtension": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"MeshOrigin": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"bUseFullPrecisionUVs": true,
"bExtraBoneInfluences": false
}
}
]
}
]

View file

@ -0,0 +1,92 @@
[
{
"Type": "AnimSequence",
"Name": "SKM_PhysHand_Open2",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'ACLAnimBoneCompressionSettings'",
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings.1"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"SequenceLength": 0.033333335,
"Skeleton": {
"ObjectName": "Skeleton'SKM_PhysHand_Right_Skeleton'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_Skeleton.5"
}
},
"SkeletonGuid": "7365381E-41B2D78D-60649B89-9E01C83B",
"CompressedTrackToSkeletonMapTable": [
0,
24,
46,
45,
41,
42,
43,
44,
37,
38,
39,
40,
33,
34,
35,
36,
29,
30,
31,
32,
26,
27,
28,
25,
1,
23,
22,
18,
19,
20,
21,
14,
15,
16,
17,
11,
12,
13,
7,
8,
9,
10,
3,
4,
5,
6,
2
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 2
},
"BoneCompressionCodec": {
"ObjectName": "AnimBoneCompressionCodec_ACL'ACLAnimBoneCompressionSettings:AnimBoneCompressionCodec_ACL_0'",
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 4888
}
]

View file

@ -0,0 +1,170 @@
[
{
"Type": "SkeletalMesh",
"Name": "SKM_PhysHand_Right",
"Class": "UScriptClass'SkeletalMesh'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Skeleton": {
"ObjectName": "Skeleton'SKM_PhysHand_Right_Skeleton'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_Skeleton.5"
},
"LODInfo": [
{
"ScreenSize": {
"bCooked": true,
"Default": 1.0,
"Value": 1.0
},
"LODHysteresis": 0.02,
"LODMaterialMap": [],
"BuildSettings": {
"bRecomputeNormals": true,
"bRecomputeTangents": true,
"bUseMikkTSpace": true,
"bComputeWeightedNormals": true,
"bRemoveDegenerates": true,
"bUseHighPrecisionTangentBasis": false,
"bUseHighPrecisionSkinWeights": false,
"bUseFullPrecisionUVs": false,
"bUseBackwardsCompatibleF16TruncUVs": false,
"ThresholdPosition": 2E-05,
"ThresholdTangentNormal": 2E-05,
"ThresholdUV": 0.000977,
"MorphThresholdPosition": 0.015,
"BoneInfluenceLimit": 0
},
"ReductionSettings": {
"TerminationCriterion": "SkeletalMeshTerminationCriterion::SMTC_NumOfTriangles",
"NumOfTrianglesPercentage": 1.0,
"NumOfVertPercentage": 1.0,
"MaxNumOfTriangles": 4,
"MaxNumOfVerts": 6,
"MaxDeviationPercentage": 0.0,
"ReductionMethod": "SkeletalMeshOptimizationType::SMOT_NumOfTriangles",
"SilhouetteImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"TextureImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"ShadingImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"SkinningImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"bRemapMorphTargets": false,
"bRecalcNormals": true,
"WeldingThreshold": 0.1,
"NormalsThreshold": 60.0,
"MaxBonesPerVertex": 4,
"bEnforceBoneBoundaries": false,
"bMergeCoincidentVertBones": true,
"VolumeImportance": 1.0,
"bLockEdges": false,
"bLockColorBounaries": false,
"BaseLOD": 0
},
"BonesToRemove": [],
"BonesToPrioritize": [],
"SectionsToPrioritize": [],
"WeightOfPrioritization": 1.0,
"BakePose": null,
"BakePoseOverride": null,
"SourceImportFilename": "",
"SkinCacheUsage": "ESkinCacheUsage::Auto",
"MorphTargetPositionErrorTolerance": 20.0,
"bHasBeenSimplified": false,
"bHasPerLODVertexColors": false,
"bAllowCPUAccess": false,
"VertexAttributes": [],
"bSupportUniformlyDistributedSampling": false
}
],
"PhysicsAsset": {
"ObjectName": "PhysicsAsset'SKM_PhysHand_Right_PhysicsAsset'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_PhysicsAsset.0"
},
"SamplingInfo": {
"BuiltData": {
"WholeMeshBuiltData": [
{
"AreaWeightedTriangleSampler": {
"Prob": [],
"Alias": [],
"TotalWeight": 0.0
}
}
]
}
}
},
"ImportedBounds": {
"Origin": {
"X": 0.73921585,
"Y": 9.370616,
"Z": -2.0455172
},
"BoxExtent": {
"X": 6.5482435,
"Y": 8.12077,
"Z": 3.8580186
},
"SphereRadius": 11.122532
},
"SkeletalMaterials": [
{
"MaterialSlotName": "MaterialSlot",
"Material": null,
"ImportedMaterialSlotName": null,
"UVChannelData": {
"bInitialized": true,
"bOverrideDensities": false,
"LocalUVDensities": [
6.606002,
0.0,
0.0,
0.0
]
}
}
],
"LODModels": [
{
"Sections": [
{
"MaterialIndex": 0,
"BaseIndex": 0,
"NumTriangles": 1548,
"bRecomputeTangent": false,
"RecomputeTangentsVertexMaskChannel": "Alpha",
"bCastShadow": true,
"bVisibleInRayTracing": true,
"bLegacyClothingSection": false,
"CorrespondClothSectionIndex": -1,
"BaseVertexIndex": 0,
"NumVertices": 1958,
"MaxBoneInfluences": 1,
"bUse16BitBoneIndex": false,
"CorrespondClothAssetIndex": -1,
"bDisabled": false,
"GenerateUpToLodIndex": -1,
"OriginalDataSectionIndex": -1,
"ChunkedParentSectionIndex": -1
}
],
"NumVertices": 1958,
"NumTexCoords": 1,
"VertexAttributeBuffers": {},
"VertexBufferGPUSkin": {
"NumTexCoords": 0,
"MeshExtension": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"MeshOrigin": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"bUseFullPrecisionUVs": true,
"bExtraBoneInfluences": false
}
}
]
}
]

View file

@ -0,0 +1,224 @@
[
{
"Type": "AnimCurveMetaData",
"Name": "AnimCurveMetaData_4",
"Outer": "SKM_PhysHand_Right_new",
"Class": "UScriptClass'AnimCurveMetaData'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SkeletalMesh",
"Name": "SKM_PhysHand_Right_new",
"Class": "UScriptClass'SkeletalMesh'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Skeleton": {
"ObjectName": "Skeleton'SKM_PhysHand_Right_Skeleton'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_Skeleton.5"
},
"LODInfo": [
{
"ScreenSize": {
"bCooked": true,
"Default": 1.0,
"Value": 1.0
},
"LODHysteresis": 0.02,
"LODMaterialMap": [],
"BuildSettings": {
"bRecomputeNormals": true,
"bRecomputeTangents": true,
"bUseMikkTSpace": true,
"bComputeWeightedNormals": true,
"bRemoveDegenerates": true,
"bUseHighPrecisionTangentBasis": false,
"bUseHighPrecisionSkinWeights": false,
"bUseFullPrecisionUVs": false,
"bUseBackwardsCompatibleF16TruncUVs": false,
"ThresholdPosition": 2E-05,
"ThresholdTangentNormal": 2E-05,
"ThresholdUV": 0.000977,
"MorphThresholdPosition": 0.015,
"BoneInfluenceLimit": 0
},
"ReductionSettings": {
"TerminationCriterion": "SkeletalMeshTerminationCriterion::SMTC_NumOfTriangles",
"NumOfTrianglesPercentage": 1.0,
"NumOfVertPercentage": 1.0,
"MaxNumOfTriangles": 4,
"MaxNumOfVerts": 6,
"MaxDeviationPercentage": 0.0,
"ReductionMethod": "SkeletalMeshOptimizationType::SMOT_NumOfTriangles",
"SilhouetteImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"TextureImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"ShadingImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"SkinningImportance": "SkeletalMeshOptimizationImportance::SMOI_Normal",
"bRemapMorphTargets": false,
"bRecalcNormals": true,
"WeldingThreshold": 0.1,
"NormalsThreshold": 60.0,
"MaxBonesPerVertex": 4,
"bEnforceBoneBoundaries": false,
"bMergeCoincidentVertBones": true,
"VolumeImportance": 1.0,
"bLockEdges": false,
"bLockColorBounaries": false,
"BaseLOD": 0
},
"BonesToRemove": [],
"BonesToPrioritize": [],
"SectionsToPrioritize": [],
"WeightOfPrioritization": 1.0,
"BakePose": null,
"BakePoseOverride": null,
"SourceImportFilename": "",
"SkinCacheUsage": "ESkinCacheUsage::Auto",
"MorphTargetPositionErrorTolerance": 20.0,
"bHasBeenSimplified": false,
"bHasPerLODVertexColors": false,
"bAllowCPUAccess": false,
"VertexAttributes": [],
"bSupportUniformlyDistributedSampling": false
}
],
"PhysicsAsset": {
"ObjectName": "PhysicsAsset'SKM_PhysHand_Right_PhysicsAsset'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_PhysicsAsset.0"
},
"SamplingInfo": {
"BuiltData": {
"WholeMeshBuiltData": [
{
"AreaWeightedTriangleSampler": {
"Prob": [],
"Alias": [],
"TotalWeight": 0.0
}
}
]
}
},
"AssetUserData": [
{
"ObjectName": "AnimCurveMetaData'SKM_PhysHand_Right_new:AnimCurveMetaData_4'",
"ObjectPath": "/Game/ITR2/BPs/Player/BodyAssets/SKM_PhysHands/SKM_PhysHand_Right_new.0"
}
]
},
"ImportedBounds": {
"Origin": {
"X": 0.61531353,
"Y": 6.427165,
"Z": -1.4033991
},
"BoxExtent": {
"X": 6.8122497,
"Y": 11.152186,
"Z": 4.7409816
},
"SphereRadius": 13.901615
},
"SkeletalMaterials": [
{
"MaterialSlotName": "Gloves",
"Material": {
"ObjectName": "MaterialInstanceConstant'Gloves1'",
"ObjectPath": "/Game/ITR2/Art/Characters/TestBodyModel/Test_Assets/Material/Gloves1.0"
},
"ImportedMaterialSlotName": null,
"UVChannelData": {
"bInitialized": true,
"bOverrideDensities": false,
"LocalUVDensities": [
33.27335,
782.22723,
0.0,
0.0
]
}
},
{
"MaterialSlotName": "Ash_Screen",
"Material": {
"ObjectName": "MaterialInstanceConstant'Gloves1'",
"ObjectPath": "/Game/ITR2/Art/Characters/TestBodyModel/Test_Assets/Material/Gloves1.0"
},
"ImportedMaterialSlotName": null,
"UVChannelData": {
"bInitialized": true,
"bOverrideDensities": false,
"LocalUVDensities": [
32.883934,
0.8419824,
0.0,
0.0
]
}
}
],
"LODModels": [
{
"Sections": [
{
"MaterialIndex": 0,
"BaseIndex": 0,
"NumTriangles": 9570,
"bRecomputeTangent": false,
"RecomputeTangentsVertexMaskChannel": "Alpha",
"bCastShadow": true,
"bVisibleInRayTracing": true,
"bLegacyClothingSection": false,
"CorrespondClothSectionIndex": -1,
"BaseVertexIndex": 0,
"NumVertices": 6477,
"MaxBoneInfluences": 5,
"bUse16BitBoneIndex": false,
"CorrespondClothAssetIndex": -1,
"bDisabled": false,
"GenerateUpToLodIndex": -1,
"OriginalDataSectionIndex": -1,
"ChunkedParentSectionIndex": -1
},
{
"MaterialIndex": 1,
"BaseIndex": 28710,
"NumTriangles": 6,
"bRecomputeTangent": false,
"RecomputeTangentsVertexMaskChannel": "Alpha",
"bCastShadow": true,
"bVisibleInRayTracing": true,
"bLegacyClothingSection": false,
"CorrespondClothSectionIndex": -1,
"BaseVertexIndex": 6477,
"NumVertices": 12,
"MaxBoneInfluences": 3,
"bUse16BitBoneIndex": false,
"CorrespondClothAssetIndex": -1,
"bDisabled": false,
"GenerateUpToLodIndex": -1,
"OriginalDataSectionIndex": -1,
"ChunkedParentSectionIndex": -1
}
],
"NumVertices": 6489,
"NumTexCoords": 2,
"VertexAttributeBuffers": {},
"VertexBufferGPUSkin": {
"NumTexCoords": 0,
"MeshExtension": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"MeshOrigin": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"bUseFullPrecisionUVs": true,
"bExtraBoneInfluences": false
}
}
]
}
]

View file

@ -0,0 +1,363 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "FL_Input_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'BlueprintFunctionLibrary'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'FL_Input_C:BlockInput'",
"ObjectPath": "/Game/ITR2/BPs/Player/FL_Input.2"
},
{
"ObjectName": "Function'FL_Input_C:SetupDominantHandInput'",
"ObjectPath": "/Game/ITR2/BPs/Player/FL_Input.3"
}
],
"FuncMap": {
"SetupDominantHandInput": {
"ObjectName": "Function'FL_Input_C:SetupDominantHandInput'",
"ObjectPath": "/Game/ITR2/BPs/Player/FL_Input.3"
},
"BlockInput": {
"ObjectName": "Function'FL_Input_C:BlockInput'",
"ObjectPath": "/Game/ITR2/BPs/Player/FL_Input.2"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "FL_Input_C'Default__FL_Input_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/FL_Input.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_FunctionLibrary"
}
},
{
"Type": "FL_Input_C",
"Name": "Default__FL_Input_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/FL_Input.FL_Input_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "Function",
"Name": "BlockInput",
"Outer": "FL_Input_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "__WorldContext",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "NewLocalVar",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'InputAction'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "StructProperty",
"Name": "Temp_struct_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "ConstParm",
"Struct": {
"ObjectName": "Class'ModifyContextOptions'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetPlayerController_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'PlayerController'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'EnhancedInputLocalPlayerSubsystem'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_RequestRebuildControlMappings_self_CastInput",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'EnhancedInputSubsystemInterface'",
"ObjectPath": "/Script/EnhancedInput"
}
}
],
"FunctionFlags": "FUNC_Static | FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetupDominantHandInput",
"Outer": "FL_Input_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "__WorldContext",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Temp_struct_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "ConstParm",
"Struct": {
"ObjectName": "Class'ModifyContextOptions'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusSettingsSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsLeftHanded_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusSettingsSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsDedicatedServer_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsLeftHanded_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "Temp_bool_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm",
"PropertyClass": {
"ObjectName": "Class'InputMappingContext'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm",
"PropertyClass": {
"ObjectName": "Class'InputMappingContext'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm",
"PropertyClass": {
"ObjectName": "Class'InputMappingContext'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm",
"PropertyClass": {
"ObjectName": "Class'InputMappingContext'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable_3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm",
"PropertyClass": {
"ObjectName": "Class'InputMappingContext'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_MakeStruct_ModifyContextOptions",
"Flags": "RF_Public",
"ElementSize": 1,
"Struct": {
"ObjectName": "Class'ModifyContextOptions'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "BoolProperty",
"Name": "Temp_bool_Variable_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetFirstPlayerController_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'PlayerController'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'EnhancedInputLocalPlayerSubsystem'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Select_Default_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm",
"PropertyClass": {
"ObjectName": "Class'InputMappingContext'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_AddMappingContext_self_CastInput",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'EnhancedInputSubsystemInterface'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_RemoveMappingContext_self_CastInput",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'EnhancedInputSubsystemInterface'",
"ObjectPath": "/Script/EnhancedInput"
}
},
{
"Type": "InterfaceProperty",
"Name": "CallFunc_AddMappingContext_self_CastInput_1",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'EnhancedInputSubsystemInterface'",
"ObjectPath": "/Script/EnhancedInput"
}
}
],
"FunctionFlags": "FUNC_Static | FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,513 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "HandSocketBase_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFunction": {
"ObjectName": "Function'HandSocketBase_C:ExecuteUbergraph_HandSocketBase'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.1"
}
},
"SuperStruct": {
"ObjectName": "Class'RadiusHandSocketComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"Children": [
{
"ObjectName": "Function'HandSocketBase_C:GetSocketGrabTag'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.2"
},
{
"ObjectName": "Function'HandSocketBase_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.5"
},
{
"ObjectName": "Function'HandSocketBase_C:OnGripped'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.4"
},
{
"ObjectName": "Function'HandSocketBase_C:OnDropped_Event'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.3"
},
{
"ObjectName": "Function'HandSocketBase_C:SwitchDisableGrip'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.6"
},
{
"ObjectName": "Function'HandSocketBase_C:ExecuteUbergraph_HandSocketBase'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.1"
}
],
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "UberGraphFrame",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Transient | DuplicateTransient",
"Struct": {
"ObjectName": "Class'PointerToUberGraphFrame'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "bDisableGripIfAlreadyGripped",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"ExecuteUbergraph_HandSocketBase": {
"ObjectName": "Function'HandSocketBase_C:ExecuteUbergraph_HandSocketBase'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.1"
},
"SwitchDisableGrip": {
"ObjectName": "Function'HandSocketBase_C:SwitchDisableGrip'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.6"
},
"OnDropped_Event": {
"ObjectName": "Function'HandSocketBase_C:OnDropped_Event'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.3"
},
"OnGripped": {
"ObjectName": "Function'HandSocketBase_C:OnGripped'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.4"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'HandSocketBase_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.5"
},
"GetSocketGrabTag": {
"ObjectName": "Function'HandSocketBase_C:GetSocketGrabTag'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.2"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "HandSocketBase_C'Default__HandSocketBase_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.7"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_HandSocketBase",
"Outer": "HandSocketBase_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": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_GrippingController_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_GripInformation_1",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsGrippable_Actor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'GrippableActor'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "K2Node_CustomEvent_GrippingController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_GripInformation",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_bWasSocketed",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'VROnDropSignature__DelegateSignature'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_bIsDisabled",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Class'VROnGripSignature__DelegateSignature'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "GetSocketGrabTag",
"Outer": "HandSocketBase_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'RadiusHandSocketComponent:GetSocketGrabTag'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 32,
"PropertyFlags": "Parm | OutParm | ReturnParm",
"Struct": {
"ObjectName": "Class'GameplayTagContainer'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetOwner_ReturnValue",
"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_GetAttachParent_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "InterfaceProperty",
"Name": "K2Node_DynamicCast_AsItem_Container_Interface",
"Flags": "RF_Public",
"ElementSize": 16,
"InterfaceClass": {
"ObjectName": "Class'ItemContainerInterface'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"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_GetAllowedGripTags_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 32,
"Struct": {
"ObjectName": "Class'GameplayTagContainer'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "IntProperty",
"Name": "CallFunc_GetNumGameplayTagsInContainer_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
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure | FUNC_Const"
},
{
"Type": "Function",
"Name": "OnDropped_Event",
"Outer": "HandSocketBase_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "GrippingController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "GripInformation",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "BoolProperty",
"Name": "bWasSocketed",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnGripped",
"Outer": "HandSocketBase_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "GrippingController",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'GripMotionControllerComponent'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
},
{
"Type": "StructProperty",
"Name": "GripInformation",
"Flags": "RF_Public",
"ElementSize": 752,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm | ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'BPActorGripInformation'",
"ObjectPath": "/Script/VRExpansionPlugin"
}
}
],
"FunctionFlags": "FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "HandSocketBase_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": "SwitchDisableGrip",
"Outer": "HandSocketBase_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "bIsDisabled",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HandSocketBase_C",
"Name": "Default__HandSocketBase_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/Player/HandSocket/HandSocketBase.HandSocketBase_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"ControllerType": {
"TagName": "Controller.Quest"
},
"HandRelativePlacement": {
"Rotation": {
"X": -0.6963642,
"Y": -0.1227878,
"Z": -0.1227878,
"W": 0.6963642,
"IsNormalized": true,
"Size": 0.99999994,
"SizeSquared": 0.99999994
},
"Translation": {
"X": -3.0,
"Y": 3.0,
"Z": 7.0
}
},
"bFlipForLeftHand": true,
"bOnlyFlipRotation": true,
"MirroredScale": {
"X": -1.0,
"Y": 1.0,
"Z": 1.0
}
}
}
]

View file

@ -0,0 +1,79 @@
[
{
"Type": "BlendSpace1D",
"Name": "BS_MM_WalkRun",
"Class": "UScriptClass'BlendSpace1D'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"InterpolationParam": {
"InterpolationType": "EFilterInterpolationType::BSIT_EaseInOut"
},
"TargetWeightInterpolationSpeedPerSec": 5.0,
"AnimLength": 2.7333333,
"SampleIndexWithMarkers": 0,
"SampleData": [
{
"Animation": {
"ObjectName": "AnimSequence'MM_Run_Fwd'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Animations/Manny/MM_Run_Fwd.0"
},
"SampleValue": {
"X": 500.0,
"Y": 0.0,
"Z": 0.0
},
"RateScale": 1.0
},
{
"Animation": {
"ObjectName": "AnimSequence'MM_Walk_Fwd'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Animations/Manny/MM_Walk_Fwd.0"
},
"SampleValue": {
"X": 230.0,
"Y": 0.0,
"Z": 0.0
},
"RateScale": 1.0
},
{
"Animation": {
"ObjectName": "AnimSequence'MM_Walk_InPlace'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Animations/Manny/MM_Walk_InPlace.0"
},
"SampleValue": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"RateScale": 1.0
}
],
"BlendSpaceData": {
"Segments": [
{
"SampleIndices": 2,
"SampleIndices[1]": 1,
"Vertices": 0.0,
"Vertices[1]": 0.46
},
{
"SampleIndices": 1,
"SampleIndices[1]": 0,
"Vertices": 0.46,
"Vertices[1]": 1.0
}
]
},
"BlendParameters": {
"DisplayName": "Speed",
"Max": 500.0
},
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
}
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364"
}
]

View file

@ -0,0 +1,326 @@
[
{
"Type": "AnimSequence",
"Name": "MM_Fall_Loop",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultAnimBoneCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"RetargetSource": "SKM_Manny",
"bForceRootLock": true,
"TargetFrameRate": {
"Numerator": 30
},
"AttributeCurves": [
{
"Key": {
"Name": "TCHour",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCMinute",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCSecond",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCFrame",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 19
}
]
}
}
],
"SequenceLength": 3.0,
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
},
"AssetUserData": [
null
]
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
40,
41,
36,
37,
38,
39,
21,
22,
23,
24,
33,
34,
35,
25,
26,
27,
28,
29,
30,
31,
32,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
86,
87,
71,
72,
73,
74,
75,
76,
77,
78,
67,
68,
69,
70,
82,
83,
84,
85,
79,
80,
81,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
127,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
141,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
156,
157,
158,
152,
153,
155,
154
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 91,
"KeyEncodingFormat": "AKF_PerTrackCompression",
"TranslationCompressionFormat": "ACF_Identity",
"RotationCompressionFormat": "ACF_Identity",
"ScaleCompressionFormat": "ACF_Identity"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_PerTrackCompression'DefaultAnimBoneCompressionSettings:AnimCompress_PerTrackCompression_3'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 249816
}
]

View file

@ -0,0 +1,255 @@
[
{
"Type": "AnimSequence",
"Name": "MM_Idle",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultAnimBoneCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"RetargetSource": "SKM_Manny",
"TargetFrameRate": {
"Numerator": 30
},
"AttributeCurves": [
{
"Key": {
"Name": "TCHour",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCMinute",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCSecond",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCFrame",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 19
}
]
}
}
],
"SequenceLength": 7.5666666,
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
},
"AssetUserData": [
null
]
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
20,
36,
37,
38,
39,
21,
22,
23,
24,
33,
34,
35,
25,
26,
27,
28,
29,
30,
31,
32,
42,
43,
45,
56,
57,
58,
59,
60,
66,
71,
72,
73,
74,
75,
76,
77,
78,
67,
68,
69,
70,
82,
83,
84,
85,
79,
80,
81,
88,
89,
91,
106,
107,
108,
109,
112,
114,
118,
120,
129,
130,
131,
132,
135,
137,
141,
143,
152,
153,
155,
154,
156,
157,
158
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 228,
"KeyEncodingFormat": "AKF_PerTrackCompression",
"TranslationCompressionFormat": "ACF_Identity",
"RotationCompressionFormat": "ACF_Identity",
"ScaleCompressionFormat": "ACF_Identity"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_PerTrackCompression'DefaultAnimBoneCompressionSettings:AnimCompress_PerTrackCompression_3'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 463256
}
]

View file

@ -0,0 +1,326 @@
[
{
"Type": "AnimSequence",
"Name": "MM_Jump",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultAnimBoneCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"RetargetSource": "SKM_Manny",
"bForceRootLock": true,
"TargetFrameRate": {
"Numerator": 30
},
"AttributeCurves": [
{
"Key": {
"Name": "TCHour",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCMinute",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCSecond",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCFrame",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 19
}
]
}
}
],
"SequenceLength": 0.8666667,
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
},
"AssetUserData": [
null
]
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
40,
41,
36,
37,
38,
39,
21,
22,
23,
24,
33,
34,
35,
25,
26,
27,
28,
29,
30,
31,
32,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
86,
87,
71,
72,
73,
74,
75,
76,
77,
78,
67,
68,
69,
70,
82,
83,
84,
85,
79,
80,
81,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
127,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
141,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
156,
157,
158,
152,
153,
155,
154
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 27,
"KeyEncodingFormat": "AKF_PerTrackCompression",
"TranslationCompressionFormat": "ACF_Identity",
"RotationCompressionFormat": "ACF_Identity",
"ScaleCompressionFormat": "ACF_Identity"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_PerTrackCompression'DefaultAnimBoneCompressionSettings:AnimCompress_PerTrackCompression_3'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 81016
}
]

View file

@ -0,0 +1,238 @@
[
{
"Type": "AnimSequence",
"Name": "MM_Land",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultAnimBoneCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"AdditiveAnimType": "EAdditiveAnimationType::AAT_LocalSpaceBase",
"RefPoseType": "EAdditiveBasePoseType::ABPT_LocalAnimFrame",
"RefFrameIndex": 26,
"RetargetSource": "SKM_Manny",
"bForceRootLock": true,
"TargetFrameRate": {
"Numerator": 30
},
"AttributeCurves": [
{
"Key": {
"Name": "TCHour",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 0
}
]
}
},
{
"Key": {
"Name": "TCMinute",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 0
}
]
}
},
{
"Key": {
"Name": "TCSecond",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 0
}
]
}
},
{
"Key": {
"Name": "TCFrame",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 0
}
]
}
}
],
"SequenceLength": 0.8666667,
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
},
"AssetUserData": [
null
]
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
20,
22,
23,
24,
26,
27,
28,
30,
31,
32,
33,
34,
35,
37,
38,
39,
56,
57,
58,
66,
68,
69,
70,
72,
73,
74,
76,
77,
78,
79,
80,
81,
83,
84,
85,
106,
107,
108,
109,
112,
114,
118,
120,
129,
130,
131,
132,
135,
137,
141,
143,
153,
155,
157,
158
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 27,
"KeyEncodingFormat": "AKF_PerTrackCompression",
"TranslationCompressionFormat": "ACF_Identity",
"RotationCompressionFormat": "ACF_Identity",
"ScaleCompressionFormat": "ACF_Identity"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_PerTrackCompression'DefaultAnimBoneCompressionSettings:AnimCompress_PerTrackCompression_3'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 72560
}
]

View file

@ -0,0 +1,282 @@
[
{
"Type": "AnimSequence",
"Name": "MM_Run_Fwd",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultAnimBoneCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"RetargetSource": "SKM_Manny",
"bForceRootLock": true,
"AuthoredSyncMarkers": [
{
"MarkerName": "L",
"Time": 0.23241353
},
{
"MarkerName": "R",
"Time": 0.54405785
},
{
"MarkerName": "L",
"Time": 0.8518783
},
{
"MarkerName": "R",
"Time": 1.1826419
},
{
"MarkerName": "L",
"Time": 1.4942862
},
{
"MarkerName": "R",
"Time": 1.8288736
}
],
"TargetFrameRate": {
"Numerator": 30
},
"AttributeCurves": [
{
"Key": {
"Name": "TCHour",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCMinute",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCSecond",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCFrame",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 19
}
]
}
}
],
"SequenceLength": 1.9,
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
},
"AssetUserData": [
null
]
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
20,
36,
37,
38,
39,
21,
22,
23,
24,
33,
34,
35,
25,
26,
27,
28,
29,
30,
31,
32,
42,
43,
45,
56,
57,
58,
59,
60,
66,
71,
72,
73,
74,
75,
76,
77,
78,
67,
68,
69,
70,
82,
83,
84,
85,
79,
80,
81,
88,
89,
91,
106,
107,
108,
109,
112,
114,
118,
120,
129,
130,
131,
132,
135,
137,
141,
143,
152,
153,
155,
154,
156,
157,
158
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 58,
"KeyEncodingFormat": "AKF_PerTrackCompression",
"TranslationCompressionFormat": "ACF_Identity",
"RotationCompressionFormat": "ACF_Identity",
"ScaleCompressionFormat": "ACF_Identity"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_PerTrackCompression'DefaultAnimBoneCompressionSettings:AnimCompress_PerTrackCompression_2'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 140128
}
]

View file

@ -0,0 +1,282 @@
[
{
"Type": "AnimSequence",
"Name": "MM_Walk_Fwd",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultAnimBoneCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"RetargetSource": "SKM_Manny",
"bForceRootLock": true,
"AuthoredSyncMarkers": [
{
"MarkerName": "L",
"Time": 0.41686413
},
{
"MarkerName": "R",
"Time": 0.89545
},
{
"MarkerName": "L",
"Time": 1.3492814
},
{
"MarkerName": "R",
"Time": 1.8003625
},
{
"MarkerName": "L",
"Time": 2.2486928
},
{
"MarkerName": "R",
"Time": 2.716277
}
],
"TargetFrameRate": {
"Numerator": 30
},
"AttributeCurves": [
{
"Key": {
"Name": "TCHour",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCMinute",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCSecond",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 14
}
]
}
},
{
"Key": {
"Name": "TCFrame",
"BoneName": "pelvis",
"BoneIndex": 1,
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
}
},
"Value": {
"Keys": [
{
"Time": 0.0
}
],
"ScriptStructPath": {
"AssetPathName": "/Script/Engine.IntegerAnimationAttribute",
"SubPathString": ""
},
"Values": [
{
"Value": 19
}
]
}
}
],
"SequenceLength": 2.7333333,
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
},
"AssetUserData": [
null
]
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
20,
36,
37,
38,
39,
21,
22,
23,
24,
33,
34,
35,
25,
26,
27,
28,
29,
30,
31,
32,
42,
43,
45,
56,
57,
58,
59,
60,
66,
71,
72,
73,
74,
75,
76,
77,
78,
67,
68,
69,
70,
82,
83,
84,
85,
79,
80,
81,
88,
89,
91,
106,
107,
108,
109,
112,
114,
118,
120,
129,
130,
131,
132,
135,
137,
141,
143,
152,
153,
155,
154,
156,
157,
158
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 83,
"KeyEncodingFormat": "AKF_PerTrackCompression",
"TranslationCompressionFormat": "ACF_Identity",
"RotationCompressionFormat": "ACF_Identity",
"ScaleCompressionFormat": "ACF_Identity"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_PerTrackCompression'DefaultAnimBoneCompressionSettings:AnimCompress_PerTrackCompression_0'",
"ObjectPath": "/Engine/Animation/DefaultAnimBoneCompressionSettings"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 168008
}
]

View file

@ -0,0 +1,241 @@
[
{
"Type": "AnimSequence",
"Name": "MM_Walk_InPlace",
"Class": "UScriptClass'AnimSequence'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"BoneCompressionSettings": {
"ObjectName": "AnimBoneCompressionSettings'DefaultRecorderBoneCompression'",
"ObjectPath": "/Engine/Animation/DefaultRecorderBoneCompression.0"
},
"CurveCompressionSettings": {
"ObjectName": "AnimCurveCompressionSettings'DefaultAnimCurveCompressionSettings'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings.1"
},
"VariableFrameStrippingSettings": {
"ObjectName": "VariableFrameStrippingSettings'DefaultVariableFrameStrippingSettings'",
"ObjectPath": "/Engine/Animation/DefaultVariableFrameStrippingSettings.0"
},
"RetargetSource": "SKM_Manny",
"AuthoredSyncMarkers": [
{
"MarkerName": "L",
"Time": 0.4278661
},
{
"MarkerName": "R",
"Time": 0.900951
},
{
"MarkerName": "L",
"Time": 1.2750181
},
{
"MarkerName": "R",
"Time": 1.759105
},
{
"MarkerName": "L",
"Time": 2.2019346
},
{
"MarkerName": "R",
"Time": 2.6722689
}
],
"TargetFrameRate": {
"Numerator": 30
},
"SequenceLength": 2.7333333,
"Skeleton": {
"ObjectName": "Skeleton'SK_Mannequin'",
"ObjectPath": "/Game/ITR2/BPs/Player/Mannequins/Meshes/SK_Mannequin.24"
},
"AssetUserData": [
null
]
},
"SkeletonGuid": "95C90ECB-4B4D2325-AE1B78B5-1F934364",
"CompressedTrackToSkeletonMapTable": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
40,
41,
36,
37,
38,
39,
21,
22,
23,
24,
33,
34,
35,
25,
26,
27,
28,
29,
30,
31,
32,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
86,
87,
71,
72,
73,
74,
75,
76,
77,
78,
67,
68,
69,
70,
82,
83,
84,
85,
79,
80,
81,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
127,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
141,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
156,
157,
158,
152,
153,
155,
154
],
"CompressedCurveData": {
"FloatCurves": []
},
"CompressedDataStructure": {
"CompressedNumberOfFrames": 83,
"KeyEncodingFormat": "AKF_ConstantKeyLerp",
"TranslationCompressionFormat": "ACF_None",
"RotationCompressionFormat": "ACF_Float96NoW",
"ScaleCompressionFormat": "ACF_None"
},
"BoneCompressionCodec": {
"ObjectName": "AnimCompress_BitwiseCompressOnly'DefaultRecorderBoneCompression:AnimCompress_BitwiseCompressOnly_0'",
"ObjectPath": "/Engine/Animation/DefaultRecorderBoneCompression"
},
"CurveCompressionCodec": {
"ObjectName": "AnimCurveCompressionCodec_CompressedRichCurve'DefaultAnimCurveCompressionSettings:CurveCompressionCodec'",
"ObjectPath": "/Engine/Animation/DefaultAnimCurveCompressionSettings"
},
"CompressedRawDataSize": 194312
}
]

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

View file

@ -0,0 +1,488 @@
[
{
"Type": "Border",
"Name": "Border_91",
"Outer": "WidgetTree",
"Class": "UScriptClass'Border'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"BrushColor": {
"R": 0.5,
"G": 0.5,
"B": 0.5,
"A": 0.0,
"Hex": "BCBCBC"
},
"Slots": [
{
"ObjectName": "BorderSlot'WBP_PlayerDebug_C:WidgetTree.Border_91.BorderSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.1"
}
],
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_PlayerDebug_C:WidgetTree.CanvasPanel_295.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.3"
}
}
},
{
"Type": "BorderSlot",
"Name": "BorderSlot_0",
"Outer": "Border_91",
"Class": "UScriptClass'BorderSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Border'WBP_PlayerDebug_C:WidgetTree.Border_91'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.0"
},
"Content": {
"ObjectName": "VerticalBox'WBP_PlayerDebug_C:WidgetTree.VerticalBox_53'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.14"
}
}
},
{
"Type": "CanvasPanel",
"Name": "CanvasPanel_295",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBP_PlayerDebug_C:WidgetTree.CanvasPanel_295.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.3"
}
]
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_0",
"Outer": "CanvasPanel_295",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Anchors": {
"Minimum": {
"X": 0.5,
"Y": 0.5
},
"Maximum": {
"X": 0.5,
"Y": 0.5
}
},
"Alignment": {
"X": 0.5,
"Y": 0.5
}
},
"bAutoSize": true,
"Parent": {
"ObjectName": "CanvasPanel'WBP_PlayerDebug_C:WidgetTree.CanvasPanel_295'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.2"
},
"Content": {
"ObjectName": "Border'WBP_PlayerDebug_C:WidgetTree.Border_91'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.0"
}
}
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBP_PlayerDebug_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:Construct'",
"ObjectPath": "/Script/UMG"
},
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_PlayerDebug",
"Outer": "WBP_PlayerDebug_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"
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "SetPing",
"Outer": "WBP_PlayerDebug_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "NewPing",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "CallFunc_Conv_DoubleToText_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetPlayerName",
"Outer": "WBP_PlayerDebug_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "NewPlayerName",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HorizontalBox_75",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBP_PlayerDebug_C:WidgetTree.HorizontalBox_75.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.9"
},
{
"ObjectName": "HorizontalBoxSlot'WBP_PlayerDebug_C:WidgetTree.HorizontalBox_75.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.10"
}
],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_PlayerDebug_C:WidgetTree.VerticalBox_53.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.16"
},
"Visibility": "ESlateVisibility::Collapsed"
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_0",
"Outer": "HorizontalBox_75",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "HorizontalBox'WBP_PlayerDebug_C:WidgetTree.HorizontalBox_75'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.8"
},
"Content": {
"ObjectName": "TextBlock'WBP_PlayerDebug_C:WidgetTree.Ping_txt'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.11"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_2",
"Outer": "HorizontalBox_75",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "HorizontalBox'WBP_PlayerDebug_C:WidgetTree.HorizontalBox_75'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.8"
},
"Content": {
"ObjectName": "TextBlock'WBP_PlayerDebug_C:WidgetTree.TextBlock'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.13"
}
}
},
{
"Type": "TextBlock",
"Name": "Ping_txt",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"CultureInvariantString": "0"
},
"Font": {
"OutlineSettings": {
"OutlineSize": 1
},
"Size": 6.0
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_PlayerDebug_C:WidgetTree.HorizontalBox_75.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.9"
},
"bIsVariable": true
}
},
{
"Type": "TextBlock",
"Name": "PlayerName_txt",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "8688ADF14267DE567A9A0F9F9B7D43FD",
"SourceString": "Player Name",
"LocalizedString": "Default Player Name"
},
"Font": {
"OutlineSettings": {
"OutlineSize": 2
},
"Size": 12.0
},
"Justification": "ETextJustify::Center",
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_PlayerDebug_C:WidgetTree.VerticalBox_53.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.15"
},
"bIsVariable": true
}
},
{
"Type": "TextBlock",
"Name": "TextBlock",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "70553F8A4261765C8CD4C4AA7DB1273E",
"SourceString": "ms",
"LocalizedString": "ms"
},
"Font": {
"OutlineSettings": {
"OutlineSize": 1
},
"Size": 6.0
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_PlayerDebug_C:WidgetTree.HorizontalBox_75.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.10"
}
}
},
{
"Type": "VerticalBox",
"Name": "VerticalBox_53",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBP_PlayerDebug_C:WidgetTree.VerticalBox_53.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.15"
},
{
"ObjectName": "VerticalBoxSlot'WBP_PlayerDebug_C:WidgetTree.VerticalBox_53.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.16"
}
],
"Slot": {
"ObjectName": "BorderSlot'WBP_PlayerDebug_C:WidgetTree.Border_91.BorderSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.1"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_0",
"Outer": "VerticalBox_53",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_PlayerDebug_C:WidgetTree.VerticalBox_53'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.14"
},
"Content": {
"ObjectName": "TextBlock'WBP_PlayerDebug_C:WidgetTree.PlayerName_txt'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.12"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_2",
"Outer": "VerticalBox_53",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"Parent": {
"ObjectName": "VerticalBox'WBP_PlayerDebug_C:WidgetTree.VerticalBox_53'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.14"
},
"Content": {
"ObjectName": "HorizontalBox'WBP_PlayerDebug_C:WidgetTree.HorizontalBox_75'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.8"
}
}
},
{
"Type": "WBP_PlayerDebug_C",
"Name": "Default__WBP_PlayerDebug_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/Player/WBP_PlayerDebug.WBP_PlayerDebug_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false,
"Visibility": "ESlateVisibility::HitTestInvisible"
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_PlayerDebug_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_PlayerDebug_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.19"
},
"UberGraphFunction": {
"ObjectName": "Function'WBP_PlayerDebug_C:ExecuteUbergraph_WBP_PlayerDebug'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.5"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_PlayerDebug_C:SetPing'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.6"
},
{
"ObjectName": "Function'WBP_PlayerDebug_C:SetPlayerName'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.7"
},
{
"ObjectName": "Function'WBP_PlayerDebug_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.4"
},
{
"ObjectName": "Function'WBP_PlayerDebug_C:ExecuteUbergraph_WBP_PlayerDebug'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.5"
}
],
"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": "Ping_txt",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'TextBlock'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "PlayerName_txt",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'TextBlock'",
"ObjectPath": "/Script/UMG"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBP_PlayerDebug": {
"ObjectName": "Function'WBP_PlayerDebug_C:ExecuteUbergraph_WBP_PlayerDebug'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.5"
},
"Construct": {
"ObjectName": "Function'WBP_PlayerDebug_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.4"
},
"SetPlayerName": {
"ObjectName": "Function'WBP_PlayerDebug_C:SetPlayerName'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.7"
},
"SetPing": {
"ObjectName": "Function'WBP_PlayerDebug_C:SetPing'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.6"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBP_PlayerDebug_C'Default__WBP_PlayerDebug_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.17"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_PlayerDebug_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "CanvasPanel'WBP_PlayerDebug_C:WidgetTree.CanvasPanel_295'",
"ObjectPath": "/Game/ITR2/BPs/Player/WBP_PlayerDebug.2"
}
}
}
]