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,849 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.14"
},
"UberGraphFunction": {
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ExecuteUbergraph_BPA_FaceFollowingMenu_Old'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.2"
}
},
"SuperStruct": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.3"
},
{
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ReceiveTick'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.4"
},
{
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:UpdateRotation'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.5"
},
{
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ExecuteUbergraph_BPA_FaceFollowingMenu_Old'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.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": "RotationPivot",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "Scene",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "MenuStaticMesh",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'StaticMeshComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "MenuWidget",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'WidgetComponent'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "bRequestCentered",
"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": "CameraManager",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'PlayerCameraManager'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "bRotateMenu",
"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": "IgnoreRotAngle",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
}
],
"FuncMap": {
"ExecuteUbergraph_BPA_FaceFollowingMenu_Old": {
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ExecuteUbergraph_BPA_FaceFollowingMenu_Old'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.2"
},
"UpdateRotation": {
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:UpdateRotation'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.5"
},
"ReceiveTick": {
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ReceiveTick'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.4"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.3"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BPA_FaceFollowingMenu_Old_C'Default__BPA_FaceFollowingMenu_Old_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BPA_FaceFollowingMenu_Old_C",
"Name": "Default__BPA_FaceFollowingMenu_Old_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.BPA_FaceFollowingMenu_Old_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"bRequestCentered[5]": true,
"bRotateMenu[7]": true,
"IgnoreRotAngle[8]": 20.0,
"PrimaryActorTick": {
"bCanEverTick": true
}
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPA_FaceFollowingMenu_Old",
"Outer": "BPA_FaceFollowingMenu_Old_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_GetFirstPlayerController_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'PlayerController'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "K2Node_Event_DeltaSeconds",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "DoubleProperty",
"Name": "K2Node_CustomEvent_DeltaSeconds",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentRotation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Roll",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Pitch",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Yaw",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeRotator_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"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_K2_GetRootComponent_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentLocation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentRotation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Subtract_VectorVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Roll_1",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Pitch_1",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Yaw_1",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentRotation_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeRotator_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Roll_2",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Pitch_2",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "FloatProperty",
"Name": "CallFunc_BreakRotator_Yaw_2",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "StructProperty",
"Name": "CallFunc_RInterpTo_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeRotator_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_SetWorldRotation_SweepHitResult",
"Flags": "RF_Public",
"ElementSize": 240,
"PropertyFlags": "ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'HitResult'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeTransform_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Subtract_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_SetWorldTransform_SweepHitResult",
"Flags": "RF_Public",
"ElementSize": 240,
"PropertyFlags": "ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'HitResult'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Abs_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue",
"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": "BoolProperty",
"Name": "CallFunc_BooleanOR_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetInstigator_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Pawn'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetController_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Controller'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsPlayer_Controller",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'PlayerController'",
"ObjectPath": "/Script/Engine"
}
},
{
"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_Less_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_UpdateRotation_DeltaSeconds_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "FloatProperty",
"Name": "CallFunc_RInterpTo_DeltaTime_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Subtract_DoubleDouble_B_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Subtract_DoubleDouble_A_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BPA_FaceFollowingMenu_Old_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": "Function",
"Name": "ReceiveTick",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'Actor:ReceiveTick'",
"ObjectPath": "/Script/Engine"
},
"ChildProperties": [
{
"Type": "FloatProperty",
"Name": "DeltaSeconds",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "UpdateRotation",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "DeltaSeconds",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "SceneComponent",
"Name": "DefaultSceneRoot_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'SceneComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SceneComponent",
"Name": "RotationPivot_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'SceneComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SceneComponent",
"Name": "Scene_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'SceneComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_0",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "SceneComponent'BPA_FaceFollowingMenu_Old_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.6"
},
"VariableGuid": "B648B9D6-4A9E2BBB-4FB7A887-AF2EE204",
"InternalVariableName": "DefaultSceneRoot"
}
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_2",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'WidgetComponent'",
"ObjectPath": "/Script/UMG"
},
"ComponentTemplate": {
"ObjectName": "WidgetComponent'BPA_FaceFollowingMenu_Old_C:MenuWidget_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.16"
},
"VariableGuid": "F472C1E5-42BD7193-32C4ACBF-3DA140A5",
"InternalVariableName": "MenuWidget"
}
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_3",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "SceneComponent'BPA_FaceFollowingMenu_Old_C:RotationPivot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.7"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.10"
}
],
"VariableGuid": "D875DB65-4466DAE0-0C898898-E80BE159",
"InternalVariableName": "RotationPivot"
}
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_4",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "SceneComponent'BPA_FaceFollowingMenu_Old_C:Scene_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.8"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.13"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.11"
}
],
"VariableGuid": "4D4E0EC6-4E54F897-926563B2-14073E1A",
"InternalVariableName": "Scene"
}
},
{
"Type": "SCS_Node",
"Name": "SCS_Node_5",
"Outer": "SimpleConstructionScript_0",
"Class": "UScriptClass'SCS_Node'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentClass": {
"ObjectName": "Class'StaticMeshComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "StaticMeshComponent'BPA_FaceFollowingMenu_Old_C:MenuStaticMesh_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.15"
},
"VariableGuid": "A0896583-4ECB8E08-8FE4A88B-FB0D210C",
"InternalVariableName": "MenuStaticMesh"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.12"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.10"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.13"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.12"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.11"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_Old_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.9"
}
}
},
{
"Type": "StaticMeshComponent",
"Name": "MenuStaticMesh_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'StaticMeshComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"StaticMesh": {
"ObjectName": "StaticMesh'SM_UISphere'",
"ObjectPath": "/Game/ITR2/MaterialLibrary/UI/SM_UISphere.2"
},
"RelativeScale3D": {
"X": 0.03,
"Y": 0.03,
"Z": 0.03
}
}
},
{
"Type": "WidgetComponent",
"Name": "MenuWidget_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_Old_C",
"Class": "UScriptClass'WidgetComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bDrawAtDesiredSize": true,
"Pivot": {
"X": 0.5,
"Y": 1.0
},
"GeometryMode": "EWidgetGeometryMode::Cylinder",
"CylinderArcAngle": 50.0,
"OverrideMaterials": [
{
"ObjectName": "MaterialInstanceConstant'Widget3DPassThrough_Translucent_OneSided'",
"ObjectPath": "/Engine/EngineMaterials/Widget3DPassThrough_Translucent_OneSided.0"
}
],
"RelativeLocation": {
"X": 170.0,
"Y": 0.0,
"Z": 0.0
},
"RelativeRotation": {
"Pitch": 0.0,
"Yaw": 180.0,
"Roll": -0.0
},
"RelativeScale3D": {
"X": 0.2,
"Y": 0.2,
"Z": 0.2
}
}
}
]

View file

@ -0,0 +1,653 @@
[
{
"Type": "Button",
"Name": "btn_Mute",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "ButtonSlot'WBPC_VoicePlayerInfo_C:WidgetTree.btn_Mute.ButtonSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.2"
}
],
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159.CanvasPanelSlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.8"
}
}
},
{
"Type": "Button",
"Name": "btn_UnMute",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "ButtonSlot'WBPC_VoicePlayerInfo_C:WidgetTree.btn_UnMute.ButtonSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.3"
}
],
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159.CanvasPanelSlot_8'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.9"
}
}
},
{
"Type": "ButtonSlot",
"Name": "ButtonSlot_0",
"Outer": "btn_Mute",
"Class": "UScriptClass'ButtonSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Button'WBPC_VoicePlayerInfo_C:WidgetTree.btn_Mute'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.0"
},
"Content": {
"ObjectName": "TextBlock'WBPC_VoicePlayerInfo_C:WidgetTree.MuteText'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.16"
}
}
},
{
"Type": "ButtonSlot",
"Name": "ButtonSlot_0",
"Outer": "btn_UnMute",
"Class": "UScriptClass'ButtonSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Button'WBPC_VoicePlayerInfo_C:WidgetTree.btn_UnMute'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.1"
},
"Content": {
"ObjectName": "TextBlock'WBPC_VoicePlayerInfo_C:WidgetTree.UnMuteText'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.18"
}
}
},
{
"Type": "CanvasPanel",
"Name": "CanvasPanel_11",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_11.CanvasPanelSlot_9'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.6"
}
]
}
},
{
"Type": "CanvasPanel",
"Name": "CanvasPanel_159",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159.CanvasPanelSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.7"
},
{
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159.CanvasPanelSlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.8"
},
{
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159.CanvasPanelSlot_8'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.9"
}
],
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_11.CanvasPanelSlot_9'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.6"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_9",
"Outer": "CanvasPanel_11",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 560.0,
"Bottom": 70.0
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_11'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.4"
},
"Content": {
"ObjectName": "CanvasPanel'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.5"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_1",
"Outer": "CanvasPanel_159",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Left": 12.666667,
"Top": 20.0,
"Right": 267.33334,
"Bottom": 29.999998
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.5"
},
"Content": {
"ObjectName": "TextBlock'WBPC_VoicePlayerInfo_C:WidgetTree.Text_PlayerName'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.17"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_6",
"Outer": "CanvasPanel_159",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Left": 300.0,
"Top": 16.0,
"Bottom": 35.0
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.5"
},
"Content": {
"ObjectName": "Button'WBPC_VoicePlayerInfo_C:WidgetTree.btn_Mute'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.0"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_8",
"Outer": "CanvasPanel_159",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Left": 424.0,
"Top": 16.0,
"Bottom": 35.0
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.5"
},
"Content": {
"ObjectName": "Button'WBPC_VoicePlayerInfo_C:WidgetTree.btn_UnMute'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.1"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "btn_UnMute",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPC_VoicePlayerInfo_btn_UnMute_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature"
},
{
"ComponentPropertyName": "btn_Mute",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPC_VoicePlayerInfo_btn_Mute_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_VoicePlayerInfo_btn_Mute_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_VoicePlayerInfo_btn_UnMute_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_VoicePlayerInfo",
"Outer": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "EntryPoint",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsValid_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_GetUniqueNetIDFromPlayerState_UniqueNetId",
"Flags": "RF_Public",
"ElementSize": 32,
"Struct": {
"ObjectName": "Class'BPUniqueNetId'",
"ObjectPath": "/Script/AdvancedSessions"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_UnMuteRemoteTalker_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_MuteRemoteTalker_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "GetPlayerState",
"Outer": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PlayerState",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm",
"PropertyClass": {
"ObjectName": "Class'PlayerState'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Init",
"Outer": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "PlayerName",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ObjectProperty",
"Name": "PlayerState",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'PlayerState'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "TextBlock",
"Name": "MuteText",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "E7873DEC41B8156733DD98A02EE1D353",
"SourceString": "Mute",
"LocalizedString": "Mute"
},
"Font": {
"Size": 20.0
},
"Justification": "ETextJustify::Center",
"Slot": {
"ObjectName": "ButtonSlot'WBPC_VoicePlayerInfo_C:WidgetTree.btn_Mute.ButtonSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.2"
}
}
},
{
"Type": "TextBlock",
"Name": "Text_PlayerName",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "395136BC491777B145766685AA5097F1",
"SourceString": "SomeName",
"LocalizedString": "SomeName"
},
"Font": {
"Size": 20.0
},
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_159.CanvasPanelSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.7"
},
"bIsVariable": true
}
},
{
"Type": "TextBlock",
"Name": "UnMuteText",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "7817563543803F8622CFFA9FC455CBC2",
"SourceString": "UnMute",
"LocalizedString": "UnMute"
},
"Font": {
"Size": 20.0
},
"Justification": "ETextJustify::Center",
"Slot": {
"ObjectName": "ButtonSlot'WBPC_VoicePlayerInfo_C:WidgetTree.btn_UnMute.ButtonSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.3"
}
}
},
{
"Type": "WBPC_VoicePlayerInfo_C",
"Name": "Default__WBPC_VoicePlayerInfo_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.WBPC_VoicePlayerInfo_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"PlayerName[5]": {
"Namespace": "",
"Key": "47B4563A45C0EE2A60DB0A9A8EAE3C4A",
"SourceString": "NULL",
"LocalizedString": "NULL"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_VoicePlayerInfo_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.21"
},
"Bindings": [
{
"ObjectName": "Text_PlayerName",
"PropertyName": "Text",
"FunctionName": "None",
"SourcePath": {
"Segments": [
{
"Name": "PlayerName",
"ArrayIndex": -1
}
],
"CachedFunction": null
},
"Kind": "EBindingKind::Property"
}
],
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPC_VoicePlayerInfo_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.10"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:ExecuteUbergraph_WBPC_VoicePlayerInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.13"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:Init'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.15"
},
{
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:GetPlayerState'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.14"
},
{
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:BndEvt__WBPC_VoicePlayerInfo_btn_Mute_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.11"
},
{
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:BndEvt__WBPC_VoicePlayerInfo_btn_UnMute_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.12"
},
{
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:ExecuteUbergraph_WBPC_VoicePlayerInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.13"
}
],
"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": "btn_Mute",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Button'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "btn_UnMute",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Button'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Text_PlayerName",
"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": "PlayerState",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'PlayerState'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "TextProperty",
"Name": "PlayerName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_VoicePlayerInfo": {
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:ExecuteUbergraph_WBPC_VoicePlayerInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.13"
},
"BndEvt__WBPC_VoicePlayerInfo_btn_UnMute_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:BndEvt__WBPC_VoicePlayerInfo_btn_UnMute_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.12"
},
"BndEvt__WBPC_VoicePlayerInfo_btn_Mute_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:BndEvt__WBPC_VoicePlayerInfo_btn_Mute_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.11"
},
"GetPlayerState": {
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:GetPlayerState'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.14"
},
"Init": {
"ObjectName": "Function'WBPC_VoicePlayerInfo_C:Init'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.15"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPC_VoicePlayerInfo_C'Default__WBPC_VoicePlayerInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.19"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_VoicePlayerInfo_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "CanvasPanel'WBPC_VoicePlayerInfo_C:WidgetTree.CanvasPanel_11'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/WBPC_VoicePlayerInfo.4"
}
}
}
]

File diff suppressed because it is too large Load diff