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,359 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPFL_UI_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'BlueprintFunctionLibrary'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BPFL_UI_C:ShowConfirmationPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/BPFL_UI.2"
}
],
"FuncMap": {
"ShowConfirmationPopup": {
"ObjectName": "Function'BPFL_UI_C:ShowConfirmationPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/BPFL_UI.2"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BPFL_UI_C'Default__BPFL_UI_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BPFL_UI.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_FunctionLibrary"
}
},
{
"Type": "BPFL_UI_C",
"Name": "Default__BPFL_UI_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/BPFL_UI.BPFL_UI_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "Function",
"Name": "ShowConfirmationPopup",
"Outer": "BPFL_UI_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ParentWidget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'WidgetComponent'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "TextProperty",
"Name": "Title",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Description",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "YesText",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "NoText",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "DistanceToWidget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ObjectProperty",
"Name": "__WorldContext",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "Popup",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm",
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BP_Confirmation_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/BP_Confirmation.0"
}
},
{
"Type": "StructProperty",
"Name": "SpawnTransform",
"Flags": "RF_Public",
"ElementSize": 96,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "BP_Confirmation",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate",
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BP_Confirmation_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/BP_Confirmation.0"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_GetForwardVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentToWorld_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_GetComponentScale_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"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": "ObjectProperty",
"Name": "CallFunc_GetWidget_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_GetDesiredSize_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_BreakVector2D_X",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_BreakVector2D_Y",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "StructProperty",
"Name": "CallFunc_Conv_DoubleToVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Multiply_VectorVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Add_VectorVector_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Add_VectorVector_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeTransform_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SpawnDeferredActor_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsBP_Confirmation",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BP_Confirmation_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/BP_Confirmation.0"
}
},
{
"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_Static | FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]

View file

@ -0,0 +1,65 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPI_RadiusUI_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'Interface'",
"ObjectPath": "/Script/CoreUObject"
},
"Children": [
{
"ObjectName": "Function'BPI_RadiusUI_C:SetupUIFromItemData'",
"ObjectPath": "/Game/ITR2/BPs/UI/BPI_RadiusUI.2"
}
],
"FuncMap": {
"SetupUIFromItemData": {
"ObjectName": "Function'BPI_RadiusUI_C:SetupUIFromItemData'",
"ObjectPath": "/Game/ITR2/BPs/UI/BPI_RadiusUI.2"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_Interface | CLASS_CompiledFromBlueprint",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BPI_RadiusUI_C'Default__BPI_RadiusUI_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BPI_RadiusUI.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Interface"
}
},
{
"Type": "BPI_RadiusUI_C",
"Name": "Default__BPI_RadiusUI_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/BPI_RadiusUI.BPI_RadiusUI_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "Function",
"Name": "SetupUIFromItemData",
"Outer": "BPI_RadiusUI_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ItemDataComp",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'RadiusDataComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
}
]

View file

@ -0,0 +1,893 @@
[
{
"Type": "CanvasPanel",
"Name": "Canvas_BubbleTips",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips.CanvasPanelSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.2"
},
{
"ObjectName": "CanvasPanelSlot'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.1"
},
{
"ObjectName": "CanvasPanelSlot'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips.CanvasPanelSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.3"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBP_BubblesController_C:WidgetTree.SizeBox_GlobalScreen.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.15"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_0",
"Outer": "Canvas_BubbleTips",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.0"
},
"Content": {
"ObjectName": "WBP_PC_InfoBubbleTip_C'WBP_BubblesController_C:WidgetTree.WBP_PC_InfoBubbleTip'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.17"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_1",
"Outer": "Canvas_BubbleTips",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.0"
},
"Content": {
"ObjectName": "WBP_PC_MarkerBubbleTip_C'WBP_BubblesController_C:WidgetTree.WBP_PC_MissionBubbleTip'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.18"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_3",
"Outer": "Canvas_BubbleTips",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.0"
},
"Content": {
"ObjectName": "WBP_PC_PlayerStatus_BubbleTip_C'WBP_BubblesController_C:WidgetTree.WBP_PC_PlayerStatus'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.19"
}
}
},
{
"Type": "Function",
"Name": "AnimateShow_InfoBubble",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_BubblesController",
"Outer": "WBP_BubblesController_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_MatchesTag_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_MatchesTag_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SlotAsCanvasSlot_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'CanvasPanelSlot'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SlotAsCanvasSlot_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'CanvasPanelSlot'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_SetData_MissionMarker_HasData",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_BubblePosition_2",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "TextProperty",
"Name": "K2Node_CustomEvent_Text",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_BubblePosition_1",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SlotAsCanvasSlot_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'CanvasPanelSlot'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_BubblePosition_3",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_MarkerConfig",
"Flags": "RF_Public",
"ElementSize": 192,
"Struct": {
"ObjectName": "Class'MarkerConfig'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_MatchesTag_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_MatchesTag_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_BubblePosition",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_CustomEvent_GameplayTag",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_MatchesTag_ReturnValue_4",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "TextProperty",
"Name": "CallFunc_BubbleTipByGamplayTag_NameText_Name",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "TextProperty",
"Name": "CallFunc_BubbleTipByGamplayTag_NameText_Text",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "BoolProperty",
"Name": "CallFunc_MatchesTag_ReturnValue_5",
"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": "Hide_Bubble",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "HideInstantly_Bubble",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetSizeBoxValuesAsParent",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "SizeBoxGloblaScreen",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SizeBox'",
"ObjectPath": "/Script/UMG"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Show_Bubble",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "BubblePosition",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "MarkerConfig",
"Flags": "RF_Public",
"ElementSize": 192,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'MarkerConfig'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Show_BubbleByTag",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "BubblePosition",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "GameplayTag",
"Flags": "RF_Public",
"ElementSize": 12,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ShowBubble_Mission",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ShowBubbleWithSimpleText",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "BubblePosition",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "TextProperty",
"Name": "Text",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ShowPlayerStatusInfo_Bubble",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "BubblePosition",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "SizeBox",
"Name": "SizeBox_GlobalScreen",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBP_BubblesController_C:WidgetTree.SizeBox_GlobalScreen.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.15"
}
],
"bIsVariable": true
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_GlobalScreen",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBP_BubblesController_C:WidgetTree.SizeBox_GlobalScreen'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.14"
},
"Content": {
"ObjectName": "CanvasPanel'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.0"
}
}
},
{
"Type": "WBP_BubblesController_C",
"Name": "Default__WBP_BubblesController_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.WBP_BubblesController_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"MapMarker_BubblePosition[5]": {
"X": 0.0,
"Y": 0.0
},
"MapMarker_PointTag[6]": {
"TagName": "None"
},
"Marker Config[7]": {
"PointTag": {
"TagName": "None"
},
"DisplayName": {
"CultureInvariantString": null
},
"DisplayText": [],
"Color": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 1.0,
"Hex": "FFFFFF"
},
"TextColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 1.0,
"Hex": "000000"
},
"BackgroundColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Icon": {
"AssetPathName": "",
"SubPathString": ""
},
"VisibilityThreshold": {
"Min": 0.0,
"Max": 1.0
},
"ThumbnailThreshold": {
"Min": -1.0,
"Max": -1.0
},
"TextShowThreshold": {
"Min": 0.0,
"Max": 1.0
},
"RadiusShowThreshold": {
"Min": 0.0,
"Max": 1.0
},
"PointRadius": 0.0,
"ScaleMultiplier": 1.0
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WBP_PC_InfoBubbleTip_C",
"Name": "WBP_PC_InfoBubbleTip",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_InfoBubbleTip.WBP_PC_InfoBubbleTip_C'",
"Template": {
"ObjectName": "WBP_PC_InfoBubbleTip_C'Default__WBP_PC_InfoBubbleTip_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_InfoBubbleTip.21"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"PopupDescription[4]": {
"Namespace": "",
"Key": "B4279A414D8CB0EC11140BA25627E310",
"SourceString": "An everyday item from Pechorsk in the 80s, recreated by Radius in a distorted form. Studying it may shed light on the altering properties of the Pechorsk Anomaly.",
"LocalizedString": "An everyday item from Pechorsk in the 80s, recreated by Radius in a distorted form. Studying it may shed light on the altering properties of the Pechorsk Anomaly."
},
"PopupName[5]": {
"Namespace": "",
"Key": "016AE43F4C49E3FA538CA5B6BF56ACAA",
"SourceString": "Item name",
"LocalizedString": "Item name"
},
"NamedSlotBindings": [
{
"Name": "+",
"Content": null
},
{
"Name": "-",
"Content": null
}
],
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.1"
}
}
},
{
"Type": "WBP_PC_MarkerBubbleTip_C",
"Name": "WBP_PC_MissionBubbleTip",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_MarkerBubbleTip.WBP_PC_MarkerBubbleTip_C'",
"Template": {
"ObjectName": "WBP_PC_MarkerBubbleTip_C'Default__WBP_PC_MarkerBubbleTip_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_MarkerBubbleTip.28"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NamedSlotBindings": [
{
"Name": "+",
"Content": null
},
{
"Name": "-",
"Content": null
}
],
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips.CanvasPanelSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.2"
}
}
},
{
"Type": "WBP_PC_PlayerStatus_BubbleTip_C",
"Name": "WBP_PC_PlayerStatus",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.WBP_PC_PlayerStatus_BubbleTip_C'",
"Template": {
"ObjectName": "WBP_PC_PlayerStatus_BubbleTip_C'Default__WBP_PC_PlayerStatus_BubbleTip_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.8"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NamedSlotBindings": [
{
"Name": "+",
"Content": null
},
{
"Name": "-",
"Content": null
}
],
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_BubblesController_C:WidgetTree.Canvas_BubbleTips.CanvasPanelSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.3"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_BubblesController_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_BubblesController_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.21"
},
"UberGraphFunction": {
"ObjectName": "Function'WBP_BubblesController_C:ExecuteUbergraph_WBP_BubblesController'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.5"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_BubblesController_C:SetSizeBoxValuesAsParent'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.8"
},
{
"ObjectName": "Function'WBP_BubblesController_C:Show_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.9"
},
{
"ObjectName": "Function'WBP_BubblesController_C:Hide_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.6"
},
{
"ObjectName": "Function'WBP_BubblesController_C:ShowBubble_Mission'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.11"
},
{
"ObjectName": "Function'WBP_BubblesController_C:AnimateShow_InfoBubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.4"
},
{
"ObjectName": "Function'WBP_BubblesController_C:ShowBubbleWithSimpleText'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.12"
},
{
"ObjectName": "Function'WBP_BubblesController_C:ShowPlayerStatusInfo_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.13"
},
{
"ObjectName": "Function'WBP_BubblesController_C:HideInstantly_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.7"
},
{
"ObjectName": "Function'WBP_BubblesController_C:Show_BubbleByTag'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.10"
},
{
"ObjectName": "Function'WBP_BubblesController_C:ExecuteUbergraph_WBP_BubblesController'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.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": "SizeBox_GlobalScreen",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'SizeBox'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "WBP_PC_InfoBubbleTip",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_PC_InfoBubbleTip_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_InfoBubbleTip.27"
}
},
{
"Type": "ObjectProperty",
"Name": "WBP_PC_MissionBubbleTip",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_PC_MarkerBubbleTip_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_MarkerBubbleTip.35"
}
},
{
"Type": "ObjectProperty",
"Name": "WBP_PC_PlayerStatus",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_PC_PlayerStatus_BubbleTip_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.12"
}
},
{
"Type": "StructProperty",
"Name": "MapMarker_BubblePosition",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "MapMarker_PointTag",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 12,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "StructProperty",
"Name": "Marker Config",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 192,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'MarkerConfig'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBP_BubblesController": {
"ObjectName": "Function'WBP_BubblesController_C:ExecuteUbergraph_WBP_BubblesController'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.5"
},
"Show_BubbleByTag": {
"ObjectName": "Function'WBP_BubblesController_C:Show_BubbleByTag'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.10"
},
"HideInstantly_Bubble": {
"ObjectName": "Function'WBP_BubblesController_C:HideInstantly_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.7"
},
"ShowPlayerStatusInfo_Bubble": {
"ObjectName": "Function'WBP_BubblesController_C:ShowPlayerStatusInfo_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.13"
},
"ShowBubbleWithSimpleText": {
"ObjectName": "Function'WBP_BubblesController_C:ShowBubbleWithSimpleText'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.12"
},
"AnimateShow_InfoBubble": {
"ObjectName": "Function'WBP_BubblesController_C:AnimateShow_InfoBubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.4"
},
"ShowBubble_Mission": {
"ObjectName": "Function'WBP_BubblesController_C:ShowBubble_Mission'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.11"
},
"Hide_Bubble": {
"ObjectName": "Function'WBP_BubblesController_C:Hide_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.6"
},
"Show_Bubble": {
"ObjectName": "Function'WBP_BubblesController_C:Show_Bubble'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.9"
},
"SetSizeBoxValuesAsParent": {
"ObjectName": "Function'WBP_BubblesController_C:SetSizeBoxValuesAsParent'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.8"
}
},
"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_BubblesController_C'Default__WBP_BubblesController_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.16"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_BubblesController_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBP_BubblesController_C:WidgetTree.SizeBox_GlobalScreen'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_BubblesController.14"
}
}
}
]

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,421 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_PC_PlayerStatus_BubbleTip",
"Outer": "WBP_PC_PlayerStatus_BubbleTip_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "EntryPoint",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "StructProperty",
"Name": "K2Node_Event_MyGeometry",
"Flags": "RF_Public",
"ElementSize": 56,
"Struct": {
"ObjectName": "Class'Geometry'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "FloatProperty",
"Name": "K2Node_Event_InDeltaTime",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "BoolProperty",
"Name": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBP_PC_PlayerStatus_BubbleTip_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPE_UI_InfoPopup_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_UI_InfoPopup.12"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Tick",
"Outer": "WBP_PC_PlayerStatus_BubbleTip_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPE_UI_InfoPopup_C:Tick'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_UI_InfoPopup.16"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "MyGeometry",
"Flags": "RF_Public",
"ElementSize": 56,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Geometry'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "FloatProperty",
"Name": "InDeltaTime",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_172",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_172.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.5"
}
]
}
},
{
"Type": "Overlay",
"Name": "Overlay_68",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_68.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.7"
},
{
"ObjectName": "OverlaySlot'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_68.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.6"
}
]
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_172",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_172'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.3"
},
"Content": {
"ObjectName": "WBPC_Panel_C'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.WBPC_Panel_tail'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.11"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_68",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0,
"Top": 10.0,
"Right": 10.0,
"Bottom": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_68'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.4"
},
"Content": {
"ObjectName": "WBPB_PlayerStatus_Resource_C'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.WBPB_PlayerStatus_Resource'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.9"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_68",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_68'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.4"
},
"Content": {
"ObjectName": "WBPC_Panel_C'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.WBPC_Panel_BG'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.10"
}
}
},
{
"Type": "WBP_PC_PlayerStatus_BubbleTip_C",
"Name": "Default__WBP_PC_PlayerStatus_BubbleTip_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.WBP_PC_PlayerStatus_BubbleTip_C'",
"Template": {
"ObjectName": "WBPE_UI_InfoPopup_C'Default__WBPE_UI_InfoPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_UI_InfoPopup.36"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Size[7]": {
"X": 500.0,
"Y": 500.0
},
"Offset[9]": {
"X": -35.0,
"Y": 50.0
}
}
},
{
"Type": "WBPB_PlayerStatus_Resource_C",
"Name": "WBPB_PlayerStatus_Resource",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Tablet/Blocks/WBPB_PlayerStatus_Resource.WBPB_PlayerStatus_Resource_C'",
"Template": {
"ObjectName": "WBPB_PlayerStatus_Resource_C'Default__WBPB_PlayerStatus_Resource_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Blocks/WBPB_PlayerStatus_Resource.27"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"PlayerRank[12]": 3,
"Credits Value[13]": 100,
"Ash Value[14]": 20,
"Details Value[15]": 25,
"BG_Color[17]": "Enum_UNPSC_OS_ThemeColor::NewEnumerator0",
"Slot": {
"ObjectName": "OverlaySlot'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_68.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.6"
}
}
},
{
"Type": "WBPC_Panel_C",
"Name": "WBPC_Panel_BG",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Tablet/Components/WBPC_Panel.WBPC_Panel_C'",
"Template": {
"ObjectName": "WBPC_Panel_C'Default__WBPC_Panel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Components/WBPC_Panel.9"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Image[2]": {
"ObjectName": "Texture2D'S_Quad_HoverMicro'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Quad_HoverMicro.0"
},
"Panel_ThemeColor[4]": "Enum_UNPSC_OS_ThemeColor::NewEnumerator18",
"Slot": {
"ObjectName": "OverlaySlot'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_68.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.7"
},
"bIsVariable": false
}
},
{
"Type": "WBPC_Panel_C",
"Name": "WBPC_Panel_tail",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Tablet/Components/WBPC_Panel.WBPC_Panel_C'",
"Template": {
"ObjectName": "WBPC_Panel_C'Default__WBPC_Panel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Components/WBPC_Panel.9"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Image[2]": {
"ObjectName": "Texture2D'S_Arrow_Hover'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Arrow_Hover.0"
},
"Override Image Size[3]": {
"X": 32.0,
"Y": 32.0
},
"Panel_ThemeColor[4]": "Enum_UNPSC_OS_ThemeColor::NewEnumerator18",
"ForegroundColor": {
"SpecifiedColor": {
"R": 0.610496,
"G": 0.584078,
"B": 0.42869,
"A": 1.0,
"Hex": "CDC9AF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Slot": {
"ObjectName": "OverlaySlot'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_172.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.5"
},
"bIsVariable": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_PC_PlayerStatus_BubbleTip_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_UI_InfoPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_UI_InfoPopup.38"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.13"
},
"NamedSlots": [
"+",
"-"
],
"UberGraphFunction": {
"ObjectName": "Function'WBP_PC_PlayerStatus_BubbleTip_C:ExecuteUbergraph_WBP_PC_PlayerStatus_BubbleTip'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.0"
}
},
"Children": [
{
"ObjectName": "Function'WBP_PC_PlayerStatus_BubbleTip_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.1"
},
{
"ObjectName": "Function'WBP_PC_PlayerStatus_BubbleTip_C:Tick'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.2"
},
{
"ObjectName": "Function'WBP_PC_PlayerStatus_BubbleTip_C:ExecuteUbergraph_WBP_PC_PlayerStatus_BubbleTip'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.0"
}
],
"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": "WBPB_PlayerStatus_Resource",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPB_PlayerStatus_Resource_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Blocks/WBPB_PlayerStatus_Resource.35"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBP_PC_PlayerStatus_BubbleTip": {
"ObjectName": "Function'WBP_PC_PlayerStatus_BubbleTip_C:ExecuteUbergraph_WBP_PC_PlayerStatus_BubbleTip'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.0"
},
"Tick": {
"ObjectName": "Function'WBP_PC_PlayerStatus_BubbleTip_C:Tick'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.2"
},
"PreConstruct": {
"ObjectName": "Function'WBP_PC_PlayerStatus_BubbleTip_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.1"
}
},
"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_PC_PlayerStatus_BubbleTip_C'Default__WBP_PC_PlayerStatus_BubbleTip_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.8"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_PC_PlayerStatus_BubbleTip_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NamedSlotBindings": [
{
"Key": "+",
"Value": {
"ObjectName": "Overlay'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_68'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.4"
}
},
{
"Key": "-",
"Value": {
"ObjectName": "Overlay'WBP_PC_PlayerStatus_BubbleTip_C:WidgetTree.Overlay_172'",
"ObjectPath": "/Game/ITR2/BPs/UI/BubbleTips/WBP_PC_PlayerStatus_BubbleTip.3"
}
}
]
}
}
]

View file

@ -0,0 +1,525 @@
[
{
"Type": "UserDefinedStruct",
"Name": "BP_ButtonSettings",
"Class": "UScriptClass'UserDefinedStruct'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Guid": "4ADF5D20-44F2DEE4-1C7DD393-7349C13D"
},
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "ButtonStyle_2_2602F5494E9BAB866EAE4F991A9041F7",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1120,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'ButtonStyle'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "NormalTint_5_11DF8CDC4EFDC01190527ABCA569B9FF",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "HoveTint_7_6CA302C643635B64EC6AB395E458027D",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "PressedTint_9_5DF5F3FD4525B606DA1AB38522D1369E",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "DisabledTint_11_485A37DA4985576447C0458C41306638",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "ShouldTintText_15_D3DF539A4F6C236EA123C2AD2BCB62AA",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "ShouldTintIcon_17_6FE71B154EA0D7069D3F9E8C5C37FB7F",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "FontStyle_38_D17AC85340FBA61FE9C4B0B0A7B95FF0",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 112,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateFontInfo'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "ByteProperty",
"Name": "Justification_39_FC81DB7A419DC5532C8951942939000C",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "Class'ETextJustify'",
"ObjectPath": "/Script/Slate"
}
},
{
"Type": "StructProperty",
"Name": "IconSize_35_94C1AF874CEEDD0A0A10C78D0E493515",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Margins_30_C6E0B0F44F0541D6EF655EA232598A1E",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Margin'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "ButtonSize_33_F519AC47463E37ABBBBE838F4D85FEAD",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"StructFlags": 0,
"DefaultProperties": {
"ButtonStyle_2_2602F5494E9BAB866EAE4F991A9041F7": {
"Normal": {
"bIsDynamicallyLoaded": false,
"DrawAs": "ESlateBrushDrawType::Image",
"Tiling": "ESlateBrushTileType::NoTile",
"Mirroring": "ESlateBrushMirrorType::NoMirror",
"ImageType": "ESlateBrushImageType::NoImage",
"ImageSize": {
"X": 32.0,
"Y": 32.0
},
"Margin": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"TintColor": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.5,
"Hex": "7F000000"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"OutlineSettings": {
"CornerRadii": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 1.0
},
"Color": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Width": 0.0,
"RoundingType": "ESlateBrushRoundingType::HalfHeightRadius",
"bUseBrushTransparency": false
},
"ResourceObject": null,
"ResourceName": "None",
"UVRegion": {
"Min": {
"X": 0.0,
"Y": 0.0
},
"Max": {
"X": 0.0,
"Y": 0.0
},
"bIsValid": 0
}
},
"Hovered": {
"bIsDynamicallyLoaded": false,
"DrawAs": "ESlateBrushDrawType::Image",
"Tiling": "ESlateBrushTileType::NoTile",
"Mirroring": "ESlateBrushMirrorType::NoMirror",
"ImageType": "ESlateBrushImageType::NoImage",
"ImageSize": {
"X": 32.0,
"Y": 32.0
},
"Margin": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"TintColor": {
"SpecifiedColor": {
"R": 0.015625,
"G": 0.015625,
"B": 0.015625,
"A": 0.5,
"Hex": "7F212121"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"OutlineSettings": {
"CornerRadii": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 1.0
},
"Color": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Width": 0.0,
"RoundingType": "ESlateBrushRoundingType::HalfHeightRadius",
"bUseBrushTransparency": false
},
"ResourceObject": null,
"ResourceName": "None",
"UVRegion": {
"Min": {
"X": 0.0,
"Y": 0.0
},
"Max": {
"X": 0.0,
"Y": 0.0
},
"bIsValid": 0
}
},
"Pressed": {
"bIsDynamicallyLoaded": false,
"DrawAs": "ESlateBrushDrawType::Image",
"Tiling": "ESlateBrushTileType::NoTile",
"Mirroring": "ESlateBrushMirrorType::NoMirror",
"ImageType": "ESlateBrushImageType::NoImage",
"ImageSize": {
"X": 32.0,
"Y": 32.0
},
"Margin": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"TintColor": {
"SpecifiedColor": {
"R": 0.015625,
"G": 0.000367,
"B": 0.0,
"A": 0.5,
"Hex": "7F210100"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"OutlineSettings": {
"CornerRadii": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 1.0
},
"Color": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Width": 0.0,
"RoundingType": "ESlateBrushRoundingType::HalfHeightRadius",
"bUseBrushTransparency": false
},
"ResourceObject": null,
"ResourceName": "None",
"UVRegion": {
"Min": {
"X": 0.0,
"Y": 0.0
},
"Max": {
"X": 0.0,
"Y": 0.0
},
"bIsValid": 0
}
},
"Disabled": {
"bIsDynamicallyLoaded": false,
"DrawAs": "ESlateBrushDrawType::NoDrawType",
"Tiling": "ESlateBrushTileType::NoTile",
"Mirroring": "ESlateBrushMirrorType::NoMirror",
"ImageType": "ESlateBrushImageType::NoImage",
"ImageSize": {
"X": 0.0,
"Y": 0.0
},
"Margin": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"TintColor": {
"SpecifiedColor": {
"R": 0.229167,
"G": 0.229167,
"B": 0.229167,
"A": 0.3,
"Hex": "4C848484"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"OutlineSettings": {
"CornerRadii": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 1.0
},
"Color": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Width": 0.0,
"RoundingType": "ESlateBrushRoundingType::HalfHeightRadius",
"bUseBrushTransparency": false
},
"ResourceObject": null,
"ResourceName": "None",
"UVRegion": {
"Min": {
"X": 0.0,
"Y": 0.0
},
"Max": {
"X": 0.0,
"Y": 0.0
},
"bIsValid": 0
}
},
"NormalForeground": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Foreground"
},
"HoveredForeground": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Foreground"
},
"PressedForeground": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Foreground"
},
"DisabledForeground": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Foreground"
},
"NormalPadding": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"PressedPadding": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"PressedSlateSound": {
"ResourceObject": null
},
"HoveredSlateSound": {
"ResourceObject": null
}
},
"NormalTint_5_11DF8CDC4EFDC01190527ABCA569B9FF": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 1.0,
"Hex": "FFFFFF"
},
"HoveTint_7_6CA302C643635B64EC6AB395E458027D": {
"R": 0.752942,
"G": 0.327778,
"B": 0.0,
"A": 1.0,
"Hex": "E19B00"
},
"PressedTint_9_5DF5F3FD4525B606DA1AB38522D1369E": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.7,
"Hex": "B3FFFFFF"
},
"DisabledTint_11_485A37DA4985576447C0458C41306638": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.3,
"Hex": "4CFFFFFF"
},
"ShouldTintText_15_D3DF539A4F6C236EA123C2AD2BCB62AA": true,
"ShouldTintIcon_17_6FE71B154EA0D7069D3F9E8C5C37FB7F": true,
"FontStyle_38_D17AC85340FBA61FE9C4B0B0A7B95FF0": {
"FontObject": {
"ObjectName": "Font'Roboto'",
"ObjectPath": "/Engine/EngineFonts/Roboto.0"
},
"FontMaterial": null,
"OutlineSettings": {
"OutlineSize": 0,
"bSeparateFillAlpha": false,
"bApplyOutlineToDropShadows": false,
"OutlineMaterial": null,
"OutlineColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 1.0,
"Hex": "000000"
}
},
"TypefaceFontName": "Regular",
"Size": 20.0,
"LetterSpacing": 0,
"SkewAmount": 0.0
},
"Justification_39_FC81DB7A419DC5532C8951942939000C": "ETextJustify::Left",
"IconSize_35_94C1AF874CEEDD0A0A10C78D0E493515": {
"X": 32.0,
"Y": 32.0
},
"Margins_30_C6E0B0F44F0541D6EF655EA232598A1E": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"ButtonSize_33_F519AC47463E37ABBBBE838F4D85FEAD": {
"X": 50.0,
"Y": 200.0
}
}
}
]

View file

@ -0,0 +1,75 @@
[
{
"Type": "UserDefinedStruct",
"Name": "BP_ButtonSetup",
"Class": "UScriptClass'UserDefinedStruct'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Guid": "97428398-4EF6169F-ABFA33BF-65AB1D22"
},
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Text_9_48339922429380A756A36C8F21C35D86",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "SoftObjectProperty",
"Name": "Icon_10_83CC728E45D4E39FAA7338B4A7CEDEE1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 48,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "NameProperty",
"Name": "Action_12_1AFAF7814988D9B1106936A00A5E0E22",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 12,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ByteProperty",
"Name": "ButtonStatePreview_15_B003A2AD4013698DC6413C8E4F68FC55",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_ButtonStates'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Tech/Enum_ButtonStates.0"
}
},
{
"Type": "BoolProperty",
"Name": "bIsDisabled_18_BA0CA1F74D1BDE4D9A4576BE68A65174",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"StructFlags": 0,
"DefaultProperties": {
"Text_9_48339922429380A756A36C8F21C35D86": {
"CultureInvariantString": null
},
"Icon_10_83CC728E45D4E39FAA7338B4A7CEDEE1": {
"AssetPathName": "",
"SubPathString": ""
},
"Action_12_1AFAF7814988D9B1106936A00A5E0E22": "None",
"ButtonStatePreview_15_B003A2AD4013698DC6413C8E4F68FC55": "Enum_ButtonStates::NewEnumerator0",
"bIsDisabled_18_BA0CA1F74D1BDE4D9A4576BE68A65174": false
}
}
]

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,311 @@
[
{
"Type": "Function",
"Name": "GetButtonPanel",
"Outer": "WBP_ButtonSet_Horizontal_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBP_ButtonSetBase_C:GetButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.12"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PanelWidget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'PanelWidget'",
"ObjectPath": "/Script/UMG"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
},
{
"Type": "Function",
"Name": "PostAddButton",
"Outer": "WBP_ButtonSet_Horizontal_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBP_ButtonSetBase_C:PostAddButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.22"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Button",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ButtonBase_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonBase.45"
}
},
{
"Type": "ObjectProperty",
"Name": "RadiusButton",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ButtonBase_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonBase.45"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PostAddButton_RadiusButton",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ButtonBase_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonBase.45"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_SlotAsHorizontalBoxSlot_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'HorizontalBoxSlot'",
"ObjectPath": "/Script/UMG"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetAligment",
"Outer": "WBP_ButtonSet_Horizontal_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBP_ButtonSetBase_C:SetAligment'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.29"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PanelWidget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ByteProperty",
"Name": "InVerticalAlignment",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EVerticalAlignment'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "ByteProperty",
"Name": "InHorizontalAlignment",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EHorizontalAlignment'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"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": "K2Node_DynamicCast_AsHorizontal_Box_Slot",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'HorizontalBoxSlot'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_DynamicCast_bSuccess",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ByteProperty",
"Name": "Temp_byte_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'ESlateSizeRule'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ByteProperty",
"Name": "Temp_byte_Variable_1",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'ESlateSizeRule'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ByteProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'ESlateSizeRule'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "StructProperty",
"Name": "K2Node_MakeStruct_SlateChildSize",
"Flags": "RF_Public",
"ElementSize": 8,
"Struct": {
"ObjectName": "Class'SlateChildSize'",
"ObjectPath": "/Script/UMG"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HBX_ButtonPanel",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bIsVariable": true
}
},
{
"Type": "WBP_ButtonSet_Horizontal_C",
"Name": "Default__WBP_ButtonSet_Horizontal_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.WBP_ButtonSet_Horizontal_C'",
"Template": {
"ObjectName": "WBP_ButtonSetBase_C'Default__WBP_ButtonSetBase_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.30"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_ButtonSet_Horizontal_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ButtonSetBase_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.31"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_ButtonSet_Horizontal_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.6"
}
},
"Children": [
{
"ObjectName": "Function'WBP_ButtonSet_Horizontal_C:PostAddButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.1"
},
{
"ObjectName": "Function'WBP_ButtonSet_Horizontal_C:SetAligment'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.2"
},
{
"ObjectName": "Function'WBP_ButtonSet_Horizontal_C:GetButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.0"
}
],
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "HBX_ButtonPanel",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'HorizontalBox'",
"ObjectPath": "/Script/UMG"
}
}
],
"FuncMap": {
"GetButtonPanel": {
"ObjectName": "Function'WBP_ButtonSet_Horizontal_C:GetButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.0"
},
"SetAligment": {
"ObjectName": "Function'WBP_ButtonSet_Horizontal_C:SetAligment'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.2"
},
"PostAddButton": {
"ObjectName": "Function'WBP_ButtonSet_Horizontal_C:PostAddButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.1"
}
},
"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_ButtonSet_Horizontal_C'Default__WBP_ButtonSet_Horizontal_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.4"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_ButtonSet_Horizontal_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "HorizontalBox'WBP_ButtonSet_Horizontal_C:WidgetTree.HBX_ButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Horizontal.3"
}
}
}
]

View file

@ -0,0 +1,193 @@
[
{
"Type": "Function",
"Name": "GetButtonPanel",
"Outer": "WBP_ButtonSet_Vertical_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBP_ButtonSetBase_C:GetButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.12"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PanelWidget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'PanelWidget'",
"ObjectPath": "/Script/UMG"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
},
{
"Type": "Function",
"Name": "SetAligment",
"Outer": "WBP_ButtonSet_Vertical_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBP_ButtonSetBase_C:SetAligment'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.29"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "PanelWidget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ByteProperty",
"Name": "InVerticalAlignment",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EVerticalAlignment'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "ByteProperty",
"Name": "InHorizontalAlignment",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'EHorizontalAlignment'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsVertical_Box_Slot",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'VerticalBoxSlot'",
"ObjectPath": "/Script/UMG"
}
},
{
"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_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "VerticalBox",
"Name": "VBX_ButtonPanel",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bIsVariable": true
}
},
{
"Type": "WBP_ButtonSet_Vertical_C",
"Name": "Default__WBP_ButtonSet_Vertical_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.WBP_ButtonSet_Vertical_C'",
"Template": {
"ObjectName": "WBP_ButtonSetBase_C'Default__WBP_ButtonSetBase_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.30"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_ButtonSet_Vertical_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ButtonSetBase_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSetBase.31"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_ButtonSet_Vertical_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.5"
}
},
"Children": [
{
"ObjectName": "Function'WBP_ButtonSet_Vertical_C:SetAligment'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.1"
},
{
"ObjectName": "Function'WBP_ButtonSet_Vertical_C:GetButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.0"
}
],
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "VBX_ButtonPanel",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'VerticalBox'",
"ObjectPath": "/Script/UMG"
}
}
],
"FuncMap": {
"GetButtonPanel": {
"ObjectName": "Function'WBP_ButtonSet_Vertical_C:GetButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.0"
},
"SetAligment": {
"ObjectName": "Function'WBP_ButtonSet_Vertical_C:SetAligment'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.1"
}
},
"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_ButtonSet_Vertical_C'Default__WBP_ButtonSet_Vertical_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.3"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_ButtonSet_Vertical_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "VerticalBox'WBP_ButtonSet_Vertical_C:WidgetTree.VBX_ButtonPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/Buttons/WBP_ButtonSet_Vertical.2"
}
}
}
]

View file

@ -0,0 +1,764 @@
[
{
"Type": "ArrowComponent",
"Name": "Arrow_GEN_VARIABLE",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'ArrowComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "BlueprintGeneratedClass",
"Name": "BP_DeathPopUp_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Super": {
"ObjectName": "BlueprintGeneratedClass'BPA_FaceFollowingMenu_Old_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.0"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BP_DeathPopUp_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.13"
},
"InheritableComponentHandler": {
"ObjectName": "InheritableComponentHandler'BP_DeathPopUp_C:InheritableComponentHandler'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.8"
},
"UberGraphFunction": {
"ObjectName": "Function'BP_DeathPopUp_C:ExecuteUbergraph_BP_DeathPopUp'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.3"
}
},
"Children": [
{
"ObjectName": "Function'BP_DeathPopUp_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.7"
},
{
"ObjectName": "Function'BP_DeathPopUp_C:OnLoadClick'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.5"
},
{
"ObjectName": "Function'BP_DeathPopUp_C:OnMainMenuClick'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.6"
},
{
"ObjectName": "Function'BP_DeathPopUp_C:OnConfirm'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.4"
},
{
"ObjectName": "Function'BP_DeathPopUp_C:ExecuteUbergraph_BP_DeathPopUp'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.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": "LoadWidget",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'WidgetComponent'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Arrow",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'ArrowComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "CachePlayerTransform",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 96,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "WBP_DeathPopup",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_DeathPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup.40"
}
},
{
"Type": "ObjectProperty",
"Name": "WBP_DeathPopup_Loading",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_DeathPopup_Loading_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup_Loading.33"
}
},
{
"Type": "ObjectProperty",
"Name": "ConfirmationPopup",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BP_Confirmation_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/BP_Confirmation.0"
}
},
{
"Type": "TextProperty",
"Name": "EnemyName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
}
],
"FuncMap": {
"ExecuteUbergraph_BP_DeathPopUp": {
"ObjectName": "Function'BP_DeathPopUp_C:ExecuteUbergraph_BP_DeathPopUp'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.3"
},
"OnConfirm": {
"ObjectName": "Function'BP_DeathPopUp_C:OnConfirm'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.4"
},
"OnMainMenuClick": {
"ObjectName": "Function'BP_DeathPopUp_C:OnMainMenuClick'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.6"
},
"OnLoadClick": {
"ObjectName": "Function'BP_DeathPopUp_C:OnLoadClick'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.5"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BP_DeathPopUp_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.7"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BP_DeathPopUp_C'Default__BP_DeathPopUp_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.2"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BP_DeathPopUp_C",
"Name": "Default__BP_DeathPopUp_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.BP_DeathPopUp_C'",
"Template": {
"ObjectName": "BPA_FaceFollowingMenu_Old_C'Default__BPA_FaceFollowingMenu_Old_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.1"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"CachePlayerTransform[3]": {
"Rotation": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 1.0,
"IsNormalized": true,
"Size": 1.0,
"SizeSquared": 1.0
},
"Translation": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"Scale3D": {
"X": 1.0,
"Y": 1.0,
"Z": 1.0
}
},
"bOnlyRelevantToOwner": true
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BP_DeathPopUp",
"Outer": "BP_DeathPopUp_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": "Function'BP_Confirmation_C:OnConfirm__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/BP_Confirmation.3"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusLevelSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetWidget_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_1",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Function'WBP_DeathPopup_C:OnLoadClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup.5"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsWBP_Death_Popup",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_DeathPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup.40"
}
},
{
"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_GetWidget_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsWBP_Death_Popup_Loading",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_DeathPopup_Loading_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup_Loading.33"
}
},
{
"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": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_2",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Function'WBP_DeathPopup_C:OnMainMenuClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup.6"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_CustomEvent_IsConfirmed",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DelegateProperty",
"Name": "K2Node_CreateDelegate_OutputDelegate_3",
"Flags": "RF_Public",
"ElementSize": 32,
"SignatureFunction": {
"ObjectName": "Function'WBP_DeathPopup_Loading_C:OnMainMenuClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup_Loading.5"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_ShowConfirmationPopup_Popup",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BP_Confirmation_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/BP_Confirmation.0"
}
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "OnConfirm",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsConfirmed",
"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": "OnLoadClick",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnMainMenuClick",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ReceiveBeginPlay",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'BPA_FaceFollowingMenu_Old_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.3"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Event | FUNC_Protected | FUNC_BlueprintEvent"
},
{
"Type": "InheritableComponentHandler",
"Name": "InheritableComponentHandler",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'InheritableComponentHandler'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Records": [
{
"ComponentClass": {
"ObjectName": "Class'WidgetComponent'",
"ObjectPath": "/Script/UMG"
},
"ComponentTemplate": {
"ObjectName": "WidgetComponent'BP_DeathPopUp_C:MenuWidget_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.16"
},
"ComponentKey": {
"OwnerClass": {
"ObjectName": "BlueprintGeneratedClass'BPA_FaceFollowingMenu_Old_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.0"
},
"SCSVariableName": "MenuWidget",
"AssociatedGuid": "F472C1E5-42BD7193-32C4ACBF-3DA140A5"
},
"CookedComponentInstancingData": {
"ChangedPropertyList": [],
"bHasValidCookedData": false
}
},
{
"ComponentClass": {
"ObjectName": "Class'StaticMeshComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "StaticMeshComponent'BP_DeathPopUp_C:MenuStaticMesh_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.14"
},
"ComponentKey": {
"OwnerClass": {
"ObjectName": "BlueprintGeneratedClass'BPA_FaceFollowingMenu_Old_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.0"
},
"SCSVariableName": "MenuStaticMesh",
"AssociatedGuid": "A0896583-4ECB8E08-8FE4A88B-FB0D210C"
},
"CookedComponentInstancingData": {
"ChangedPropertyList": [],
"bHasValidCookedData": false
}
}
]
}
},
{
"Type": "SceneComponent",
"Name": "DefaultSceneRoot_GEN_VARIABLE",
"Outer": "BP_DeathPopUp_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_DeathPopUp_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.9"
},
"VariableGuid": "101537EA-45D8F7C3-6B3124B4-5A1E9A33",
"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'ArrowComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "ArrowComponent'BP_DeathPopUp_C:Arrow_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.0"
},
"ParentComponentOrVariableName": "Scene",
"ParentComponentOwnerClassName": "BPA_FaceFollowingMenu_Old_C",
"VariableGuid": "43560721-4467423D-6288E783-C14B768F",
"InternalVariableName": "Arrow"
}
},
{
"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'BP_DeathPopUp_C:LoadWidget_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.15"
},
"ParentComponentOrVariableName": "RotationPivot",
"ParentComponentOwnerClassName": "BPA_FaceFollowingMenu_Old_C",
"VariableGuid": "ED949F37-441136F0-35572992-61745BE6",
"InternalVariableName": "LoadWidget"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BP_DeathPopUp_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.11"
},
{
"ObjectName": "SCS_Node'BP_DeathPopUp_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.12"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BP_DeathPopUp_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.11"
},
{
"ObjectName": "SCS_Node'BP_DeathPopUp_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.12"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BP_DeathPopUp_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/DeathPopup/BP_DeathPopUp.10"
}
}
},
{
"Type": "StaticMeshComponent",
"Name": "MenuStaticMesh_GEN_VARIABLE",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'StaticMeshComponent'",
"Template": {
"ObjectName": "StaticMeshComponent'BPA_FaceFollowingMenu_Old_C:MenuStaticMesh_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.15"
},
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
"Properties": {
"bGenerateOverlapEvents": false,
"CastShadow": false,
"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"
}
]
}
},
"bVisible": false
}
},
{
"Type": "WidgetComponent",
"Name": "LoadWidget_GEN_VARIABLE",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'WidgetComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_DeathPopup_Loading_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup_Loading.33"
},
"bDrawAtDesiredSize": true,
"OverrideMaterials": [
{
"ObjectName": "MaterialInstanceConstant'MI_Widget3DPassThrough_Masked'",
"ObjectPath": "/Game/ITR2/MaterialLibrary/UI/MI_Widget3DPassThrough_Masked.0"
}
],
"RelativeLocation": {
"X": 127.711815,
"Y": 1.177127E-06,
"Z": 79.08709
},
"RelativeRotation": {
"Pitch": 0.0,
"Yaw": 180.0,
"Roll": -0.0
},
"RelativeScale3D": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
}
}
},
{
"Type": "WidgetComponent",
"Name": "MenuWidget_GEN_VARIABLE",
"Outer": "BP_DeathPopUp_C",
"Class": "UScriptClass'WidgetComponent'",
"Template": {
"ObjectName": "WidgetComponent'BPA_FaceFollowingMenu_Old_C:MenuWidget_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/OldIngameMenu/BPA_FaceFollowingMenu_Old.16"
},
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted | RF_InheritableComponentTemplate",
"Properties": {
"WidgetClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_DeathPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_DeathPopup.40"
},
"DrawSize": {
"X": 3840,
"Y": 1080
},
"GeometryMode": "EWidgetGeometryMode::Plane",
"CylinderArcAngle": 10.0,
"OverrideMaterials": [
{
"ObjectName": "MaterialInstanceConstant'MI_Widget3DPassThrough_Masked'",
"ObjectPath": "/Game/ITR2/MaterialLibrary/UI/MI_Widget3DPassThrough_Masked.0"
}
],
"TranslucencySortPriority": 1,
"RelativeLocation": {
"X": 120.0,
"Y": -1.8493647E-15,
"Z": 50.0
},
"RelativeScale3D": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
}
}
}
]

View file

@ -0,0 +1,855 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BPA_FaceFollowingMenu_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.16"
},
"UberGraphFunction": {
"ObjectName": "Function'BPA_FaceFollowingMenu_C:ExecuteUbergraph_BPA_FaceFollowingMenu'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.4"
}
},
"SuperStruct": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BPA_FaceFollowingMenu_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.5"
},
{
"ObjectName": "Function'BPA_FaceFollowingMenu_C:ReceiveTick'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.6"
},
{
"ObjectName": "Function'BPA_FaceFollowingMenu_C:UpdateRotation'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.7"
},
{
"ObjectName": "Function'BPA_FaceFollowingMenu_C:ExecuteUbergraph_BPA_FaceFollowingMenu'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.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": "BP_MainMenu_Mih3D",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'ChildActorComponent'",
"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": "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": {
"ObjectName": "Function'BPA_FaceFollowingMenu_C:ExecuteUbergraph_BPA_FaceFollowingMenu'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.4"
},
"UpdateRotation": {
"ObjectName": "Function'BPA_FaceFollowingMenu_C:UpdateRotation'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.7"
},
"ReceiveTick": {
"ObjectName": "Function'BPA_FaceFollowingMenu_C:ReceiveTick'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.6"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BPA_FaceFollowingMenu_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.5"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BPA_FaceFollowingMenu_C'Default__BPA_FaceFollowingMenu_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.2"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BP_MainMenu_Mih3D_C",
"Name": "BP_MainMenu_Mih3D_GEN_VARIABLE_BP_MainMenu_Mih3D_C_CAT",
"Outer": "BP_MainMenu_Mih3D_GEN_VARIABLE",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/BP_MainMenu_Mih3D.BP_MainMenu_Mih3D_C'",
"Template": {
"ObjectName": "BP_MainMenu_Mih3D_C'Default__BP_MainMenu_Mih3D_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/BP_MainMenu_Mih3D.1"
},
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "BPA_FaceFollowingMenu_C",
"Name": "Default__BPA_FaceFollowingMenu_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.BPA_FaceFollowingMenu_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": "ChildActorComponent",
"Name": "BP_MainMenu_Mih3D_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_C",
"Class": "UScriptClass'ChildActorComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ChildActorClass": {
"ObjectName": "BlueprintGeneratedClass'BP_MainMenu_Mih3D_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/BP_MainMenu_Mih3D.0"
},
"ChildActorTemplate": {
"ObjectName": "BP_MainMenu_Mih3D_C'BPA_FaceFollowingMenu_C:BP_MainMenu_Mih3D_GEN_VARIABLE.BP_MainMenu_Mih3D_GEN_VARIABLE_BP_MainMenu_Mih3D_C_CAT'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.1"
},
"RelativeLocation": {
"X": 170.0,
"Y": 0.0,
"Z": 40.0
},
"RelativeRotation": {
"Pitch": 0.0,
"Yaw": 180.0,
"Roll": -0.0
},
"RelativeScale3D": {
"X": 0.2,
"Y": 0.2,
"Z": 0.2
}
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BPA_FaceFollowingMenu",
"Outer": "BPA_FaceFollowingMenu_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_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_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_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_C",
"Class": "UScriptClass'SceneComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SceneComponent",
"Name": "RotationPivot_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_C",
"Class": "UScriptClass'SceneComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SceneComponent",
"Name": "Scene_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_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_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.8"
},
"VariableGuid": "B648B9D6-4A9E2BBB-4FB7A887-AF2EE204",
"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'ChildActorComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "ChildActorComponent'BPA_FaceFollowingMenu_C:BP_MainMenu_Mih3D_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.3"
},
"VariableGuid": "EDFECE00-46BEFB71-929D6995-7F227307",
"InternalVariableName": "BP_MainMenu_Mih3D"
}
},
{
"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_C:RotationPivot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.9"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.12"
}
],
"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_C:Scene_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.10"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.15"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.13"
}
],
"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_C:MenuStaticMesh_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.17"
},
"VariableGuid": "A0896583-4ECB8E08-8FE4A88B-FB0D210C",
"InternalVariableName": "MenuStaticMesh"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BPA_FaceFollowingMenu_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.14"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.15"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.14"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.13"
},
{
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.12"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BPA_FaceFollowingMenu_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/IngameMenu/BPA_FaceFollowingMenu.11"
}
}
},
{
"Type": "StaticMeshComponent",
"Name": "MenuStaticMesh_GEN_VARIABLE",
"Outer": "BPA_FaceFollowingMenu_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
}
}
}
]

File diff suppressed because it is too large Load diff

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

View file

@ -0,0 +1,159 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BP_IM_TestWidget_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BP_IM_TestWidget_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.6"
}
},
"SuperStruct": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "RadiusWidget",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'RadiusWidgetComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "DefaultSceneRoot",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
}
],
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BP_IM_TestWidget_C'Default__BP_IM_TestWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BP_IM_TestWidget_C",
"Name": "Default__BP_IM_TestWidget_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.BP_IM_TestWidget_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "RadiusWidgetComponent",
"Name": "RadiusWidget_GEN_VARIABLE",
"Outer": "BP_IM_TestWidget_C",
"Class": "UScriptClass'RadiusWidgetComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bDisableWhileIngameMenu": false,
"bDisableWhileDead": false,
"bDrawAtDesiredSize": true,
"RelativeScale3D": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
}
}
},
{
"Type": "SceneComponent",
"Name": "DefaultSceneRoot_GEN_VARIABLE",
"Outer": "BP_IM_TestWidget_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_IM_TestWidget_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.3"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BP_IM_TestWidget_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.5"
}
],
"VariableGuid": "8926DEF9-43791982-C2A2328B-AF6037E2",
"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'RadiusWidgetComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ComponentTemplate": {
"ObjectName": "RadiusWidgetComponent'BP_IM_TestWidget_C:RadiusWidget_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.2"
},
"VariableGuid": "8D59D898-4AED22C8-01834482-828D8839",
"InternalVariableName": "RadiusWidget"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BP_IM_TestWidget_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BP_IM_TestWidget_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.4"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BP_IM_TestWidget_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.4"
},
{
"ObjectName": "SCS_Node'BP_IM_TestWidget_C:SimpleConstructionScript_0.SCS_Node_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.5"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BP_IM_TestWidget_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/BP_IM_TestWidget.4"
}
}
}
]

View file

@ -0,0 +1,307 @@
[
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Left",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Left'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Left.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Hover_Button_Color[23]": "Enum_IM_ThemeColor::NewEnumerator2",
"Hover_Button_Color_Outline[24]": "Enum_IM_ThemeColor::NewEnumerator8",
"Pressed_Button_Color[25]": "Enum_IM_ThemeColor::NewEnumerator8",
"Hover_Icon ThemeColor[31]": "Enum_IM_ThemeColor::NewEnumerator15",
"Hover_Text Theme Color[32]": "Enum_IM_ThemeColor::NewEnumerator15",
"Pressed_Icon ThemeColor[33]": "Enum_IM_ThemeColor::NewEnumerator1",
"Pressed_Text Theme Color[34]": "Enum_IM_ThemeColor::NewEnumerator1",
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
},
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Left_1",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Left'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Left.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
},
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Right",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Right'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Right.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Hover_Button_Color[23]": "Enum_IM_ThemeColor::NewEnumerator2",
"Hover_Button_Color_Outline[24]": "Enum_IM_ThemeColor::NewEnumerator8",
"Pressed_Button_Color[25]": "Enum_IM_ThemeColor::NewEnumerator8",
"Hover_Icon ThemeColor[31]": "Enum_IM_ThemeColor::NewEnumerator15",
"Hover_Text Theme Color[32]": "Enum_IM_ThemeColor::NewEnumerator15",
"Pressed_Icon ThemeColor[33]": "Enum_IM_ThemeColor::NewEnumerator1",
"Pressed_Text Theme Color[34]": "Enum_IM_ThemeColor::NewEnumerator1",
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
},
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Right_1",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Right'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Right.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
},
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_IM_Switch_Orange_C",
"Name": "Default__WBPC_IM_Switch_Orange_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.WBPC_IM_Switch_Orange_C'",
"Template": {
"ObjectName": "WBPC_IM_Switch_Base_C'Default__WBPC_IM_Switch_Base_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/WBPC_IM_Switch_Base.37"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "WBPC_IM_TextBox_C",
"Name": "TextBox_Variant",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.WBPC_IM_TextBox_C'",
"Template": {
"ObjectName": "WBPC_IM_TextBox_C'Default__WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.14"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_IM_Switch_Orange_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Switch_Base_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/WBPC_IM_Switch_Base.38"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_IM_Switch_Orange_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.7"
},
"NamedSlots": [
"Slot_BtnLeft",
"Slot_TextBoxVariant",
"Slot_BtnRight"
]
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "RoundButton_Left",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "RoundButton_Left_1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "RoundButton_Right",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "RoundButton_Right_1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "TextBox_Variant",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.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_IM_Switch_Orange_C'Default__WBPC_IM_Switch_Orange_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.4"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_IM_Switch_Orange_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NamedSlotBindings": [
{
"Key": "Slot_TextBoxVariant",
"Value": {
"ObjectName": "WBPC_IM_TextBox_C'WBPC_IM_Switch_Orange_C:WidgetTree.TextBox_Variant'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.5"
}
},
{
"Key": "Slot_RoundButton_Left",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_Orange_C:WidgetTree.RoundButton_Left'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.0"
}
},
{
"Key": "Slot_RoundButton_Right",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_Orange_C:WidgetTree.RoundButton_Right'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.2"
}
},
{
"Key": "Slot_BtnRight",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_Orange_C:WidgetTree.RoundButton_Right_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.3"
}
},
{
"Key": "Slot_BtnLeft",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_Orange_C:WidgetTree.RoundButton_Left_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_Orange.1"
}
}
]
}
}
]

View file

@ -0,0 +1,328 @@
[
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Left",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Left'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Left.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"Normal_Button_Color_Outline[15]": "Enum_IM_ThemeColor::NewEnumerator3",
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Hover_Button_Color[23]": "Enum_IM_ThemeColor::NewEnumerator2",
"Hover_Button_Color_Outline[24]": "Enum_IM_ThemeColor::NewEnumerator8",
"Pressed_Button_Color[25]": "Enum_IM_ThemeColor::NewEnumerator8",
"Hover_Icon ThemeColor[31]": "Enum_IM_ThemeColor::NewEnumerator15",
"Hover_Text Theme Color[32]": "Enum_IM_ThemeColor::NewEnumerator15",
"Pressed_Icon ThemeColor[33]": "Enum_IM_ThemeColor::NewEnumerator1",
"Pressed_Text Theme Color[34]": "Enum_IM_ThemeColor::NewEnumerator1",
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
}
}
},
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Left_1",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Left'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Left.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"Normal_Button_Color_Outline[15]": "Enum_IM_ThemeColor::NewEnumerator3",
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Hover_Button_Color[23]": "Enum_IM_ThemeColor::NewEnumerator1",
"Hover_Button_Color_Outline[24]": "Enum_IM_ThemeColor::NewEnumerator8",
"Pressed_Button_Color[25]": "Enum_IM_ThemeColor::NewEnumerator3",
"Hover_Icon ThemeColor[31]": "Enum_IM_ThemeColor::NewEnumerator15",
"Hover_Text Theme Color[32]": "Enum_IM_ThemeColor::NewEnumerator15",
"Pressed_Icon ThemeColor[33]": "Enum_IM_ThemeColor::NewEnumerator1",
"Pressed_Text Theme Color[34]": "Enum_IM_ThemeColor::NewEnumerator1",
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
}
}
},
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Right",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Right'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Right.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"Normal_Button_Color_Outline[15]": "Enum_IM_ThemeColor::NewEnumerator3",
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Hover_Button_Color[23]": "Enum_IM_ThemeColor::NewEnumerator2",
"Hover_Button_Color_Outline[24]": "Enum_IM_ThemeColor::NewEnumerator8",
"Pressed_Button_Color[25]": "Enum_IM_ThemeColor::NewEnumerator8",
"Hover_Icon ThemeColor[31]": "Enum_IM_ThemeColor::NewEnumerator15",
"Hover_Text Theme Color[32]": "Enum_IM_ThemeColor::NewEnumerator15",
"Pressed_Icon ThemeColor[33]": "Enum_IM_ThemeColor::NewEnumerator1",
"Pressed_Text Theme Color[34]": "Enum_IM_ThemeColor::NewEnumerator1",
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
}
}
},
{
"Type": "WBPC_IM_RoundButton_C",
"Name": "RoundButton_Right_1",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.WBPC_IM_RoundButton_C'",
"Template": {
"ObjectName": "WBPC_IM_RoundButton_C'Default__WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.39"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Text[10]": {
"CultureInvariantString": null
},
"Override Image[11]": {
"ObjectName": "Texture2D'S_Element_Btn_Right'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Element_Btn_Right.0"
},
"Icon_Size[14]": {
"X": 40.0,
"Y": 40.0
},
"Normal_Button_Color_Outline[15]": "Enum_IM_ThemeColor::NewEnumerator3",
"ButtonSize[19]": {
"X": 40.0,
"Y": 40.0
},
"Hover_Button_Color[23]": "Enum_IM_ThemeColor::NewEnumerator1",
"Hover_Button_Color_Outline[24]": "Enum_IM_ThemeColor::NewEnumerator8",
"Pressed_Button_Color[25]": "Enum_IM_ThemeColor::NewEnumerator3",
"Hover_Icon ThemeColor[31]": "Enum_IM_ThemeColor::NewEnumerator15",
"Hover_Text Theme Color[32]": "Enum_IM_ThemeColor::NewEnumerator15",
"Pressed_Icon ThemeColor[33]": "Enum_IM_ThemeColor::NewEnumerator1",
"Pressed_Text Theme Color[34]": "Enum_IM_ThemeColor::NewEnumerator1",
"Icon_Offset[35]": {
"X": 0.0,
"Y": 0.0
}
}
},
{
"Type": "WBPC_IM_Switch_White_C",
"Name": "Default__WBPC_IM_Switch_White_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.WBPC_IM_Switch_White_C'",
"Template": {
"ObjectName": "WBPC_IM_Switch_Base_C'Default__WBPC_IM_Switch_Base_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/WBPC_IM_Switch_Base.37"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "WBPC_IM_TextBox_C",
"Name": "TextBox_Variant",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.WBPC_IM_TextBox_C'",
"Template": {
"ObjectName": "WBPC_IM_TextBox_C'Default__WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.14"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override_TextColor[3]": "Enum_IM_ThemeColor::NewEnumerator10",
"TextFont[5]": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_IM_Switch_White_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Switch_Base_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/WBPC_IM_Switch_Base.38"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_IM_Switch_White_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.7"
},
"NamedSlots": [
"Slot_BtnLeft",
"Slot_TextBoxVariant",
"Slot_BtnRight"
]
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "RoundButton_Left",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "RoundButton_Left_1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "RoundButton_Right",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "RoundButton_Right_1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RoundButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RoundButton.41"
}
},
{
"Type": "ObjectProperty",
"Name": "TextBox_Variant",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.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_IM_Switch_White_C'Default__WBPC_IM_Switch_White_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.4"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_IM_Switch_White_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NamedSlotBindings": [
{
"Key": "Slot_TextBoxVariant",
"Value": {
"ObjectName": "WBPC_IM_TextBox_C'WBPC_IM_Switch_White_C:WidgetTree.TextBox_Variant'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.5"
}
},
{
"Key": "Slot_RoundButton_Left",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_White_C:WidgetTree.RoundButton_Left'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.0"
}
},
{
"Key": "Slot_RoundButton_Right",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_White_C:WidgetTree.RoundButton_Right'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.2"
}
},
{
"Key": "Slot_BtnLeft",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_White_C:WidgetTree.RoundButton_Left_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.1"
}
},
{
"Key": "Slot_BtnRight",
"Value": {
"ObjectName": "WBPC_IM_RoundButton_C'WBPC_IM_Switch_White_C:WidgetTree.RoundButton_Right_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.3"
}
}
]
}
}
]

View file

@ -0,0 +1,481 @@
[
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPE_MM_DifficutyOptionLine_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "WBPC_IM_Switch_White",
"DelegatePropertyName": "OnChanged",
"FunctionNameToBind": "BndEvt__WBPE_MM_DifficutyOptionLine_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBPE_MM_DifficutyOptionLine_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature",
"Outer": "WBPE_MM_DifficutyOptionLine_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPE_MM_DifficutyOptionLine",
"Outer": "WBPE_MM_DifficutyOptionLine_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": "IntProperty",
"Name": "CallFunc_Array_Length_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "K2Node_ComponentBoundEvent_NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Less_IntInt_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": "OnOptionChanged__DelegateSignature",
"Outer": "WBPE_MM_DifficutyOptionLine_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "OptionTag",
"Flags": "RF_Public",
"ElementSize": 12,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "StructProperty",
"Name": "ValueTag",
"Flags": "RF_Public",
"ElementSize": 12,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetBoolOption",
"Outer": "WBPE_MM_DifficutyOptionLine_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "Config",
"Flags": "RF_Public",
"ElementSize": 120,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'DifficultyConfigBool'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StructProperty",
"Name": "ValueTag",
"Flags": "RF_Public",
"ElementSize": 12,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "IntProperty",
"Name": "CurrentIndex",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ArrayProperty",
"Name": "K2Node_MakeArray_Array",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "ConstParm | ReferenceParm",
"Inner": {
"Type": "TextProperty",
"Name": "K2Node_MakeArray_Array",
"Flags": "RF_Public",
"ElementSize": 24
}
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Find_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "BoolProperty",
"Name": "CallFunc_GreaterEqual_IntInt_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Add_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Add_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetFloatOption",
"Outer": "WBPE_MM_DifficutyOptionLine_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "Config",
"Flags": "RF_Public",
"ElementSize": 40,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'DifficultyConfigFloat'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "StructProperty",
"Name": "ValueTag",
"Flags": "RF_Public",
"ElementSize": 12,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
{
"Type": "IntProperty",
"Name": "CurrentIndex",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ArrayProperty",
"Name": "ValueNames",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Inner": {
"Type": "TextProperty",
"Name": "ValueNames",
"Flags": "RF_Public",
"ElementSize": 24
}
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Length_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "Temp_int_Array_Index_Variable",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "Temp_int_Loop_Counter_Variable",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "StructProperty",
"Name": "CallFunc_Array_Get_Item",
"Flags": "RF_Public",
"ElementSize": 48,
"Struct": {
"ObjectName": "Class'DifficultyOptionFloat'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Less_IntInt_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "IntProperty",
"Name": "CallFunc_Add_IntInt_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Find_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "BoolProperty",
"Name": "CallFunc_GreaterEqual_IntInt_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Add_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Add_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "WBPE_MM_DifficutyOptionLine_C",
"Name": "Default__WBPE_MM_DifficutyOptionLine_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.WBPE_MM_DifficutyOptionLine_C'",
"Template": {
"ObjectName": "WBPE_MM_Option_Line_Switch_UPD_C'Default__WBPE_MM_Option_Line_Switch_UPD_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.16"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"OnOptionChanged[1]": {
"InvocationList": []
},
"OptionTag[3]": {
"TagName": "None"
},
"bHasScriptImplementedTick": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPE_MM_DifficutyOptionLine_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_Option_Line_Switch_UPD_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.17"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPE_MM_DifficutyOptionLine_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.8"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPE_MM_DifficutyOptionLine_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.0"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:ExecuteUbergraph_WBPE_MM_DifficutyOptionLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.2"
}
},
"Children": [
{
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:SetFloatOption'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.5"
},
{
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:SetBoolOption'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.4"
},
{
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:BndEvt__WBPE_MM_DifficutyOptionLine_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.1"
},
{
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:ExecuteUbergraph_WBPE_MM_DifficutyOptionLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.2"
},
{
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:OnOptionChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.3"
}
],
"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": "OnOptionChanged",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:OnOptionChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.3"
}
},
{
"Type": "ArrayProperty",
"Name": "ValueTags",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Inner": {
"Type": "StructProperty",
"Name": "ValueTags",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
}
},
{
"Type": "StructProperty",
"Name": "OptionTag",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 12,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
}
],
"FuncMap": {
"OnOptionChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:OnOptionChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.3"
},
"ExecuteUbergraph_WBPE_MM_DifficutyOptionLine": {
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:ExecuteUbergraph_WBPE_MM_DifficutyOptionLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.2"
},
"BndEvt__WBPE_MM_DifficutyOptionLine_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:BndEvt__WBPE_MM_DifficutyOptionLine_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.1"
},
"SetBoolOption": {
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:SetBoolOption'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.4"
},
"SetFloatOption": {
"ObjectName": "Function'WBPE_MM_DifficutyOptionLine_C:SetFloatOption'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.5"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'Default__WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.6"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPE_MM_DifficutyOptionLine_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
}
]

View file

@ -0,0 +1,642 @@
[
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "WBPC_IM_Switch_White",
"DelegatePropertyName": "OnChanged",
"FunctionNameToBind": "BndEvt__WBPE_MM_Option_Line_Switch_UPD_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBPE_MM_Option_Line_Switch_UPD_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_MM_OptionLine_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.0"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPE_MM_Option_Line_Switch_UPD",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_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": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_Event_MyGeometry",
"Flags": "RF_Public",
"ElementSize": 56,
"Struct": {
"ObjectName": "Class'Geometry'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "FloatProperty",
"Name": "K2Node_Event_InDeltaTime",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "K2Node_ComponentBoundEvent_NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "OnValueChanged__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Tick",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:Tick'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "MyGeometry",
"Flags": "RF_Public",
"ElementSize": 56,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Geometry'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "FloatProperty",
"Name": "InDeltaTime",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HorizontalBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.8"
},
{
"ObjectName": "HorizontalBoxSlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.9"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.Overlay_1.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.11"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_0",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"SizeRule": "ESlateSizeRule::Fill"
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Left",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.7"
},
"Content": {
"ObjectName": "WBPC_TextWithInfo_UPD_C'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.WBPC_TextWithInfo_updated'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.15"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_2",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.7"
},
"Content": {
"ObjectName": "WBPC_IM_Switch_White_C'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.WBPC_IM_Switch_White'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.14"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_1",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.Overlay_1.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.11"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.13"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_1",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.Overlay_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.10"
},
"Content": {
"ObjectName": "HorizontalBox'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.7"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"MinDesiredHeight": 50.0,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.13"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Top": 5.0,
"Bottom": 5.0
},
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "SizeBox'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.12"
},
"Content": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.Overlay_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.10"
}
}
},
{
"Type": "WBPC_IM_Switch_White_C",
"Name": "WBPC_IM_Switch_White",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.WBPC_IM_Switch_White_C'",
"Template": {
"ObjectName": "WBPC_IM_Switch_White_C'Default__WBPC_IM_Switch_White_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.4"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NamedSlotBindings": [
{
"Name": "Slot_TextBoxVariant",
"Content": null
}
],
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.9"
}
}
},
{
"Type": "WBPC_TextWithInfo_UPD_C",
"Name": "WBPC_TextWithInfo_updated",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_TextWithInfo_UPD.WBPC_TextWithInfo_UPD_C'",
"Template": {
"ObjectName": "WBPC_TextWithInfo_UPD_C'Default__WBPC_TextWithInfo_UPD_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_TextWithInfo_UPD.33"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"OptionLine_Text[9]": {
"CultureInvariantString": "Text for Line External"
},
"asButton[11]": false,
"--PopupOffset[15]": 5.0,
"ExternalControl[17]": true,
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.8"
}
}
},
{
"Type": "WBPE_MM_Option_Line_Switch_UPD_C",
"Name": "Default__WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.WBPE_MM_Option_Line_Switch_UPD_C'",
"Template": {
"ObjectName": "WBPA_MM_OptionLine_C'Default__WBPA_MM_OptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.4"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Text_LineName[3]": {
"CultureInvariantString": "Option name"
},
"Text_LineDescription[4]": {
"CultureInvariantString": "This option do somethig very important. Set it off!"
},
"Enable_Popup[5]": true,
"OnValueChanged[7]": {
"InvocationList": []
},
"Variants[8]": [
{
"Namespace": "",
"Key": "0D9E1FDA4C51A50B250D1EA0CA569138",
"SourceString": "On",
"LocalizedString": "On"
},
{
"Namespace": "",
"Key": "D20537AC41AB1CF99AD596893398A711",
"SourceString": "Off",
"LocalizedString": "Off"
}
],
"CycleRound[11]": true,
"CanSwitch_by_MiddleText[12]": true,
"bHasScriptImplementedTick": true
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_MM_OptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.5"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.18"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPE_MM_Option_Line_Switch_UPD_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.0"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:ExecuteUbergraph_WBPE_MM_Option_Line_Switch_UPD'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.3"
}
},
"Children": [
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.5"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.2"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:Tick'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.6"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:BndEvt__WBPE_MM_Option_Line_Switch_UPD_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.1"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:ExecuteUbergraph_WBPE_MM_Option_Line_Switch_UPD'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.3"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.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": "WBPC_IM_Switch_White",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Switch_White_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.6"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_TextWithInfo_updated",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_TextWithInfo_UPD_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_TextWithInfo_UPD.34"
}
},
{
"Type": "TextProperty",
"Name": "Text_LineName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "TextProperty",
"Name": "Text_LineDescription",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "BoolProperty",
"Name": "Enable_Popup",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ByteProperty",
"Name": "TextState",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_ButtonStates'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Tech/Enum_ButtonStates.0"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnValueChanged",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.4"
}
},
{
"Type": "ArrayProperty",
"Name": "Variants",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Inner": {
"Type": "TextProperty",
"Name": "Variants",
"Flags": "RF_Public",
"ElementSize": 24
}
},
{
"Type": "IntProperty",
"Name": "DefaultIndex",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "IntProperty",
"Name": "OverriddenDefaultValue",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "BoolProperty",
"Name": "CycleRound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CanSwitch_by_MiddleText",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"OnValueChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.4"
},
"ExecuteUbergraph_WBPE_MM_Option_Line_Switch_UPD": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:ExecuteUbergraph_WBPE_MM_Option_Line_Switch_UPD'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.3"
},
"BndEvt__WBPE_MM_Option_Line_Switch_UPD_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:BndEvt__WBPE_MM_Option_Line_Switch_UPD_WBPC_IM_Switch_White_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.1"
},
"Tick": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:Tick'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.6"
},
"Construct": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.2"
},
"PreConstruct": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_UPD_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.5"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPE_MM_Option_Line_Switch_UPD_C'Default__WBPE_MM_Option_Line_Switch_UPD_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.16"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPE_MM_Option_Line_Switch_UPD_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPE_MM_Option_Line_Switch_UPD_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.12"
}
}
}
]

View file

@ -0,0 +1,598 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPB_SwitcherWithName",
"Outer": "WBPB_SwitcherWithName_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": "K2Node_Event_IsDesignTime",
"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": "GetCurrentIndex",
"Outer": "WBPB_SwitcherWithName_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "Current_IndexVariants",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "Parm | OutParm"
},
{
"Type": "IntProperty",
"Name": "CallFunc_GetCurrentIndex_Current_IndexVariants",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPB_SwitcherWithName_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetCurrentIndex",
"Outer": "WBPB_SwitcherWithName_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "Current_IndexVariants",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetName",
"Outer": "WBPB_SwitcherWithName_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Override_Text",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ByteProperty",
"Name": "Temp_byte_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EHorizontalAlignment'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "ByteProperty",
"Name": "Temp_byte_Variable_1",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EHorizontalAlignment'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"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": "CallFunc_SlotAsHorizontalBoxSlot_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'HorizontalBoxSlot'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Collapse_if_empty_Text_Empty",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ByteProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'EHorizontalAlignment'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetupSwitcherWithName",
"Outer": "WBPB_SwitcherWithName_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Override_Text",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ArrayProperty",
"Name": "TargetArray",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
"Inner": {
"Type": "TextProperty",
"Name": "TargetArray",
"Flags": "RF_Public",
"ElementSize": 24
}
},
{
"Type": "BoolProperty",
"Name": "CycleRound",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CanSwitchByMiddleText",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "Content",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBPB_SwitcherWithName_C:WidgetTree.Content.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.8"
},
{
"ObjectName": "HorizontalBoxSlot'WBPB_SwitcherWithName_C:WidgetTree.Content.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.7"
}
]
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_0",
"Outer": "Content",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"SizeRule": "ESlateSizeRule::Fill"
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBPB_SwitcherWithName_C:WidgetTree.Content'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.6"
},
"Content": {
"ObjectName": "WBPC_IM_Switch_White_C'WBPB_SwitcherWithName_C:WidgetTree.WBPC_IM_Switch_White'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.10"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_1",
"Outer": "Content",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBPB_SwitcherWithName_C:WidgetTree.Content'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.6"
},
"Content": {
"ObjectName": "WBPC_IM_TextBox_C'WBPB_SwitcherWithName_C:WidgetTree.TxtBox_SwitcherName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.11"
}
}
},
{
"Type": "WBPB_SwitcherWithName_C",
"Name": "Default__WBPB_SwitcherWithName_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.WBPB_SwitcherWithName_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"SwitcherName[3]": {
"Namespace": "",
"Key": "944F3B1A4C75D6643B7489AA90D9841D",
"SourceString": "OptionName",
"LocalizedString": "OptionName"
},
"Target Array[4]": [
{
"Namespace": "",
"Key": "66BA1C594CB1F8A3EFF0D88C5B081386",
"SourceString": "Left",
"LocalizedString": "Left"
},
{
"Namespace": "",
"Key": "BAA9D5ED451CF9EACBFEECB8AEB10DC6",
"SourceString": "Right",
"LocalizedString": "Right"
},
{
"Namespace": "",
"Key": "D32A5C2A4C715E9F5045E2973668C4FC",
"SourceString": "Center",
"LocalizedString": "Center"
}
],
"Cycle Round[5]": true,
"Can Switch by Middle Text[6]": true,
"Current Index Variants[7]": 2,
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WBPC_IM_Switch_White_C",
"Name": "WBPC_IM_Switch_White",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.WBPC_IM_Switch_White_C'",
"Template": {
"ObjectName": "WBPC_IM_Switch_White_C'Default__WBPC_IM_Switch_White_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.4"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Variants[8]": [
{
"Namespace": "",
"Key": "66BA1C594CB1F8A3EFF0D88C5B081386",
"SourceString": "Left",
"LocalizedString": "Left"
},
{
"Namespace": "",
"Key": "BAA9D5ED451CF9EACBFEECB8AEB10DC6",
"SourceString": "Right",
"LocalizedString": "Right"
},
{
"Namespace": "",
"Key": "D32A5C2A4C715E9F5045E2973668C4FC",
"SourceString": "Center",
"LocalizedString": "Center"
}
],
"NamedSlotBindings": [
{
"Name": "Slot_BtnLeft",
"Content": null
},
{
"Name": "Slot_TextBoxVariant",
"Content": null
},
{
"Name": "Slot_BtnRight",
"Content": null
}
],
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPB_SwitcherWithName_C:WidgetTree.Content.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.7"
}
}
},
{
"Type": "WBPC_IM_TextBox_C",
"Name": "TxtBox_SwitcherName",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.WBPC_IM_TextBox_C'",
"Template": {
"ObjectName": "WBPC_IM_TextBox_C'Default__WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.14"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override_TextColor[3]": "Enum_IM_ThemeColor::NewEnumerator13",
"Override_Text[4]": {
"Namespace": "",
"Key": "2695A1AB4A600D44BFC6B2BFF992E1DA",
"SourceString": "OptionName",
"LocalizedString": "OptionName"
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPB_SwitcherWithName_C:WidgetTree.Content.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.8"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPB_SwitcherWithName_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPB_SwitcherWithName_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.13"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPB_SwitcherWithName_C:ExecuteUbergraph_WBPB_SwitcherWithName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPB_SwitcherWithName_C:SetName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.4"
},
{
"ObjectName": "Function'WBPB_SwitcherWithName_C:GetCurrentIndex'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.1"
},
{
"ObjectName": "Function'WBPB_SwitcherWithName_C:SetCurrentIndex'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.3"
},
{
"ObjectName": "Function'WBPB_SwitcherWithName_C:SetupSwitcherWithName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.5"
},
{
"ObjectName": "Function'WBPB_SwitcherWithName_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.2"
},
{
"ObjectName": "Function'WBPB_SwitcherWithName_C:ExecuteUbergraph_WBPB_SwitcherWithName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.0"
}
],
"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": "TxtBox_SwitcherName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.15"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_IM_Switch_White",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Switch_White_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPC_IM_Switch_White.6"
}
},
{
"Type": "TextProperty",
"Name": "SwitcherName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "ArrayProperty",
"Name": "Target Array",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Inner": {
"Type": "TextProperty",
"Name": "Target Array",
"Flags": "RF_Public",
"ElementSize": 24
}
},
{
"Type": "BoolProperty",
"Name": "Cycle Round",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "Can Switch by Middle Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "IntProperty",
"Name": "Current Index Variants",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
}
],
"FuncMap": {
"ExecuteUbergraph_WBPB_SwitcherWithName": {
"ObjectName": "Function'WBPB_SwitcherWithName_C:ExecuteUbergraph_WBPB_SwitcherWithName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPB_SwitcherWithName_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.2"
},
"SetupSwitcherWithName": {
"ObjectName": "Function'WBPB_SwitcherWithName_C:SetupSwitcherWithName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.5"
},
"SetCurrentIndex": {
"ObjectName": "Function'WBPB_SwitcherWithName_C:SetCurrentIndex'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.3"
},
"GetCurrentIndex": {
"ObjectName": "Function'WBPB_SwitcherWithName_C:GetCurrentIndex'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.1"
},
"SetName": {
"ObjectName": "Function'WBPB_SwitcherWithName_C:SetName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.4"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPB_SwitcherWithName_C'Default__WBPB_SwitcherWithName_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.9"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPB_SwitcherWithName_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "HorizontalBox'WBPB_SwitcherWithName_C:WidgetTree.Content'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPB_SwitcherWithName.6"
}
}
}
]

View file

@ -0,0 +1,628 @@
[
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPC_IM_Icon_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_WBPC_IM_Icon",
"Outer": "WBPC_IM_Icon_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": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Redraw Icon",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetColor",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "ThemeColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_SlateColor",
"Flags": "RF_Public",
"ElementSize": 20,
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_LinearColor",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetCustomColor",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "Use Custom Color",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "Cusom Color",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetImage",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Texture",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Collapse_if_empty_Image_IsEmpty",
"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": "SetMirrored",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IconMirrored",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetSize",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "Image Size",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetupWidget",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "OverrideImage",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "DesiredSize",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "Icon Mirrored",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "UseCustomColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CustomColor",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ByteProperty",
"Name": "ThemeColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Image",
"Name": "Image_Icon",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"Margin": {
"Left": 0.2,
"Top": 0.2,
"Right": 0.2,
"Bottom": 0.2
},
"ResourceObject": {
"ObjectName": "Texture2D'S_InfoIcon'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_InfoIcon.0"
}
},
"ColorAndOpacity": {
"R": 0.6,
"G": 0.0,
"B": 0.45,
"A": 1.0,
"Hex": "CC00B3"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_IM_Icon_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.12"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_IM_Icon_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.12"
}
]
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_IM_Icon_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.11"
},
"Content": {
"ObjectName": "Image'WBPC_IM_Icon_C:WidgetTree.Image_Icon'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.10"
}
}
},
{
"Type": "WBPC_IM_Icon_C",
"Name": "Default__WBPC_IM_Icon_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.WBPC_IM_Icon_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Panel Color[2]": "Enum_IM_ThemeColor::NewEnumerator13",
"Override Image[3]": {
"ObjectName": "Texture2D'S_Icon_Attention'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Icon_Attention.0"
},
"Cusom Color[5]": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 1.0,
"Hex": "FFFFFF"
},
"Override Image Size[6]": {
"X": 32.0,
"Y": 32.0
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_IM_Icon_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_IM_Icon_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.15"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_IM_Icon_C:ExecuteUbergraph_WBPC_IM_Icon'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.1"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_IM_Icon_C:SetColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.4"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:SetSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.8"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:SetCustomColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.5"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:SetMirrored'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.7"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:SetImage'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.6"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:SetupWidget'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.9"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.2"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:Redraw Icon'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.3"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.0"
},
{
"ObjectName": "Function'WBPC_IM_Icon_C:ExecuteUbergraph_WBPC_IM_Icon'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.1"
}
],
"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": "Image_Icon",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ByteProperty",
"Name": "Panel Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "ObjectProperty",
"Name": "Override Image",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "Use Custom Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "Cusom Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Override Image Size",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "Icon Mirrored",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_IM_Icon": {
"ObjectName": "Function'WBPC_IM_Icon_C:ExecuteUbergraph_WBPC_IM_Icon'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.1"
},
"Construct": {
"ObjectName": "Function'WBPC_IM_Icon_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.0"
},
"Redraw Icon": {
"ObjectName": "Function'WBPC_IM_Icon_C:Redraw Icon'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.3"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_IM_Icon_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.2"
},
"SetupWidget": {
"ObjectName": "Function'WBPC_IM_Icon_C:SetupWidget'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.9"
},
"SetImage": {
"ObjectName": "Function'WBPC_IM_Icon_C:SetImage'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.6"
},
"SetMirrored": {
"ObjectName": "Function'WBPC_IM_Icon_C:SetMirrored'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.7"
},
"SetCustomColor": {
"ObjectName": "Function'WBPC_IM_Icon_C:SetCustomColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.5"
},
"SetSize": {
"ObjectName": "Function'WBPC_IM_Icon_C:SetSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.8"
},
"SetColor": {
"ObjectName": "Function'WBPC_IM_Icon_C:SetColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.4"
}
},
"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_IM_Icon_C'Default__WBPC_IM_Icon_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.13"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_IM_Icon_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "Overlay'WBPC_IM_Icon_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.11"
}
}
}
]

View file

@ -0,0 +1,614 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_IM_Panel",
"Outer": "WBPC_IM_Panel_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": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBPC_IM_Panel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetPanelSize",
"Outer": "WBPC_IM_Panel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "DesiredSize",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetupWidget",
"Outer": "WBPC_IM_Panel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ImgTarget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Image",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "FloatProperty",
"Name": "Opacity",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ByteProperty",
"Name": "Color",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_Color_Panels'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_Color_Panels.0"
}
},
{
"Type": "BoolProperty",
"Name": "UseCustomColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CustomColor",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ByteProperty",
"Name": "Theme_Color",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Collapse_if_empty_Image_IsEmpty",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_SlateColor",
"Flags": "RF_Public",
"ElementSize": 20,
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_LinearColor",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Image",
"Name": "Img_Details",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"DrawAs": "ESlateBrushDrawType::Box",
"Margin": {
"Left": 0.5,
"Top": 0.5,
"Right": 0.5,
"Bottom": 0.5
},
"ResourceObject": {
"ObjectName": "Texture2D'S_IM_Normal'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_IM_Normal.0"
}
},
"ColorAndOpacity": {
"R": 0.067708,
"G": 0.067708,
"B": 0.067708,
"A": 1.0,
"Hex": "494949"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_IM_Panel_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.7"
}
}
},
{
"Type": "Image",
"Name": "Img_Panel",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"DrawAs": "ESlateBrushDrawType::Box",
"Margin": {
"Left": 0.5,
"Top": 0.5,
"Right": 0.5,
"Bottom": 0.5
},
"ResourceObject": {
"ObjectName": "Texture2D'S_IM_Normal'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_IM_Normal.0"
}
},
"ColorAndOpacity": {
"R": 0.067708,
"G": 0.067708,
"B": 0.067708,
"A": 1.0,
"Hex": "494949"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_IM_Panel_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.8"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_IM_Panel_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.8"
},
{
"ObjectName": "OverlaySlot'WBPC_IM_Panel_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.7"
}
]
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_IM_Panel_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.6"
},
"Content": {
"ObjectName": "Image'WBPC_IM_Panel_C:WidgetTree.Img_Details'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.4"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_IM_Panel_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.6"
},
"Content": {
"ObjectName": "Image'WBPC_IM_Panel_C:WidgetTree.Img_Panel'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.5"
}
}
},
{
"Type": "WBPC_IM_Panel_C",
"Name": "Default__WBPC_IM_Panel_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.WBPC_IM_Panel_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Panel Image[3]": {
"ObjectName": "Texture2D'S_IM_Normal'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_IM_Normal.0"
},
"Panel_ThemeColor[4]": "Enum_IM_ThemeColor::NewEnumerator1",
"Panel Color[5]": "Enum_IM_Color_Panels::NewEnumerator2",
"Panel Opacity[6]": 1.0,
"PanelCustom Color[8]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.016,
"Hex": "04000000"
},
"Details Color[11]": "Enum_IM_Color_Panels::NewEnumerator1",
"DetailsCustom Color[13]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Details Opacity[14]": 0.05,
"Panel Size[15]": {
"X": 150.0,
"Y": 150.0
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_IM_Panel_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_IM_Panel_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.11"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_IM_Panel_C:ExecuteUbergraph_WBPC_IM_Panel'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_IM_Panel_C:SetPanelSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.2"
},
{
"ObjectName": "Function'WBPC_IM_Panel_C:SetupWidget'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.3"
},
{
"ObjectName": "Function'WBPC_IM_Panel_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.1"
},
{
"ObjectName": "Function'WBPC_IM_Panel_C:ExecuteUbergraph_WBPC_IM_Panel'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.0"
}
],
"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": "Img_Details",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Img_Panel",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Panel Image",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ByteProperty",
"Name": "Panel_ThemeColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "ByteProperty",
"Name": "Panel Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_Color_Panels'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_Color_Panels.0"
}
},
{
"Type": "FloatProperty",
"Name": "Panel Opacity",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "BoolProperty",
"Name": "PanelUseCustomColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "PanelCustom Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "Details Image",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ByteProperty",
"Name": "Details_ThemeColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "ByteProperty",
"Name": "Details Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_Color_Panels'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_Color_Panels.0"
}
},
{
"Type": "BoolProperty",
"Name": "DetailsUseCustomColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "DetailsCustom Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "Details Opacity",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "StructProperty",
"Name": "Panel Size",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_IM_Panel": {
"ObjectName": "Function'WBPC_IM_Panel_C:ExecuteUbergraph_WBPC_IM_Panel'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_IM_Panel_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.1"
},
"SetupWidget": {
"ObjectName": "Function'WBPC_IM_Panel_C:SetupWidget'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.3"
},
"SetPanelSize": {
"ObjectName": "Function'WBPC_IM_Panel_C:SetPanelSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.2"
}
},
"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_IM_Panel_C'Default__WBPC_IM_Panel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.9"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_IM_Panel_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "Overlay'WBPC_IM_Panel_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.6"
}
}
}
]

View file

@ -0,0 +1,509 @@
[
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPC_IM_RichTextBox_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_WBPC_IM_RichTextBox",
"Outer": "WBPC_IM_RichTextBox_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": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Setup_RichTextBox_Wrap_TextBoxWidth_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_IM_RichTextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Set_RichText",
"Outer": "WBPC_IM_RichTextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Override_Text",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Override_Text_Out",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "Parm | OutParm"
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Collapse_if_empty_Text_Empty",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Set_RichTextStyle",
"Outer": "WBPC_IM_RichTextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "RichTextStyle",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_RichTextStyle'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_RichTextStyle.0"
}
},
{
"Type": "ByteProperty",
"Name": "Temp_byte_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_RichTextStyle'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_RichTextStyle.0"
}
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'DataTable'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "Temp_object_Variable_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'DataTable'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'DataTable'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Setup_RichTextBox",
"Outer": "WBPC_IM_RichTextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "InText",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm"
},
{
"Type": "DoubleProperty",
"Name": "Wrap_TextBoxWidth",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ByteProperty",
"Name": "Justification",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'ETextJustify'",
"ObjectPath": "/Script/Slate"
}
},
{
"Type": "ByteProperty",
"Name": "RichTextStyle",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_RichTextStyle'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_RichTextStyle.0"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_EqualEqual_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "TextProperty",
"Name": "CallFunc_Set_RichText_Override_Text_Out",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "RichTextBlock",
"Name": "Message",
"Outer": "WidgetTree",
"Class": "UScriptClass'RichTextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "94C0BABC4A0382EDCEE809B0422E00E7",
"SourceString": "<Guide_Name>Guide name:</> A common phrase <System> with system parameter.</> <Bold>Important word</><Italic> and somethig else</>",
"LocalizedString": "<Guide_Name>Guide name:</> A common phrase <System> with system parameter.</> <Bold>Important word</><Italic> and somethig else</>"
},
"TextStyleSet": {
"ObjectName": "DataTable'DT_SubtitlesTextStyles'",
"ObjectPath": "/Game/ITR2/Configurations/Subtitles/DT_SubtitlesTextStyles.0"
},
"DefaultTextStyleOverride": {
"Font": {
"FontObject": {
"ObjectName": "Font'Roboto'",
"ObjectPath": "/Engine/EngineFonts/Roboto.0"
},
"TypefaceFontName": "Regular"
}
},
"Justification": "ETextJustify::Center",
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_IM_RichTextBox_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.8"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_IM_RichTextBox_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.8"
}
],
"bIsVariable": true
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPC_IM_RichTextBox_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.7"
},
"Content": {
"ObjectName": "RichTextBlock'WBPC_IM_RichTextBox_C:WidgetTree.Message'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.6"
}
}
},
{
"Type": "WBPC_IM_RichTextBox_C",
"Name": "Default__WBPC_IM_RichTextBox_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.WBPC_IM_RichTextBox_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Override_Text[3]": {
"CultureInvariantString": "<Guide_Name>Guide name:</> A common phrase <System> with system parameter.</> <Bold>Important word</><Italic> and somethig else</>"
},
"Set_Justification[5]": "ETextJustify::Center",
"RichTextStyle[7]": "Enum_RichTextStyle::NewEnumerator1",
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false,
"Visibility": "ESlateVisibility::Visible"
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_IM_RichTextBox_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_IM_RichTextBox_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.11"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_IM_RichTextBox_C:ExecuteUbergraph_WBPC_IM_RichTextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.1"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Set_RichTextStyle'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.4"
},
{
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Setup_RichTextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.5"
},
{
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Set_RichText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.3"
},
{
"ObjectName": "Function'WBPC_IM_RichTextBox_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.2"
},
{
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.0"
},
{
"ObjectName": "Function'WBPC_IM_RichTextBox_C:ExecuteUbergraph_WBPC_IM_RichTextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.1"
}
],
"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": "Message",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'RichTextBlock'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "SizeBox_0",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'SizeBox'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "TextProperty",
"Name": "Override_Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "FloatProperty",
"Name": "Wrap_TextWidth",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "ByteProperty",
"Name": "Set_Justification",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Enum": {
"ObjectName": "Class'ETextJustify'",
"ObjectPath": "/Script/Slate"
}
},
{
"Type": "BoolProperty",
"Name": "IsInitialized",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ByteProperty",
"Name": "RichTextStyle",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_RichTextStyle'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_RichTextStyle.0"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_IM_RichTextBox": {
"ObjectName": "Function'WBPC_IM_RichTextBox_C:ExecuteUbergraph_WBPC_IM_RichTextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.1"
},
"Construct": {
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_IM_RichTextBox_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.2"
},
"Set_RichText": {
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Set_RichText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.3"
},
"Setup_RichTextBox": {
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Setup_RichTextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.5"
},
"Set_RichTextStyle": {
"ObjectName": "Function'WBPC_IM_RichTextBox_C:Set_RichTextStyle'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.4"
}
},
"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_IM_RichTextBox_C'Default__WBPC_IM_RichTextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.9"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_IM_RichTextBox_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_IM_RichTextBox_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.7"
}
}
}
]

View file

@ -0,0 +1,840 @@
[
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPC_IM_TextBox_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_WBPC_IM_TextBox",
"Outer": "WBPC_IM_TextBox_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": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Setup_FullText_WrapTextBoxWidth_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "Get_Txt_Content_ColorAndOpacity",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 20,
"PropertyFlags": "Parm | OutParm | ReturnParm",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Redraw Text",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetColor",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "ThemeColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_SlateColor",
"Flags": "RF_Public",
"ElementSize": 20,
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_LinearColor",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetFontAndSize",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Font Font Family",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "Font Size",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "StructProperty",
"Name": "K2Node_MakeStruct_SlateFontInfo",
"Flags": "RF_Public",
"ElementSize": 112,
"Struct": {
"ObjectName": "Class'SlateFontInfo'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetText",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Override_Text",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Collapse_if_empty_Text_Empty",
"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": "Setup_FullText",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "OverrideText",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm"
},
{
"Type": "ObjectProperty",
"Name": "Font Font Family",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "Font Size",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ByteProperty",
"Name": "Justification",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "Class'ETextJustify'",
"ObjectPath": "/Script/Slate"
}
},
{
"Type": "BoolProperty",
"Name": "AutoTextWrap",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "WrapTextBoxWidth",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ByteProperty",
"Name": "TextColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "BoolProperty",
"Name": "UseCustomColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CustomColor",
"Flags": "RF_Public",
"ElementSize": 20,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "BoolProperty",
"Name": "CAPS",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "Local_TextTarget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'TextBlock'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "EnumProperty",
"Name": "Temp_byte_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'ETextTransformPolicy'",
"ObjectPath": "/Script/SlateCore"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "EnumProperty",
"Name": "Temp_byte_Variable_1",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'ETextTransformPolicy'",
"ObjectPath": "/Script/SlateCore"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "BoolProperty",
"Name": "Temp_bool_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "EnumProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "Class'ETextTransformPolicy'",
"ObjectPath": "/Script/SlateCore"
},
"UnderlyingProp": {
"Type": "ByteProperty",
"Name": "UnderlyingType",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": null
}
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetWrapText_Wrap_Text_At_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetUseCustomColor",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "UseCustomColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CustomColor",
"Flags": "RF_Public",
"ElementSize": 20,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetWrapText",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "Auto Text Wrap",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "FloatProperty",
"Name": "Wrap Text At",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "RadiusTextBlock",
"Name": "Txt_Content",
"Outer": "WidgetTree",
"Class": "UScriptClass'RadiusTextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "UMG",
"Key": "TextBlockDefaultValue",
"SourceString": "Text Block",
"LocalizedString": "Text Block"
},
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_IM_TextBox_C:WidgetTree.SizeBox_Text.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.13"
},
"bIsVariable": true
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_Text",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_IM_TextBox_C:WidgetTree.SizeBox_Text.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.13"
}
],
"ToolTipText": {
"CultureInvariantString": null
},
"bIsVariable": true
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_Text",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"VerticalAlignment": "EVerticalAlignment::VAlign_Top",
"Parent": {
"ObjectName": "SizeBox'WBPC_IM_TextBox_C:WidgetTree.SizeBox_Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.12"
},
"Content": {
"ObjectName": "RadiusTextBlock'WBPC_IM_TextBox_C:WidgetTree.Txt_Content'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.11"
}
}
},
{
"Type": "WBPC_IM_TextBox_C",
"Name": "Default__WBPC_IM_TextBox_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.WBPC_IM_TextBox_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Override_TextColor[3]": "Enum_IM_ThemeColor::NewEnumerator9",
"Override_Text[4]": {
"CultureInvariantString": "Sample of text"
},
"TextFont[5]": {
"ObjectName": "Font'PTSans-Bold_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Bold_Font.0"
},
"Override_Text_Size[6]": 18.0,
"Custom Color[12]": {
"SpecifiedColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 1.0,
"Hex": "FFFFFF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false,
"ToolTipText": {
"CultureInvariantString": null
},
"Visibility": "ESlateVisibility::HitTestInvisible"
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_IM_TextBox_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.16"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_IM_TextBox_C:ExecuteUbergraph_WBPC_IM_TextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.1"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_IM_TextBox_C:SetFontAndSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.6"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:SetColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.5"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:SetWrapText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.10"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:SetUseCustomColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.9"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:Setup_FullText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.8"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.7"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:Get_Txt_Content_ColorAndOpacity'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.2"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.3"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:Redraw Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.4"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.0"
},
{
"ObjectName": "Function'WBPC_IM_TextBox_C:ExecuteUbergraph_WBPC_IM_TextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.1"
}
],
"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": "SizeBox_Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'SizeBox'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Txt_Content",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'RadiusTextBlock'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ByteProperty",
"Name": "Override_TextColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "TextProperty",
"Name": "Override_Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ObjectProperty",
"Name": "TextFont",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "Override_Text_Size",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "BoolProperty",
"Name": "Auto Text Wrap",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "FloatProperty",
"Name": "Wrap_TextBoxWidth",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ByteProperty",
"Name": "Set_Justification",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "Class'ETextJustify'",
"ObjectPath": "/Script/Slate"
}
},
{
"Type": "BoolProperty",
"Name": "CAPS",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "UseCustomColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "Custom Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_IM_TextBox": {
"ObjectName": "Function'WBPC_IM_TextBox_C:ExecuteUbergraph_WBPC_IM_TextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.1"
},
"Construct": {
"ObjectName": "Function'WBPC_IM_TextBox_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.0"
},
"Redraw Text": {
"ObjectName": "Function'WBPC_IM_TextBox_C:Redraw Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.4"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_IM_TextBox_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.3"
},
"Get_Txt_Content_ColorAndOpacity": {
"ObjectName": "Function'WBPC_IM_TextBox_C:Get_Txt_Content_ColorAndOpacity'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.2"
},
"SetText": {
"ObjectName": "Function'WBPC_IM_TextBox_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.7"
},
"Setup_FullText": {
"ObjectName": "Function'WBPC_IM_TextBox_C:Setup_FullText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.8"
},
"SetUseCustomColor": {
"ObjectName": "Function'WBPC_IM_TextBox_C:SetUseCustomColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.9"
},
"SetWrapText": {
"ObjectName": "Function'WBPC_IM_TextBox_C:SetWrapText'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.10"
},
"SetColor": {
"ObjectName": "Function'WBPC_IM_TextBox_C:SetColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.5"
},
"SetFontAndSize": {
"ObjectName": "Function'WBPC_IM_TextBox_C:SetFontAndSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.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": "WBPC_IM_TextBox_C'Default__WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.14"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_IM_TextBox_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_IM_TextBox_C:WidgetTree.SizeBox_Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.12"
}
}
}
]

View file

@ -0,0 +1,879 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_ProgressBar",
"Outer": "WBPC_ProgressBar_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": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetPercent_InPercent_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "GetCurrentColor",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "CurrentPercent",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm"
},
{
"Type": "ByteProperty",
"Name": "CurrentColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "Parm | OutParm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetColorsAndOutline",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "FloatProperty",
"Name": "OutlineWidth",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ByteProperty",
"Name": "PanelThemeColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "ByteProperty",
"Name": "OutlineTheme_Color",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_SlateColor",
"Flags": "RF_Public",
"ElementSize": 20,
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_LinearColor",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_SlateColor_1",
"Flags": "RF_Public",
"ElementSize": 20,
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_ThemeColor_LinearColor_1",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Add_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Add_DoubleDouble_A_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "FloatProperty",
"Name": "K2Node_SetFieldsInStruct_Width_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetPercent",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "FloatProperty",
"Name": "InPercent",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "NewLocalVar",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue",
"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_GreaterEqual_DoubleDouble_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_GreaterEqual_DoubleDouble_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "K2Node_VariableSet_CurrentPercent_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetPercent_InPercent_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetRangeAndColors",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "Value Level 4",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "Value Level 3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "Value Level 2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "DoubleProperty",
"Name": "Value Level 1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "ByteProperty",
"Name": "Color Level 4",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "ByteProperty",
"Name": "Color Level 3",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "ByteProperty",
"Name": "Color Level 2",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "ByteProperty",
"Name": "Color Level 1",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetSize",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "Size",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_BreakVector2D_X",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_BreakVector2D_Y",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "BoolProperty",
"Name": "CallFunc_EqualEqual_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "CallFunc_EqualEqual_DoubleDouble_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetMinDesiredWidth_InMinDesiredWidth_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetMinDesiredHeight_InMinDesiredHeight_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SubSetFillColor",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ByteProperty",
"Name": "DurabilityColor",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_DurabilityColor_SlateColor",
"Flags": "RF_Public",
"ElementSize": 20,
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_Get_IM_DurabilityColor_LinearColor",
"Flags": "RF_Public",
"ElementSize": 16,
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "ProgressBar",
"Name": "ProgressBar",
"Outer": "WidgetTree",
"Class": "UScriptClass'ProgressBar'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"BackgroundImage": {
"DrawAs": "ESlateBrushDrawType::RoundedBox",
"TintColor": {
"SpecifiedColor": {
"R": 0.01,
"G": 0.01,
"B": 0.01,
"A": 1.0,
"Hex": "191919"
}
},
"OutlineSettings": {
"Color": {
"SpecifiedColor": {
"R": 0.871367,
"G": 0.0865,
"B": 0.0,
"A": 1.0,
"Hex": "F05300"
}
},
"Width": 3.0,
"bUseBrushTransparency": true
}
},
"FillImage": {
"DrawAs": "ESlateBrushDrawType::RoundedBox",
"TintColor": {
"SpecifiedColor": {
"R": 0.462077,
"G": 0.327778,
"B": 0.002428,
"A": 1.0,
"Hex": "B59B08"
}
},
"OutlineSettings": {
"Width": 4.0
}
},
"MarqueeImage": {
"ImageSize": {
"X": 0.0,
"Y": 0.0
}
}
},
"Percent": 0.72,
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_ProgressBar_C:WidgetTree.SizeBox.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.10"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 327.96625,
"HeightOverride": 40.0,
"MinDesiredWidth": 282.6469,
"MinDesiredHeight": 46.553272,
"MaxDesiredWidth": 316.96475,
"bOverride_MinDesiredHeight": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_ProgressBar_C:WidgetTree.SizeBox.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.10"
}
],
"bIsVariable": true
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPC_ProgressBar_C:WidgetTree.SizeBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.9"
},
"Content": {
"ObjectName": "ProgressBar'WBPC_ProgressBar_C:WidgetTree.ProgressBar'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.8"
}
}
},
{
"Type": "WBPC_ProgressBar_C",
"Name": "Default__WBPC_ProgressBar_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.WBPC_ProgressBar_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"OutlineWidth[3]": 3.0,
"MinSize[4]": {
"X": 0.0,
"Y": 0.0
},
"CurrentPercent[5]": 68.80000305175781,
"Panel Color[6]": "Enum_IM_ThemeColor::NewEnumerator1",
"Stroke Color[7]": "Enum_IM_ThemeColor::NewEnumerator5",
"Value Level 4[8]": 80.0,
"Value Level 3[9]": 60.0,
"Value Level 2[10]": 40.0,
"Color Level 4[12]": "Enum_IM_DurabiltyColors::NewEnumerator0",
"Color Level 3[13]": "Enum_IM_DurabiltyColors::NewEnumerator1",
"Color Level 2[14]": "Enum_IM_DurabiltyColors::NewEnumerator2",
"Color Level 1[15]": "Enum_IM_DurabiltyColors::NewEnumerator3",
"CurrentColor[16]": "Enum_IM_DurabiltyColors::NewEnumerator0",
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_ProgressBar_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_ProgressBar_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.13"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_ProgressBar_C:ExecuteUbergraph_WBPC_ProgressBar'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_ProgressBar_C:GetCurrentColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.1"
},
{
"ObjectName": "Function'WBPC_ProgressBar_C:SetRangeAndColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.5"
},
{
"ObjectName": "Function'WBPC_ProgressBar_C:SubSetFillColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.7"
},
{
"ObjectName": "Function'WBPC_ProgressBar_C:SetSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.6"
},
{
"ObjectName": "Function'WBPC_ProgressBar_C:SetPercent'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.4"
},
{
"ObjectName": "Function'WBPC_ProgressBar_C:SetColorsAndOutline'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.3"
},
{
"ObjectName": "Function'WBPC_ProgressBar_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.2"
},
{
"ObjectName": "Function'WBPC_ProgressBar_C:ExecuteUbergraph_WBPC_ProgressBar'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.0"
}
],
"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": "ProgressBar",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'ProgressBar'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "SizeBox",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'SizeBox'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "FloatProperty",
"Name": "OutlineWidth",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "StructProperty",
"Name": "MinSize",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "DoubleProperty",
"Name": "CurrentPercent",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ByteProperty",
"Name": "Panel Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "ByteProperty",
"Name": "Stroke Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "DoubleProperty",
"Name": "Value Level 4",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "DoubleProperty",
"Name": "Value Level 3",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "DoubleProperty",
"Name": "Value Level 2",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "DoubleProperty",
"Name": "Value Level 1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ByteProperty",
"Name": "Color Level 4",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "ByteProperty",
"Name": "Color Level 3",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "ByteProperty",
"Name": "Color Level 2",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "ByteProperty",
"Name": "Color Level 1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "ByteProperty",
"Name": "CurrentColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_ProgressBar": {
"ObjectName": "Function'WBPC_ProgressBar_C:ExecuteUbergraph_WBPC_ProgressBar'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_ProgressBar_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.2"
},
"SetColorsAndOutline": {
"ObjectName": "Function'WBPC_ProgressBar_C:SetColorsAndOutline'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.3"
},
"SetPercent": {
"ObjectName": "Function'WBPC_ProgressBar_C:SetPercent'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.4"
},
"SetSize": {
"ObjectName": "Function'WBPC_ProgressBar_C:SetSize'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.6"
},
"SubSetFillColor": {
"ObjectName": "Function'WBPC_ProgressBar_C:SubSetFillColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.7"
},
"SetRangeAndColors": {
"ObjectName": "Function'WBPC_ProgressBar_C:SetRangeAndColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.5"
},
"GetCurrentColor": {
"ObjectName": "Function'WBPC_ProgressBar_C:GetCurrentColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.1"
}
},
"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_ProgressBar_C'Default__WBPC_ProgressBar_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.11"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_ProgressBar_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_ProgressBar_C:WidgetTree.SizeBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.9"
}
}
}
]

View file

@ -0,0 +1,268 @@
[
{
"Type": "DataTable",
"Name": "DT_IM_ColorTheme",
"Class": "UScriptClass'DataTable'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RowStruct": {
"ObjectName": "UserDefinedStruct'Structure_IM_ColorTheme'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Structure_IM_ColorTheme.0"
}
},
"Rows": {
"Default": {
"IM_EmpltyAlpha_9_C9DD20B342723EC533C2FE8FA16EDC6E": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"IM_Base_8_C903E79E43BAEE6AE1D4A2A47285622E[1]": {
"R": 0.01,
"G": 0.01,
"B": 0.01,
"A": 1.0,
"Hex": "191919"
},
"IM_Pressed_7_ED7E63A648A05FA94B58A4B8AB753D16[2]": {
"R": 0.005,
"G": 0.005,
"B": 0.005,
"A": 1.0,
"Hex": "0F0F0F"
},
"IM_InsideFields_11_CCC669BB4E2E45C13B343AB5A14AFED4[3]": {
"R": 0.6,
"G": 0.6,
"B": 0.6,
"A": 1.0,
"Hex": "CCCCCC"
},
"IM_InsideFields_Selected_13_F390821547EB3691FB55BEA20E82F090[4]": {
"R": 0.026042,
"G": 0.026042,
"B": 0.026042,
"A": 1.0,
"Hex": "2C2C2C"
},
"Additional_A_15_E6DCD3304CCAB019ED9A5EBC7BCED8B5[5]": {
"R": 0.871367,
"G": 0.0865,
"B": 0.0,
"A": 1.0,
"Hex": "F05300"
},
"Additional_B_35_AE17E5D24500134A165F65B02935ACB6[6]": {
"R": 0.514918,
"G": 0.051269,
"B": 0.0,
"A": 1.0,
"Hex": "BE4000"
},
"Highlight_Text_24_92F4154D461EBC199FA6959579C58119[7]": {
"SpecifiedColor": {
"R": 0.871367,
"G": 0.0865,
"B": 0.0,
"A": 1.0,
"Hex": "F05300"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Base_Text_18_26A1B2724E0247975343F39E1DD25CC4[8]": {
"SpecifiedColor": {
"R": 0.6,
"G": 0.6,
"B": 0.6,
"A": 1.0,
"Hex": "CCCCCC"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Details_Text_22_51CD882A4AB9CE62322E34A4E8770154[9]": {
"SpecifiedColor": {
"R": 0.2,
"G": 0.2,
"B": 0.2,
"A": 1.0,
"Hex": "7C7C7C"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Title_Text_23_14C8D4B540F4618725E2F7846A3D4F25[10]": {
"SpecifiedColor": {
"R": 0.8,
"G": 0.8,
"B": 0.8,
"A": 1.0,
"Hex": "E8E8E8"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Normal_Icon_27_A037121B4E03BA1552EA03BD486B73A8[11]": {
"R": 0.6,
"G": 0.6,
"B": 0.6,
"A": 1.0,
"Hex": "CCCCCC"
},
"Hover_Icon_29_9F7C2F5D4F788B644F70FBA36E6710B7[12]": {
"R": 0.8,
"G": 0.8,
"B": 0.8,
"A": 1.0,
"Hex": "E8E8E8"
},
"Pressed_Icon_31_DDB4867742BB12BF2D6B90A9162CA60B[13]": {
"R": 0.871367,
"G": 0.0865,
"B": 0.0,
"A": 1.0,
"Hex": "F05300"
},
"Armor_40_C7EF37584458895C520D8297B6300585[14]": {
"R": 0.145616,
"G": 0.208622,
"B": 0.458333,
"A": 1.0,
"Hex": "6A7EB5"
},
"UNPSC_Blue_41_0BE82F184305DD13ECC7DFA1E445465B[15]": {
"R": 0.028426,
"G": 0.111932,
"B": 0.450786,
"A": 1.0,
"Hex": "2F5EB3"
}
},
"DarkBlack": {
"IM_EmpltyAlpha_9_C9DD20B342723EC533C2FE8FA16EDC6E": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"IM_Base_8_C903E79E43BAEE6AE1D4A2A47285622E[1]": {
"R": 0.109375,
"G": 0.109375,
"B": 0.109375,
"A": 1.0,
"Hex": "5D5D5D"
},
"IM_Pressed_7_ED7E63A648A05FA94B58A4B8AB753D16[2]": {
"R": 0.072917,
"G": 0.072917,
"B": 0.072917,
"A": 1.0,
"Hex": "4C4C4C"
},
"IM_InsideFields_11_CCC669BB4E2E45C13B343AB5A14AFED4[3]": {
"R": 0.15625,
"G": 0.15625,
"B": 0.15625,
"A": 1.0,
"Hex": "6E6E6E"
},
"IM_InsideFields_Selected_13_F390821547EB3691FB55BEA20E82F090[4]": {
"R": 0.072917,
"G": 0.072917,
"B": 0.072917,
"A": 1.0,
"Hex": "4C4C4C"
},
"Additional_A_15_E6DCD3304CCAB019ED9A5EBC7BCED8B5[5]": {
"R": 0.119792,
"G": 0.119792,
"B": 0.119792,
"A": 1.0,
"Hex": "616161"
},
"Additional_B_35_AE17E5D24500134A165F65B02935ACB6[6]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Highlight_Text_24_92F4154D461EBC199FA6959579C58119[7]": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Base_Text_18_26A1B2724E0247975343F39E1DD25CC4[8]": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Details_Text_22_51CD882A4AB9CE62322E34A4E8770154[9]": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Title_Text_23_14C8D4B540F4618725E2F7846A3D4F25[10]": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Normal_Icon_27_A037121B4E03BA1552EA03BD486B73A8[11]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Hover_Icon_29_9F7C2F5D4F788B644F70FBA36E6710B7[12]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Pressed_Icon_31_DDB4867742BB12BF2D6B90A9162CA60B[13]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Armor_40_C7EF37584458895C520D8297B6300585[14]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"UNPSC_Blue_41_0BE82F184305DD13ECC7DFA1E445465B[15]": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
}
}
}
}
]

View file

@ -0,0 +1,68 @@
[
{
"Type": "DataTable",
"Name": "DT_IM_DurabilityColor",
"Class": "UScriptClass'DataTable'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RowStruct": {
"ObjectName": "UserDefinedStruct'Structure_IM_DurabilityColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Structure_IM_DurabilityColors.0"
}
},
"Rows": {
"Default": {
"Blue_3_5F946A3546EAB7EF576AAD84CEFC089B": {
"SpecifiedColor": {
"R": 0.287441,
"G": 0.287441,
"B": 0.287441,
"A": 1.0,
"Hex": "929292"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Green_5_726090D040B28FDE41FD848DF4E027E2[1]": {
"SpecifiedColor": {
"R": 0.023153,
"G": 0.296138,
"B": 0.001518,
"A": 1.0,
"Hex": "2A9405"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Yellow_7_B0D289B04692A44FED0847B491692863[2]": {
"SpecifiedColor": {
"R": 0.462077,
"G": 0.327778,
"B": 0.002428,
"A": 1.0,
"Hex": "B59B08"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Orange_9_0C8471FD44DE39DD6AB4B28B1702BACE[3]": {
"SpecifiedColor": {
"R": 0.590619,
"G": 0.093059,
"B": 0.000304,
"A": 1.0,
"Hex": "CA5601"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Red_11_495B54A143D05EA6483C0CA44C11C0DD[4]": {
"SpecifiedColor": {
"R": 0.590619,
"G": 0.029557,
"B": 0.000304,
"A": 1.0,
"Hex": "CA3001"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
}
}
}
}
]

View file

@ -0,0 +1,96 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_Alignment",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "30EAC6D6446596098E465FA75AF75B80",
"SourceString": "Up | Left",
"LocalizedString": "Up | Left"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "613073FD432E046F9D899DAB88BCD1B8",
"SourceString": "Down | Left",
"LocalizedString": "Down | Left"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "619BD161472993A8E99738B72D9490CC",
"SourceString": "Up | Right",
"LocalizedString": "Up | Right"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "09862B6E42F9A42767D8CEBDC7999423",
"SourceString": "Down | Right",
"LocalizedString": "Down | Right"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"Namespace": "",
"Key": "641E03604991B713766817A6319B5337",
"SourceString": "Up",
"LocalizedString": "Up"
}
},
{
"Key": "NewEnumerator5",
"Value": {
"Namespace": "",
"Key": "38C0C536464D5DD3E40AE5B0BA940B71",
"SourceString": "Down",
"LocalizedString": "Down"
}
},
{
"Key": "NewEnumerator6",
"Value": {
"Namespace": "",
"Key": "B6B75A17472949C460701FB86C3B77F4",
"SourceString": "Left",
"LocalizedString": "Left"
}
},
{
"Key": "NewEnumerator7",
"Value": {
"Namespace": "",
"Key": "CCB915D04EAF91781D86B5B0AD912BC4",
"SourceString": "Right",
"LocalizedString": "Right"
}
}
]
},
"Names": {
"Enum_Alignment::NewEnumerator0": 0,
"Enum_Alignment::NewEnumerator1": 1,
"Enum_Alignment::NewEnumerator2": 2,
"Enum_Alignment::NewEnumerator3": 3,
"Enum_Alignment::NewEnumerator4": 4,
"Enum_Alignment::NewEnumerator5": 5,
"Enum_Alignment::NewEnumerator6": 6,
"Enum_Alignment::NewEnumerator7": 7,
"Enum_Alignment::Enum_MAX": 8
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,46 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_IM_Color_Icons",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "53EC1764417918BF2C7C93B45DBBC519",
"SourceString": "IM_Normal Icon",
"LocalizedString": "IM_Normal Icon"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "51B1656E4830E95A14F7DBB62F7C369A",
"SourceString": "IM_Hover Icon",
"LocalizedString": "IM_Hover Icon"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "E3E6380A411101CED5D883852212B6C9",
"SourceString": "IM_Pressed Icon",
"LocalizedString": "IM_Pressed Icon"
}
}
]
},
"Names": {
"Enum_IM_Color_Icons::NewEnumerator0": 0,
"Enum_IM_Color_Icons::NewEnumerator1": 1,
"Enum_IM_Color_Icons::NewEnumerator2": 2,
"Enum_IM_Color_Icons::Enum_IM_Color_MAX": 3
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,86 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_IM_Color_Panels",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "79829BB7469B6DACB76492A574F0A04A",
"SourceString": "Empty Alpha",
"LocalizedString": "Empty Alpha"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "A7B53CE944253AB36295AF997ECB4374",
"SourceString": "Base Panel",
"LocalizedString": "Base Panel"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "651895E24EE15F359EF53E8460ACB022",
"SourceString": "Base Pressed Panel",
"LocalizedString": "Base Pressed Panel"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "C8BFDB4A40B33B5BEEFFB5880E37B465",
"SourceString": "Inside Fields Panel",
"LocalizedString": "Inside Fields Panel"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"Namespace": "",
"Key": "722B010E4FD4E96CB0865FBB81347D45",
"SourceString": "Inside Fields Selected",
"LocalizedString": "Inside Fields Selected"
}
},
{
"Key": "NewEnumerator5",
"Value": {
"Namespace": "",
"Key": "509D3C7E4DBF33471C62DC8CD3FB6086",
"SourceString": "Additional A Panel",
"LocalizedString": "Additional A Panel"
}
},
{
"Key": "NewEnumerator8",
"Value": {
"Namespace": "",
"Key": "797D7B5C44F75716AFC5E9A16EB2F5AE",
"SourceString": "Additional B Panel",
"LocalizedString": "Additional B Panel"
}
}
]
},
"Names": {
"Enum_IM_Color_Panels::NewEnumerator0": 0,
"Enum_IM_Color_Panels::NewEnumerator1": 1,
"Enum_IM_Color_Panels::NewEnumerator2": 2,
"Enum_IM_Color_Panels::NewEnumerator3": 3,
"Enum_IM_Color_Panels::NewEnumerator4": 4,
"Enum_IM_Color_Panels::NewEnumerator5": 5,
"Enum_IM_Color_Panels::NewEnumerator8": 6,
"Enum_IM_Color_Panels::Enum_IM_Color_MAX": 7
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,66 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_IM_Color_Text",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "B0B54ECD4C104EEC5E0CC683D65DFFDB",
"SourceString": "Highlight",
"LocalizedString": "Highlight"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "CE4E98EA412F8FC012224E9A01595933",
"SourceString": "Base",
"LocalizedString": "Base"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "A5BBCF384168DFC4E6DD5A9B6594C895",
"SourceString": "Details",
"LocalizedString": "Details"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "6CA1DA934097C79CBBF044B9593E74D3",
"SourceString": "Title",
"LocalizedString": "Title"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"Namespace": "",
"Key": "3707B05F4427F9663542FC8B505E46A1",
"SourceString": "Disable",
"LocalizedString": "Disable"
}
}
]
},
"Names": {
"Enum_IM_Color_Text::NewEnumerator0": 0,
"Enum_IM_Color_Text::NewEnumerator1": 1,
"Enum_IM_Color_Text::NewEnumerator2": 2,
"Enum_IM_Color_Text::NewEnumerator3": 3,
"Enum_IM_Color_Text::NewEnumerator4": 4,
"Enum_IM_Color_Text::Enum_IM_Color_MAX": 5
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,66 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_IM_DurabiltyColors",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "5728E6B14D7381D6CB2F30B8135F7934",
"SourceString": "Green",
"LocalizedString": "Green"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "B86139CE4B7ED5225F918694E410C050",
"SourceString": "Yellow",
"LocalizedString": "Yellow"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "417DF6664BF5F3DB8C9F408A96AF9639",
"SourceString": "Orange",
"LocalizedString": "Orange"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "88DF2D0A496855B718985897A5224A3B",
"SourceString": "Red",
"LocalizedString": "Red"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"Namespace": "",
"Key": "090238564735130CDDAF559B79E559D2",
"SourceString": "Blue",
"LocalizedString": "Blue"
}
}
]
},
"Names": {
"Enum_IM_DurabiltyColors::NewEnumerator4": 0,
"Enum_IM_DurabiltyColors::NewEnumerator0": 1,
"Enum_IM_DurabiltyColors::NewEnumerator1": 2,
"Enum_IM_DurabiltyColors::NewEnumerator2": 3,
"Enum_IM_DurabiltyColors::NewEnumerator3": 4,
"Enum_IM_DurabiltyColors::Enum_IM_MAX": 5
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,176 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_IM_ThemeColor",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "BB5FB1C14087B8E1DCABA0A9C997FBC1",
"SourceString": "Empty Alpha",
"LocalizedString": "Empty Alpha"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "5086046F41C291A296DDCB93215305EE",
"SourceString": "Base Panel",
"LocalizedString": "Base Panel"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "C53BFA6D45C97D81C9DB7BA88C9F0A30",
"SourceString": "Base Pressed Panel",
"LocalizedString": "Base Pressed Panel"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "BD3555814450519D7AF53B99773C940B",
"SourceString": "Inside Fields Panel",
"LocalizedString": "Inside Fields Panel"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"Namespace": "",
"Key": "0F409ED740987AD1C4C942B64BF0F8E8",
"SourceString": "Inside Fields Selected",
"LocalizedString": "Inside Fields Selected"
}
},
{
"Key": "NewEnumerator5",
"Value": {
"Namespace": "",
"Key": "834F77AC4AA65E4DB4097193ECE1731A",
"SourceString": "Additional A Panel",
"LocalizedString": "Additional A Panel"
}
},
{
"Key": "NewEnumerator8",
"Value": {
"Namespace": "",
"Key": "6E5E11454E19CA9F8DA5CA92AD328618",
"SourceString": "Additional B Panel",
"LocalizedString": "Additional B Panel"
}
},
{
"Key": "NewEnumerator9",
"Value": {
"Namespace": "",
"Key": "F84336B741451CE2559E5E88E75570B2",
"SourceString": "Highlight_Text",
"LocalizedString": "Highlight_Text"
}
},
{
"Key": "NewEnumerator10",
"Value": {
"Namespace": "",
"Key": "E6E272B446CD4F237BFA86BF642AA80A",
"SourceString": "Base_Text",
"LocalizedString": "Base_Text"
}
},
{
"Key": "NewEnumerator11",
"Value": {
"Namespace": "",
"Key": "A4E9D38846C57FC35588F9AAB87AAE6B",
"SourceString": "Details_Text",
"LocalizedString": "Details_Text"
}
},
{
"Key": "NewEnumerator12",
"Value": {
"Namespace": "",
"Key": "C422D846485202C40A91C5BAB79CFB84",
"SourceString": "Title_Text",
"LocalizedString": "Title_Text"
}
},
{
"Key": "NewEnumerator13",
"Value": {
"Namespace": "",
"Key": "E5853A6147F9F16EED0452945B30282E",
"SourceString": "Normal_Icon",
"LocalizedString": "Normal_Icon"
}
},
{
"Key": "NewEnumerator14",
"Value": {
"Namespace": "",
"Key": "E8D83E61495D602A2FE2CFA6199C80C8",
"SourceString": "Hover_Icon",
"LocalizedString": "Hover_Icon"
}
},
{
"Key": "NewEnumerator15",
"Value": {
"Namespace": "",
"Key": "2A10089D45112F3545CCDB990277DA1B",
"SourceString": "Pressed_Icon",
"LocalizedString": "Pressed_Icon"
}
},
{
"Key": "NewEnumerator16",
"Value": {
"Namespace": "",
"Key": "D9260B9A4356C3C419A8FF8059E41FF9",
"SourceString": "Armor",
"LocalizedString": "Armor"
}
},
{
"Key": "NewEnumerator17",
"Value": {
"Namespace": "",
"Key": "0FEB3DFA46C38B6DE3579491CB5A27EB",
"SourceString": "UNPSC_Blue",
"LocalizedString": "UNPSC_Blue"
}
}
]
},
"Names": {
"Enum_IM_ThemeColor::NewEnumerator0": 0,
"Enum_IM_ThemeColor::NewEnumerator1": 1,
"Enum_IM_ThemeColor::NewEnumerator2": 2,
"Enum_IM_ThemeColor::NewEnumerator3": 3,
"Enum_IM_ThemeColor::NewEnumerator4": 4,
"Enum_IM_ThemeColor::NewEnumerator5": 5,
"Enum_IM_ThemeColor::NewEnumerator8": 6,
"Enum_IM_ThemeColor::NewEnumerator9": 7,
"Enum_IM_ThemeColor::NewEnumerator10": 8,
"Enum_IM_ThemeColor::NewEnumerator11": 9,
"Enum_IM_ThemeColor::NewEnumerator12": 10,
"Enum_IM_ThemeColor::NewEnumerator13": 11,
"Enum_IM_ThemeColor::NewEnumerator14": 12,
"Enum_IM_ThemeColor::NewEnumerator15": 13,
"Enum_IM_ThemeColor::NewEnumerator16": 14,
"Enum_IM_ThemeColor::NewEnumerator17": 15,
"Enum_IM_ThemeColor::Enum_IM_MAX": 16
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,46 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_IM_ValueColor",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "9CEF7EA44300DE9BC9F254AA3DC7F508",
"SourceString": "Normal",
"LocalizedString": "Normal"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "B55F647346244E63DF8278B236064B04",
"SourceString": "Red",
"LocalizedString": "Red"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "49B148194F6D1D7ACB629CB6872195B7",
"SourceString": "Green",
"LocalizedString": "Green"
}
}
]
},
"Names": {
"Enum_IM_ValueColor::NewEnumerator0": 0,
"Enum_IM_ValueColor::NewEnumerator1": 1,
"Enum_IM_ValueColor::NewEnumerator2": 2,
"Enum_IM_ValueColor::Enum_IM_MAX": 3
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,107 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_ItemInfoIcon_Details",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"CultureInvariantString": "Accuracy of fire"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"CultureInvariantString": "Rate of fire"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"CultureInvariantString": "Gun recoil"
}
},
{
"Key": "NewEnumerator5",
"Value": {
"CultureInvariantString": "Reliability"
}
},
{
"Key": "NewEnumerator6",
"Value": {
"CultureInvariantString": "Ammo caliber"
}
},
{
"Key": "NewEnumerator7",
"Value": {
"CultureInvariantString": "Firing mode"
}
},
{
"Key": "NewEnumerator8",
"Value": {
"CultureInvariantString": "Empty"
}
},
{
"Key": "NewEnumerator9",
"Value": {
"CultureInvariantString": "Flesh damage"
}
},
{
"Key": "NewEnumerator10",
"Value": {
"CultureInvariantString": "Armor damage"
}
},
{
"Key": "NewEnumerator11",
"Value": {
"CultureInvariantString": "Gunshot noise"
}
},
{
"Key": "NewEnumerator12",
"Value": {
"CultureInvariantString": "Clip capacity"
}
},
{
"Key": "NewEnumerator13",
"Value": {
"CultureInvariantString": "Shot spread"
}
},
{
"Key": "NewEnumerator14",
"Value": {
"CultureInvariantString": "Bullet velocity"
}
}
]
},
"Names": {
"Enum_ItemInfoIcon_Details::NewEnumerator8": 0,
"Enum_ItemInfoIcon_Details::NewEnumerator0": 1,
"Enum_ItemInfoIcon_Details::NewEnumerator3": 2,
"Enum_ItemInfoIcon_Details::NewEnumerator4": 3,
"Enum_ItemInfoIcon_Details::NewEnumerator5": 4,
"Enum_ItemInfoIcon_Details::NewEnumerator6": 5,
"Enum_ItemInfoIcon_Details::NewEnumerator7": 6,
"Enum_ItemInfoIcon_Details::NewEnumerator9": 7,
"Enum_ItemInfoIcon_Details::NewEnumerator10": 8,
"Enum_ItemInfoIcon_Details::NewEnumerator11": 9,
"Enum_ItemInfoIcon_Details::NewEnumerator12": 10,
"Enum_ItemInfoIcon_Details::NewEnumerator13": 11,
"Enum_ItemInfoIcon_Details::NewEnumerator14": 12,
"Enum_ItemInfoIcon_Details::Enum_ItemInfoIcon_MAX": 13
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,66 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_Mind_LevelStatus",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "9C8628C545166D2DBC2B819C0A8F0DF7",
"SourceString": "Hidden",
"LocalizedString": "Hidden"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "FB321BDA46CEC8CD11903BA7BC84AC30",
"SourceString": "Known",
"LocalizedString": "Known"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "B82D785E4D9883BFCDEEEDB61ED58699",
"SourceString": "Available",
"LocalizedString": "Available"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "2DC8BC804416B6E23CB69D818B22B3DE",
"SourceString": "Current",
"LocalizedString": "Current"
}
},
{
"Key": "NewEnumerator4",
"Value": {
"Namespace": "",
"Key": "3B4AE922457C1E184E7462B9173841E5",
"SourceString": "Unknown",
"LocalizedString": "Unknown"
}
}
]
},
"Names": {
"Enum_Mind_LevelStatus::NewEnumerator0": 0,
"Enum_Mind_LevelStatus::NewEnumerator4": 1,
"Enum_Mind_LevelStatus::NewEnumerator1": 2,
"Enum_Mind_LevelStatus::NewEnumerator2": 3,
"Enum_Mind_LevelStatus::NewEnumerator3": 4,
"Enum_Mind_LevelStatus::Enum_Mind_MAX": 5
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,46 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_PlayerInfo_Equipment",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "9DAF910C42AEEA1524AF3E8F3D970DD2",
"SourceString": "Equipped With Info",
"LocalizedString": "Equipped With Info"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "9DDA63DB4D1D8CB2CE18008C94086EBA",
"SourceString": "Equipped Without Info",
"LocalizedString": "Equipped Without Info"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "F5FAAC4E4D3E5BAAFA8D00A2ECBB8946",
"SourceString": "Empty Slot",
"LocalizedString": "Empty Slot"
}
}
]
},
"Names": {
"Enum_PlayerInfo_Equipment::NewEnumerator0": 0,
"Enum_PlayerInfo_Equipment::NewEnumerator1": 1,
"Enum_PlayerInfo_Equipment::NewEnumerator2": 2,
"Enum_PlayerInfo_Equipment::Enum_PlayerInfo_MAX": 3
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,36 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_RichTextStyle",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "0F57812B4ABF24011ECD588BC3ADC855",
"SourceString": "Subtitles(Default)",
"LocalizedString": "Subtitles(Default)"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "3147A8C54DAFBA337E2938A1B2CCEE45",
"SourceString": "Instruction",
"LocalizedString": "Instruction"
}
}
]
},
"Names": {
"Enum_RichTextStyle::NewEnumerator0": 0,
"Enum_RichTextStyle::NewEnumerator1": 1,
"Enum_RichTextStyle::Enum_MAX": 2
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,316 @@
[
{
"Type": "UserDefinedStruct",
"Name": "Structure_IM_ColorTheme",
"Class": "UScriptClass'UserDefinedStruct'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Guid": "2DC2681B-4E62205C-080F61AD-A4B99A2F"
},
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "IM_EmpltyAlpha_9_C9DD20B342723EC533C2FE8FA16EDC6E",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "IM_Base_8_C903E79E43BAEE6AE1D4A2A47285622E",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "IM_Pressed_7_ED7E63A648A05FA94B58A4B8AB753D16",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "IM_InsideFields_11_CCC669BB4E2E45C13B343AB5A14AFED4",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "IM_InsideFields_Selected_13_F390821547EB3691FB55BEA20E82F090",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Additional_A_15_E6DCD3304CCAB019ED9A5EBC7BCED8B5",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Additional_B_35_AE17E5D24500134A165F65B02935ACB6",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Highlight_Text_24_92F4154D461EBC199FA6959579C58119",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Base_Text_18_26A1B2724E0247975343F39E1DD25CC4",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Details_Text_22_51CD882A4AB9CE62322E34A4E8770154",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Title_Text_23_14C8D4B540F4618725E2F7846A3D4F25",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Normal_Icon_27_A037121B4E03BA1552EA03BD486B73A8",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Hover_Icon_29_9F7C2F5D4F788B644F70FBA36E6710B7",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Pressed_Icon_31_DDB4867742BB12BF2D6B90A9162CA60B",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "Armor_40_C7EF37584458895C520D8297B6300585",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "UNPSC_Blue_41_0BE82F184305DD13ECC7DFA1E445465B",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"StructFlags": 0,
"DefaultProperties": {
"IM_EmpltyAlpha_9_C9DD20B342723EC533C2FE8FA16EDC6E": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"IM_Base_8_C903E79E43BAEE6AE1D4A2A47285622E": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"IM_Pressed_7_ED7E63A648A05FA94B58A4B8AB753D16": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"IM_InsideFields_11_CCC669BB4E2E45C13B343AB5A14AFED4": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"IM_InsideFields_Selected_13_F390821547EB3691FB55BEA20E82F090": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Additional_A_15_E6DCD3304CCAB019ED9A5EBC7BCED8B5": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Additional_B_35_AE17E5D24500134A165F65B02935ACB6": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Highlight_Text_24_92F4154D461EBC199FA6959579C58119": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Base_Text_18_26A1B2724E0247975343F39E1DD25CC4": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Details_Text_22_51CD882A4AB9CE62322E34A4E8770154": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Title_Text_23_14C8D4B540F4618725E2F7846A3D4F25": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Normal_Icon_27_A037121B4E03BA1552EA03BD486B73A8": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Hover_Icon_29_9F7C2F5D4F788B644F70FBA36E6710B7": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Pressed_Icon_31_DDB4867742BB12BF2D6B90A9162CA60B": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"Armor_40_C7EF37584458895C520D8297B6300585": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
},
"UNPSC_Blue_41_0BE82F184305DD13ECC7DFA1E445465B": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
}
}
}
]

View file

@ -0,0 +1,121 @@
[
{
"Type": "UserDefinedStruct",
"Name": "Structure_IM_DurabilityColors",
"Class": "UScriptClass'UserDefinedStruct'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Guid": "27862CAD-456CA98A-E46A39B1-535F083A"
},
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "Blue_3_5F946A3546EAB7EF576AAD84CEFC089B",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Green_5_726090D040B28FDE41FD848DF4E027E2",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Yellow_7_B0D289B04692A44FED0847B491692863",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Orange_9_0C8471FD44DE39DD6AB4B28B1702BACE",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "Red_11_495B54A143D05EA6483C0CA44C11C0DD",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"StructFlags": 0,
"DefaultProperties": {
"Blue_3_5F946A3546EAB7EF576AAD84CEFC089B": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Green_5_726090D040B28FDE41FD848DF4E027E2": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Yellow_7_B0D289B04692A44FED0847B491692863": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Orange_9_0C8471FD44DE39DD6AB4B28B1702BACE": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"Red_11_495B54A143D05EA6483C0CA44C11C0DD": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
}
}
}
]

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,460 @@
[
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "WBPC_ExpButton",
"DelegatePropertyName": "OnUnhover",
"FunctionNameToBind": "BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_1_OnUnhover__DelegateSignature"
},
{
"ComponentPropertyName": "WBPC_ExpButton",
"DelegatePropertyName": "OnHover",
"FunctionNameToBind": "BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_0_OnHover__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_0_OnHover__DelegateSignature",
"Outer": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_1_OnUnhover__DelegateSignature",
"Outer": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_ItemInfo_RayCaster",
"Outer": "WBP_ItemInfo_RayCaster_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_ParentActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_Event_IsDesignTime",
"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": "GetParentActor",
"Outer": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "Parm | OutParm | ReturnParm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetParentActor",
"Outer": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ParentActor",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_ItemInfo_RayCaster_C:WidgetTree.Overlay_0.OverlaySlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.9"
},
{
"ObjectName": "OverlaySlot'WBP_ItemInfo_RayCaster_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.8"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBP_ItemInfo_RayCaster_C:WidgetTree.SizeBox_22.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.11"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_ItemInfo_RayCaster_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.7"
},
"Content": {
"ObjectName": "WBPC_FlickerPanel_C'WBP_ItemInfo_RayCaster_C:WidgetTree.WBPC_FlickerPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.14"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_4",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_ItemInfo_RayCaster_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.7"
},
"Content": {
"ObjectName": "WBPC_ExpButton_C'WBP_ItemInfo_RayCaster_C:WidgetTree.WBPC_ExpButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.13"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_22",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 300.0,
"HeightOverride": 200.0,
"bOverride_WidthOverride": true,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBP_ItemInfo_RayCaster_C:WidgetTree.SizeBox_22.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.11"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_22",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBP_ItemInfo_RayCaster_C:WidgetTree.SizeBox_22'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.10"
},
"Content": {
"ObjectName": "Overlay'WBP_ItemInfo_RayCaster_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.7"
}
}
},
{
"Type": "WBP_ItemInfo_RayCaster_C",
"Name": "Default__WBP_ItemInfo_RayCaster_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.WBP_ItemInfo_RayCaster_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WBPC_ExpButton_C",
"Name": "WBPC_ExpButton",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Tablet/Components/WBPC_ExpButton.WBPC_ExpButton_C'",
"Template": {
"ObjectName": "WBPC_ExpButton_C'Default__WBPC_ExpButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Components/WBPC_ExpButton.16"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Color_Hover[5]": "Enum_UNPSC_OS_ThemeColor::NewEnumerator0",
"Image[9]": {
"ObjectName": "Texture2D'S_BlinkingBorder'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_BlinkingBorder.0"
},
"Slot": {
"ObjectName": "OverlaySlot'WBP_ItemInfo_RayCaster_C:WidgetTree.Overlay_0.OverlaySlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.9"
}
}
},
{
"Type": "WBPC_FlickerPanel_C",
"Name": "WBPC_FlickerPanel",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Tablet/Components/WBPC_FlickerPanel.WBPC_FlickerPanel_C'",
"Template": {
"ObjectName": "WBPC_FlickerPanel_C'Default__WBPC_FlickerPanel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Components/WBPC_FlickerPanel.13"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ThemeColor_B[6]": "Enum_UNPSC_OS_ThemeColor::NewEnumerator3",
"ShowPreview[15]": true,
"AnimationSpeed[16]": 1.0,
"OneWay[18]": true,
"Slot": {
"ObjectName": "OverlaySlot'WBP_ItemInfo_RayCaster_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.8"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_ItemInfo_RayCaster_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.16"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBP_ItemInfo_RayCaster_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.0"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:ExecuteUbergraph_WBP_ItemInfo_RayCaster'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.3"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:GetParentActor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.4"
},
{
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.5"
},
{
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_0_OnHover__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.1"
},
{
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_1_OnUnhover__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.2"
},
{
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:SetParentActor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.6"
},
{
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:ExecuteUbergraph_WBP_ItemInfo_RayCaster'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.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": "WBPC_ExpButton",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_ExpButton_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Components/WBPC_ExpButton.18"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_FlickerPanel",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_FlickerPanel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/Tablet/Components/WBPC_FlickerPanel.14"
}
},
{
"Type": "ObjectProperty",
"Name": "Parent Actor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBP_ItemInfo_RayCaster": {
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:ExecuteUbergraph_WBP_ItemInfo_RayCaster'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.3"
},
"SetParentActor": {
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:SetParentActor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.6"
},
"BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_1_OnUnhover__DelegateSignature": {
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_1_OnUnhover__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.2"
},
"BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_0_OnHover__DelegateSignature": {
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:BndEvt__WBP_ItemInfo_Shop_WBPC_ExpButton_K2Node_ComponentBoundEvent_0_OnHover__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.1"
},
"PreConstruct": {
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.5"
},
"GetParentActor": {
"ObjectName": "Function'WBP_ItemInfo_RayCaster_C:GetParentActor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.4"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"Interfaces": [
{
"Class": {
"ObjectName": "Class'RadiusWidgetInterface'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"PointerOffset": 0,
"bImplementedByK2": true
}
],
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBP_ItemInfo_RayCaster_C'Default__WBP_ItemInfo_RayCaster_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.12"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal",
"ImplementedInterfaces": "((Interface=\"/Script/CoreUObject.Class'/Script/IntoTheRadius2.RadiusWidgetInterface'\"))"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_ItemInfo_RayCaster_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBP_ItemInfo_RayCaster_C:WidgetTree.SizeBox_22'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_ItemInfo_RayCaster.10"
}
}
}
]

View file

@ -0,0 +1,990 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_RepairItem",
"Outer": "WBP_RepairItem_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": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBP_RepairItem_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetCurrentDurabilityRatio",
"Outer": "WBP_RepairItem_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "FloatProperty",
"Name": "CurrentDurability",
"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": "ByteProperty",
"Name": "Temp_byte_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "TextProperty",
"Name": "Temp_text_Variable",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"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": "TextProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_GetCurrentColor_CurrentPercent",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "ByteProperty",
"Name": "CallFunc_GetCurrentColor_CurrentColor",
"Flags": "RF_Public",
"ElementSize": 1,
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_DurabiltyColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_DurabiltyColors.0"
}
},
{
"Type": "TextProperty",
"Name": "K2Node_Select_Default_1",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "TextProperty",
"Name": "CallFunc_Set_RichText_Override_Text_Out",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "DoubleProperty",
"Name": "CallFunc_Multiply_DoubleDouble_A_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 8
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetPercent_InPercent_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetInstruction",
"Outer": "WBP_RepairItem_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Recovered",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Green",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Yellow",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Orange",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Red",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetItemName",
"Outer": "WBP_RepairItem_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "ItemName",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HorizontalBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBP_RepairItem_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.7"
},
{
"ObjectName": "HorizontalBoxSlot'WBP_RepairItem_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.6"
}
],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.RepairBlock.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.18"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_0",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"SizeRule": "ESlateSizeRule::Fill"
},
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBP_RepairItem_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.5"
},
"Content": {
"ObjectName": "WBPC_ProgressBar_C'WBP_RepairItem_C:WidgetTree.WBPC_ProgressBar'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.28"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_1",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 10.0
},
"Parent": {
"ObjectName": "HorizontalBox'WBP_RepairItem_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.5"
},
"Content": {
"ObjectName": "WBPC_IM_Icon_C'WBP_RepairItem_C:WidgetTree.WBPC_IM_Icon'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.23"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_36",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_36.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.10"
},
{
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_36.OverlaySlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.11"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBP_RepairItem_C:WidgetTree.SizeBox_28.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.15"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_38",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_38.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.12"
},
{
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_38.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.13"
}
],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.VerticalBox_110.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.21"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_36",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_RepairItem_C:WidgetTree.Overlay_36'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.8"
},
"Content": {
"ObjectName": "WBPC_IM_Panel_C'WBP_RepairItem_C:WidgetTree.WBPC_IM_Panel'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.24"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_3",
"Outer": "Overlay_36",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_RepairItem_C:WidgetTree.Overlay_36'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.8"
},
"Content": {
"ObjectName": "VerticalBox'WBP_RepairItem_C:WidgetTree.VerticalBox_110'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.17"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_38",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_RepairItem_C:WidgetTree.Overlay_38'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.9"
},
"Content": {
"ObjectName": "WBPC_IM_Panel_C'WBP_RepairItem_C:WidgetTree.WBPC_IM_Panel_229'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.25"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_38",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0,
"Top": 10.0,
"Right": 10.0,
"Bottom": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_RepairItem_C:WidgetTree.Overlay_38'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.9"
},
"Content": {
"ObjectName": "WBPC_IM_RichTextBox_C'WBP_RepairItem_C:WidgetTree.WBPC_IM_RichTextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.26"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_28",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 500.0,
"bOverride_WidthOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBP_RepairItem_C:WidgetTree.SizeBox_28.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.15"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_28",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBP_RepairItem_C:WidgetTree.SizeBox_28'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.14"
},
"Content": {
"ObjectName": "Overlay'WBP_RepairItem_C:WidgetTree.Overlay_36'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.8"
}
}
},
{
"Type": "VerticalBox",
"Name": "RepairBlock",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.RepairBlock.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.19"
},
{
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.RepairBlock.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.18"
}
],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.VerticalBox_110.VerticalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.20"
}
}
},
{
"Type": "VerticalBox",
"Name": "VerticalBox_110",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.VerticalBox_110.VerticalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.20"
},
{
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.VerticalBox_110.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.21"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_36.OverlaySlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.11"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_0",
"Outer": "RepairBlock",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_RepairItem_C:WidgetTree.RepairBlock'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.16"
},
"Content": {
"ObjectName": "HorizontalBox'WBP_RepairItem_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.5"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_2",
"Outer": "RepairBlock",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Bottom": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"Parent": {
"ObjectName": "VerticalBox'WBP_RepairItem_C:WidgetTree.RepairBlock'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.16"
},
"Content": {
"ObjectName": "WBPC_IM_TextBox_C'WBP_RepairItem_C:WidgetTree.WBPC_IM_TextBox'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.27"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_1",
"Outer": "VerticalBox_110",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0,
"Top": 10.0,
"Right": 10.0,
"Bottom": 10.0
},
"Parent": {
"ObjectName": "VerticalBox'WBP_RepairItem_C:WidgetTree.VerticalBox_110'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.17"
},
"Content": {
"ObjectName": "VerticalBox'WBP_RepairItem_C:WidgetTree.RepairBlock'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.16"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_2",
"Outer": "VerticalBox_110",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0,
"Top": 10.0,
"Right": 10.0,
"Bottom": 10.0
},
"Parent": {
"ObjectName": "VerticalBox'WBP_RepairItem_C:WidgetTree.VerticalBox_110'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.17"
},
"Content": {
"ObjectName": "Overlay'WBP_RepairItem_C:WidgetTree.Overlay_38'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.9"
}
}
},
{
"Type": "WBP_RepairItem_C",
"Name": "Default__WBP_RepairItem_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.WBP_RepairItem_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"ItemName[7]": {
"Namespace": "",
"Key": "F85986D74452075FD3A7DDA8A74BF5F6",
"SourceString": "ItemName",
"LocalizedString": "ItemName"
},
"CurrentDurabilityRatio[8]": 65.6,
"Text_DamageLevel_Red[9]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "E51DBACA46EA085B34F6809B399A861A",
"SourceString": "Instruction:\n\rUse <Bold>Brush</> and <Bold>Oil</> to repair <Red>Severe Damage.</>",
"LocalizedString": "Ash_dark"
},
"Text_DamageLevel_Orange[10]": {
"CultureInvariantString": "Instruction:\r\nUse <Bold>Brush</> and <Bold>Oil</> for repair <Orange>Average damage</> Items"
},
"Text_DamageLevel_Yellow[11]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "C576F27A4C048FAB6F8035A89A12AB69",
"SourceString": "Instruction:\n\rUse <Bold>Brush</> and <Bold>Oil</> to repair <Yellow>Average Damage.</>",
"LocalizedString": "Back"
},
"Text_DamageLevel_Green[12]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "D6B072B4491ED7643AEE1886CBBF67A8",
"SourceString": "Instruction:\n\rUse <Bold>Brush</> and <Bold>Oil</> to repair <Green>Light Breakage.</>",
"LocalizedString": "Back"
},
"Text_DamageLevel_Recovered[13]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "E78BC8AC47BA8EFBC87FEA91053E62BD",
"SourceString": "The item is fully functional.",
"LocalizedString": "Back"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WBPC_IM_Icon_C",
"Name": "WBPC_IM_Icon",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.WBPC_IM_Icon_C'",
"Template": {
"ObjectName": "WBPC_IM_Icon_C'Default__WBPC_IM_Icon_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.13"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override Image[3]": {
"ObjectName": "Texture2D'S_Settings'",
"ObjectPath": "/Game/ITR2/Art/UI/LegacyIcons/S_Settings.0"
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_RepairItem_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.7"
}
}
},
{
"Type": "WBPC_IM_Panel_C",
"Name": "WBPC_IM_Panel",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.WBPC_IM_Panel_C'",
"Template": {
"ObjectName": "WBPC_IM_Panel_C'Default__WBPC_IM_Panel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.9"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Panel Size[15]": {
"X": 150.0,
"Y": 100.0
},
"Slot": {
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_36.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.10"
}
}
},
{
"Type": "WBPC_IM_Panel_C",
"Name": "WBPC_IM_Panel_229",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.WBPC_IM_Panel_C'",
"Template": {
"ObjectName": "WBPC_IM_Panel_C'Default__WBPC_IM_Panel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.9"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Panel Image[3]": {
"ObjectName": "Texture2D'S_MapFindTarget_Border'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_MapFindTarget_Border.0"
},
"Panel_ThemeColor[4]": "Enum_IM_ThemeColor::NewEnumerator11",
"Panel Size[15]": {
"X": 0.0,
"Y": 0.0
},
"Slot": {
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_38.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.12"
}
}
},
{
"Type": "WBPC_IM_RichTextBox_C",
"Name": "WBPC_IM_RichTextBox",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.WBPC_IM_RichTextBox_C'",
"Template": {
"ObjectName": "WBPC_IM_RichTextBox_C'Default__WBPC_IM_RichTextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.9"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Wrap_TextWidth[4]": 1.0,
"Set_Justification[5]": "ETextJustify::Left",
"Slot": {
"ObjectName": "OverlaySlot'WBP_RepairItem_C:WidgetTree.Overlay_38.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.13"
}
}
},
{
"Type": "WBPC_IM_TextBox_C",
"Name": "WBPC_IM_TextBox",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.WBPC_IM_TextBox_C'",
"Template": {
"ObjectName": "WBPC_IM_TextBox_C'Default__WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.14"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override_Text[4]": {
"CultureInvariantString": "Item"
},
"Override_Text_Size[6]": 20.0,
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_RepairItem_C:WidgetTree.RepairBlock.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.19"
}
}
},
{
"Type": "WBPC_ProgressBar_C",
"Name": "WBPC_ProgressBar",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.WBPC_ProgressBar_C'",
"Template": {
"ObjectName": "WBPC_ProgressBar_C'Default__WBPC_ProgressBar_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.11"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"MinSize[4]": {
"X": 100.0,
"Y": 20.0
},
"CurrentPercent[5]": 80.632080078125,
"Stroke Color[7]": "Enum_IM_ThemeColor::NewEnumerator3",
"Value Level 4[8]": 75.0,
"Value Level 3[9]": 50.0,
"Value Level 2[10]": 0.0,
"Color Level 2[14]": "Enum_IM_DurabiltyColors::NewEnumerator3",
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_RepairItem_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.6"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_RepairItem_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_RepairItem_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.30"
},
"UberGraphFunction": {
"ObjectName": "Function'WBP_RepairItem_C:ExecuteUbergraph_WBP_RepairItem'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_RepairItem_C:SetInstruction'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.3"
},
{
"ObjectName": "Function'WBP_RepairItem_C:SetCurrentDurabilityRatio'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.2"
},
{
"ObjectName": "Function'WBP_RepairItem_C:SetItemName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.4"
},
{
"ObjectName": "Function'WBP_RepairItem_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.1"
},
{
"ObjectName": "Function'WBP_RepairItem_C:ExecuteUbergraph_WBP_RepairItem'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.0"
}
],
"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": "WBPC_IM_Icon",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Icon_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.14"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_IM_Panel",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Panel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.10"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_IM_Panel_229",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Panel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Panel.10"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_IM_RichTextBox",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_RichTextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_RichTextBox.10"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_IM_TextBox",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.15"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_ProgressBar",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_ProgressBar_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_ProgressBar.12"
}
},
{
"Type": "TextProperty",
"Name": "ItemName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "FloatProperty",
"Name": "CurrentDurabilityRatio",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Red",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Orange",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Yellow",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Green",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "TextProperty",
"Name": "Text_DamageLevel_Recovered",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
}
],
"FuncMap": {
"ExecuteUbergraph_WBP_RepairItem": {
"ObjectName": "Function'WBP_RepairItem_C:ExecuteUbergraph_WBP_RepairItem'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.0"
},
"PreConstruct": {
"ObjectName": "Function'WBP_RepairItem_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.1"
},
"SetItemName": {
"ObjectName": "Function'WBP_RepairItem_C:SetItemName'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.4"
},
"SetCurrentDurabilityRatio": {
"ObjectName": "Function'WBP_RepairItem_C:SetCurrentDurabilityRatio'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.2"
},
"SetInstruction": {
"ObjectName": "Function'WBP_RepairItem_C:SetInstruction'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.3"
}
},
"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_RepairItem_C'Default__WBP_RepairItem_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.22"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_RepairItem_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBP_RepairItem_C:WidgetTree.SizeBox_28'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/WBP_RepairItem.14"
}
}
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,754 @@
[
{
"Type": "BlueprintGeneratedClass",
"Name": "BP_InfoPanel_C",
"Class": "UScriptClass'BlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SimpleConstructionScript": {
"ObjectName": "SimpleConstructionScript'BP_InfoPanel_C:SimpleConstructionScript_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.17"
},
"UberGraphFunction": {
"ObjectName": "Function'BP_InfoPanel_C:ExecuteUbergraph_BP_InfoPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.2"
}
},
"SuperStruct": {
"ObjectName": "Class'Actor'",
"ObjectPath": "/Script/Engine"
},
"Children": [
{
"ObjectName": "Function'BP_InfoPanel_C:SEtupLoadoutValues'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.5"
},
{
"ObjectName": "Function'BP_InfoPanel_C:UpdateTransform'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.8"
},
{
"ObjectName": "Function'BP_InfoPanel_C:Set Visibility'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.4"
},
{
"ObjectName": "Function'BP_InfoPanel_C:ShowPlayerInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.7"
},
{
"ObjectName": "Function'BP_InfoPanel_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.3"
},
{
"ObjectName": "Function'BP_InfoPanel_C:ShowItemInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.6"
},
{
"ObjectName": "Function'BP_InfoPanel_C:ExecuteUbergraph_BP_InfoPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.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": "RadiusWidget_PlayerInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'RadiusWidgetComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "RadiusWidget_ItemInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | InstancedReference | NonTransactional",
"PropertyClass": {
"ObjectName": "Class'RadiusWidgetComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"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": "WBPItemInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ItemInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBP_ItemInfo.137"
}
},
{
"Type": "ObjectProperty",
"Name": "Item",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'RadiusDataComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "ObjectProperty",
"Name": "CameraManager",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnTemplate | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'PlayerCameraManager'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPPlayerInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_PlayerInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/PlayerInfo/WBP_PlayerInfo.49"
}
},
{
"Type": "ObjectProperty",
"Name": "InfoController",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | InstancedReference | ExposeOnSpawn",
"PropertyClass": {
"ObjectName": "BlueprintGeneratedClass'BPC_InfoController_C'",
"ObjectPath": "/Game/ITR2/BPs/Player/BPC_InfoController.0"
}
},
{
"Type": "BoolProperty",
"Name": "ShowingItemInfo",
"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_BP_InfoPanel": {
"ObjectName": "Function'BP_InfoPanel_C:ExecuteUbergraph_BP_InfoPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.2"
},
"ShowItemInfo": {
"ObjectName": "Function'BP_InfoPanel_C:ShowItemInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.6"
},
"ReceiveBeginPlay": {
"ObjectName": "Function'BP_InfoPanel_C:ReceiveBeginPlay'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.3"
},
"ShowPlayerInfo": {
"ObjectName": "Function'BP_InfoPanel_C:ShowPlayerInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.7"
},
"Set Visibility": {
"ObjectName": "Function'BP_InfoPanel_C:Set Visibility'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.4"
},
"UpdateTransform": {
"ObjectName": "Function'BP_InfoPanel_C:UpdateTransform'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.8"
},
"SEtupLoadoutValues": {
"ObjectName": "Function'BP_InfoPanel_C:SEtupLoadoutValues'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.5"
}
},
"ClassFlags": "CLASS_Config | CLASS_ReplicationDataIsSetUp | CLASS_CompiledFromBlueprint | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "BP_InfoPanel_C'Default__BP_InfoPanel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "BP_InfoPanel_C",
"Name": "Default__BP_InfoPanel_C",
"Class": "BlueprintGeneratedClass'/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.BP_InfoPanel_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"PrimaryActorTick": {
"bStartWithTickEnabled": false
},
"bCanBeDamaged": false
}
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_BP_InfoPanel",
"Outer": "BP_InfoPanel_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": "ObjectProperty",
"Name": "CallFunc_GetUserWidgetObject_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetUserWidgetObject_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_DynamicCast_AsWBP_Item_Info",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ItemInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBP_ItemInfo.137"
}
},
{
"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_DynamicCast_AsWBP_Player_Info",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_PlayerInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/PlayerInfo/WBP_PlayerInfo.49"
}
},
{
"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": "ObjectProperty",
"Name": "K2Node_CustomEvent_Item",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusItemBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_IsVisible_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": "ReceiveBeginPlay",
"Outer": "BP_InfoPanel_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": "Set Visibility",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "bShow",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "Widget",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Not_PreBool_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Private | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SEtupLoadoutValues",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ShowItemInfo",
"Outer": "BP_InfoPanel_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'RadiusItemBase'",
"ObjectPath": "/Script/IntoTheRadius2"
}
}
],
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ShowPlayerInfo",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "UpdateTransform",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "newLoc",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "newRot",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Rotator'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "Temp_bool_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "Temp_bool_Variable_1",
"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": "BoolProperty",
"Name": "CallFunc_IsVisible_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 24,
"Struct": {
"ObjectName": "Class'Vector'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ObjectProperty",
"Name": "K2Node_Select_Default_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "InstancedReference",
"PropertyClass": {
"ObjectName": "Class'SceneComponent'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_MakeTransform_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 96,
"Struct": {
"ObjectName": "Class'Transform'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "StructProperty",
"Name": "CallFunc_K2_SetWorldTransform_SweepHitResult",
"Flags": "RF_Public",
"ElementSize": 240,
"PropertyFlags": "ContainsInstancedReference",
"Struct": {
"ObjectName": "Class'HitResult'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "RadiusWidgetComponent",
"Name": "RadiusWidget_ItemInfo_GEN_VARIABLE",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'RadiusWidgetComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ItemInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBP_ItemInfo.137"
},
"bDrawAtDesiredSize": true,
"OverrideMaterials": [
{
"ObjectName": "MaterialInstanceConstant'MI_Widget3DPassThrough_Masked'",
"ObjectPath": "/Game/ITR2/MaterialLibrary/UI/MI_Widget3DPassThrough_Masked.0"
}
],
"RelativeLocation": {
"X": -0.3208022,
"Y": -1.0444978E-14,
"Z": 11.436691
},
"RelativeScale3D": {
"X": 0.03,
"Y": 0.03,
"Z": 0.03
}
}
},
{
"Type": "RadiusWidgetComponent",
"Name": "RadiusWidget_PlayerInfo_GEN_VARIABLE",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'RadiusWidgetComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_PlayerInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/PlayerInfo/WBP_PlayerInfo.49"
},
"bDrawAtDesiredSize": true,
"Pivot": {
"X": 0.5,
"Y": 1.0
},
"OverrideMaterials": [
{
"ObjectName": "MaterialInstanceConstant'MI_Widget3DPassThrough_Masked'",
"ObjectPath": "/Game/ITR2/MaterialLibrary/UI/MI_Widget3DPassThrough_Masked.0"
}
],
"RelativeLocation": {
"X": -0.3208022,
"Y": -1.0444978E-14,
"Z": 11.436691
},
"RelativeScale3D": {
"X": 0.03,
"Y": 0.03,
"Z": 0.03
}
}
},
{
"Type": "SceneComponent",
"Name": "DefaultSceneRoot_GEN_VARIABLE",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'SceneComponent'",
"Flags": "RF_Public | RF_Transactional | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "SceneComponent",
"Name": "Scene_GEN_VARIABLE",
"Outer": "BP_InfoPanel_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_InfoPanel_C:DefaultSceneRoot_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.11"
},
"VariableGuid": "2E89D821-404BE237-3B55CFB6-2585DA07",
"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'SceneComponent'",
"ObjectPath": "/Script/Engine"
},
"ComponentTemplate": {
"ObjectName": "SceneComponent'BP_InfoPanel_C:Scene_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.12"
},
"ChildNodes": [
{
"ObjectName": "SCS_Node'BP_InfoPanel_C:SimpleConstructionScript_0.SCS_Node_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.15"
},
{
"ObjectName": "SCS_Node'BP_InfoPanel_C:SimpleConstructionScript_0.SCS_Node_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.16"
}
],
"VariableGuid": "73E33C28-407243BA-1A366F99-58A89D74",
"InternalVariableName": "Scene"
}
},
{
"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'RadiusWidgetComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ComponentTemplate": {
"ObjectName": "RadiusWidgetComponent'BP_InfoPanel_C:RadiusWidget_ItemInfo_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.9"
},
"VariableGuid": "C0118E16-4C7F5494-22DAF484-671D1BC3",
"InternalVariableName": "RadiusWidget_ItemInfo"
}
},
{
"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'RadiusWidgetComponent'",
"ObjectPath": "/Script/IntoTheRadius2"
},
"ComponentTemplate": {
"ObjectName": "RadiusWidgetComponent'BP_InfoPanel_C:RadiusWidget_PlayerInfo_GEN_VARIABLE'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.10"
},
"VariableGuid": "9999766D-4EF0C56B-5AB81B86-9B8019D8",
"InternalVariableName": "RadiusWidget_PlayerInfo"
}
},
{
"Type": "SimpleConstructionScript",
"Name": "SimpleConstructionScript_0",
"Outer": "BP_InfoPanel_C",
"Class": "UScriptClass'SimpleConstructionScript'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootNodes": [
{
"ObjectName": "SCS_Node'BP_InfoPanel_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.14"
}
],
"AllNodes": [
{
"ObjectName": "SCS_Node'BP_InfoPanel_C:SimpleConstructionScript_0.SCS_Node_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.14"
},
{
"ObjectName": "SCS_Node'BP_InfoPanel_C:SimpleConstructionScript_0.SCS_Node_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.15"
},
{
"ObjectName": "SCS_Node'BP_InfoPanel_C:SimpleConstructionScript_0.SCS_Node_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.16"
}
],
"DefaultSceneRootNode": {
"ObjectName": "SCS_Node'BP_InfoPanel_C:SimpleConstructionScript_0.SCS_Node_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/BP_InfoPanel.13"
}
}
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,508 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_ItemInfo_AddInfo",
"Outer": "WBPC_ItemInfo_AddInfo_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": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBPC_ItemInfo_AddInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetColor",
"Outer": "WBPC_ItemInfo_AddInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "Custom Color",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'LinearColor'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "BoolProperty",
"Name": "Use Custom Color",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_MakeStruct_SlateColor",
"Flags": "RF_Public",
"ElementSize": 20,
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetIcon",
"Outer": "WBPC_ItemInfo_AddInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Texture",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetText",
"Outer": "WBPC_ItemInfo_AddInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Override_Text",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "AdditionalInfo",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBPC_ItemInfo_AddInfo_C:WidgetTree.AdditionalInfo.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.6"
},
{
"ObjectName": "HorizontalBoxSlot'WBPC_ItemInfo_AddInfo_C:WidgetTree.AdditionalInfo.HorizontalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.7"
}
],
"bIsVariable": true
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_1",
"Outer": "AdditionalInfo",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 5.0
},
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBPC_ItemInfo_AddInfo_C:WidgetTree.AdditionalInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.5"
},
"Content": {
"ObjectName": "WBPC_IM_Icon_C'WBPC_ItemInfo_AddInfo_C:WidgetTree.Icon_ItemInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.8"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_3",
"Outer": "AdditionalInfo",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBPC_ItemInfo_AddInfo_C:WidgetTree.AdditionalInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.5"
},
"Content": {
"ObjectName": "WBPC_IM_TextBox_C'WBPC_ItemInfo_AddInfo_C:WidgetTree.Txt_ItemInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.9"
}
}
},
{
"Type": "WBPC_IM_Icon_C",
"Name": "Icon_ItemInfo",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.WBPC_IM_Icon_C'",
"Template": {
"ObjectName": "WBPC_IM_Icon_C'Default__WBPC_IM_Icon_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.13"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Panel Color[2]": "Enum_IM_ThemeColor::NewEnumerator0",
"Override Image[3]": {
"ObjectName": "Texture2D'Icon_Damage'",
"ObjectPath": "/Game/ITR2/Art/UI/ItemInfo/Side_Effects/Icon_Damage.0"
},
"Override Image Size[6]": {
"X": 30.0,
"Y": 30.0
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPC_ItemInfo_AddInfo_C:WidgetTree.AdditionalInfo.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.6"
}
}
},
{
"Type": "WBPC_IM_TextBox_C",
"Name": "Txt_ItemInfo",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.WBPC_IM_TextBox_C'",
"Template": {
"ObjectName": "WBPC_IM_TextBox_C'Default__WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.14"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Override_TextColor[3]": "Enum_IM_ThemeColor::NewEnumerator11",
"Override_Text[4]": {
"CultureInvariantString": "FMJ"
},
"TextFont[5]": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"Custom Color[12]": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.0,
"B": 1.0,
"A": 1.0,
"Hex": "FF00FF"
}
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPC_ItemInfo_AddInfo_C:WidgetTree.AdditionalInfo.HorizontalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.7"
},
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_ItemInfo_AddInfo_C",
"Name": "Default__WBPC_ItemInfo_AddInfo_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.WBPC_ItemInfo_AddInfo_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Icon[4]": {
"ObjectName": "Texture2D'S_Icon_LoadPoints'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Icon_LoadPoints.0"
},
"Override Text[5]": {
"CultureInvariantString": "Info"
},
"Font Font Family[6]": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"Font Size[7]": 20.0,
"Desired Size[9]": {
"X": 30.0,
"Y": 30.0
},
"ThemeIconColor[10]": "Enum_IM_ThemeColor::NewEnumerator13",
"ThemeTextColor[11]": "Enum_IM_ThemeColor::NewEnumerator11",
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_ItemInfo_AddInfo_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_ItemInfo_AddInfo_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.12"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:ExecuteUbergraph_WBPC_ItemInfo_AddInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:SetColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.2"
},
{
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.4"
},
{
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:SetIcon'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.3"
},
{
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.1"
},
{
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:ExecuteUbergraph_WBPC_ItemInfo_AddInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.0"
}
],
"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": "AdditionalInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'HorizontalBox'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Icon_ItemInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_Icon_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_Icon.14"
}
},
{
"Type": "ObjectProperty",
"Name": "Txt_ItemInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_IM_TextBox_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/WBPC_IM_TextBox.15"
}
},
{
"Type": "ObjectProperty",
"Name": "Icon",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'Texture2D'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "TextProperty",
"Name": "Override Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "ObjectProperty",
"Name": "Font Font Family",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible",
"PropertyClass": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "FloatProperty",
"Name": "Font Size",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "BoolProperty",
"Name": "CAPS",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "Desired Size",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible",
"Struct": {
"ObjectName": "Class'Vector2D'",
"ObjectPath": "/Script/CoreUObject"
}
},
{
"Type": "ByteProperty",
"Name": "ThemeIconColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
},
{
"Type": "ByteProperty",
"Name": "ThemeTextColor",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible",
"Enum": {
"ObjectName": "UserDefinedEnum'Enum_IM_ThemeColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Tech/Enum_IM_ThemeColor.0"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_ItemInfo_AddInfo": {
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:ExecuteUbergraph_WBPC_ItemInfo_AddInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.1"
},
"SetIcon": {
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:SetIcon'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.3"
},
"SetText": {
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.4"
},
"SetColor": {
"ObjectName": "Function'WBPC_ItemInfo_AddInfo_C:SetColor'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.2"
}
},
"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_ItemInfo_AddInfo_C'Default__WBPC_ItemInfo_AddInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.10"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_ItemInfo_AddInfo_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "HorizontalBox'WBPC_ItemInfo_AddInfo_C:WidgetTree.AdditionalInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/ItemInfo/WBPC_ItemInfo_AddInfo.5"
}
}
}
]

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,871 @@
[
{
"Type": "Function",
"Name": "UpdateText",
"Outer": "WBPB_Profile_ProgressInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsEmpty",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "TextProperty",
"Name": "Difficulty",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Credits",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Death",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "AccessLevel",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "LifetimeWasted",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "MissionsCompleted",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "BulletsShooted",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "MonstersKilled",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "ItemsFound",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "InfoName",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "CallFunc_MakeLiteralText_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HorizontalBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.2"
},
{
"ObjectName": "HorizontalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.3"
},
{
"ObjectName": "HorizontalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.4"
}
]
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_0",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"SizeRule": "ESlateSizeRule::Fill"
},
"Parent": {
"ObjectName": "HorizontalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.1"
},
"Content": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.6"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_1",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "HorizontalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.1"
},
"Content": {
"ObjectName": "Spacer'WBPB_Profile_ProgressInfo_C:WidgetTree.Spacer_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.5"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_2",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"SizeRule": "ESlateSizeRule::Fill"
},
"Parent": {
"ObjectName": "HorizontalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.1"
},
"Content": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.7"
}
}
},
{
"Type": "Spacer",
"Name": "Spacer_4",
"Outer": "WidgetTree",
"Class": "UScriptClass'Spacer'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"X": 40.0,
"Y": 1.0
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.3"
},
"Visibility": "ESlateVisibility::Collapsed"
}
},
{
"Type": "VerticalBox",
"Name": "--InfoLeft",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.10"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_7'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.12"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.11"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.8"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.9"
}
],
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.2"
}
}
},
{
"Type": "VerticalBox",
"Name": "--InfoRight",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.13"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.14"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.16"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.15"
},
{
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_7'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.17"
}
],
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.4"
},
"Visibility": "ESlateVisibility::Collapsed"
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_0",
"Outer": "--InfoLeft",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.6"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.AccessLevel'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.19"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_1",
"Outer": "--InfoLeft",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.6"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.LifetimeWasted'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.26"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_4",
"Outer": "--InfoLeft",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.6"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.Difficulty'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.23"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_5",
"Outer": "--InfoLeft",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.6"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.Death'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.22"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_7",
"Outer": "--InfoLeft",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.6"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.Credits'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.21"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_0",
"Outer": "--InfoRight",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.7"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.MisionsCompleted'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.27"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_1",
"Outer": "--InfoRight",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.7"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.BulletsShooted'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.20"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_3",
"Outer": "--InfoRight",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.7"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.ItemsFound'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.25"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_4",
"Outer": "--InfoRight",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.7"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.MonestersKilled'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.28"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_7",
"Outer": "--InfoRight",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.7"
},
"Content": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'WBPB_Profile_ProgressInfo_C:WidgetTree.InfoName'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.24"
}
}
},
{
"Type": "WBPB_Profile_ProgressInfo_C",
"Name": "Default__WBPB_Profile_ProgressInfo_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.WBPB_Profile_ProgressInfo_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "AccessLevel",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "4ACC13514AD7A1938318B2B2A2675C87",
"SourceString": "Security Level",
"LocalizedString": "Security Level"
},
"Text_Value[4]": {
"CultureInvariantString": "2"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.8"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "BulletsShooted",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "14922D9246DED879E0484BB9E3F19B55",
"SourceString": "Bullets Shot",
"LocalizedString": "Bullets Shot"
},
"Text_Value[4]": {
"CultureInvariantString": "59663"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.14"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "Credits",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "7CBA24064CAA19A3DB1271B7ED1972F1",
"SourceString": "Supply Credits",
"LocalizedString": "Supply Credits"
},
"Text_Value[4]": {
"CultureInvariantString": "365589"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_7'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.12"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "Death",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "54989C35404263B3E331F9B0B86FA4AD",
"SourceString": "Death(s)",
"LocalizedString": "Death(s)"
},
"Text_Value[4]": {
"CultureInvariantString": "105"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.11"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "Difficulty",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "BA56972A4290B27E94B440BB1BEDE65B",
"SourceString": "Difficulty",
"LocalizedString": "Difficulty"
},
"Text_Value[4]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "217A7C1C4A415091CC37B6958C567BDA",
"SourceString": "Easy",
"LocalizedString": "Easy"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.10"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "InfoName",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_7'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.17"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "ItemsFound",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "AF1C827648250C741A0FF19E05D0C1B6",
"SourceString": "Items Found",
"LocalizedString": "Items Found"
},
"Text_Value[4]": {
"CultureInvariantString": "523"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.15"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "LifetimeWasted",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "B9A4F2224E45A096709F388781493D45",
"SourceString": "Playtime",
"LocalizedString": "Playtime"
},
"Text_Value[4]": {
"CultureInvariantString": "23h 53m"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoLeft.VerticalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.9"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "MisionsCompleted",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "3CEC2D09453FD5F698198D82AC86F0CC",
"SourceString": "Missions Completed",
"LocalizedString": "Missions Completed"
},
"Text_Value[4]": {
"CultureInvariantString": "3"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.13"
}
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "MonestersKilled",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Template": {
"ObjectName": "WBPC_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_Name[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "FE7E6F9543656E07E44C5EBF3AE49327",
"SourceString": "Enemies Killed",
"LocalizedString": "Monsters Killed"
},
"Text_Value[4]": {
"CultureInvariantString": "23"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPB_Profile_ProgressInfo_C:WidgetTree.--InfoRight.VerticalBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.16"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPB_Profile_ProgressInfo_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPB_Profile_ProgressInfo_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.30"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPB_Profile_ProgressInfo_C:UpdateText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.0"
}
],
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "AccessLevel",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "BulletsShooted",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "Credits",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "Death",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "Difficulty",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "InfoName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "ItemsFound",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "LifetimeWasted",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "MisionsCompleted",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
},
{
"Type": "ObjectProperty",
"Name": "MonestersKilled",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.11"
}
}
],
"FuncMap": {
"UpdateText": {
"ObjectName": "Function'WBPB_Profile_ProgressInfo_C:UpdateText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.0"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPB_Profile_ProgressInfo_C'Default__WBPB_Profile_ProgressInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.18"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPB_Profile_ProgressInfo_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "HorizontalBox'WBPB_Profile_ProgressInfo_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.1"
}
}
}
]

View file

@ -0,0 +1,566 @@
[
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "WBPC_MM_Slider_w",
"DelegatePropertyName": "OnValueChanged",
"FunctionNameToBind": "BndEvt__WBPE_MM_Option_Line_Slider_WBPC_MM_Slider_w_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"
},
{
"ComponentPropertyName": "WBPC_TextWithInfo",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPE_MM_Option_Line_Slider_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBPE_MM_Option_Line_Slider_WBPC_MM_Slider_w_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "New Value",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPE_MM_Option_Line_Slider_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_MM_OptionLine_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.0"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPE_MM_Option_Line_Slider",
"Outer": "WBPE_MM_Option_Line_Slider_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": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "DoubleProperty",
"Name": "K2Node_ComponentBoundEvent_New_Value",
"Flags": "RF_Public",
"ElementSize": 8
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "GetSliderValue",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "FloatProperty",
"Name": "Value",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "Parm | OutParm"
},
{
"Type": "FloatProperty",
"Name": "CallFunc_GetSliderValue_Value",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnValueChanged__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "NewValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetSliderValue",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "DoubleProperty",
"Name": "OverriddenSliderValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "FloatProperty",
"Name": "CallFunc_SetSliderValue_InValue_ImplicitCast",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_33",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Slider_C:WidgetTree.Overlay_33.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.10"
},
{
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Slider_C:WidgetTree.Overlay_33.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.11"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPE_MM_Option_Line_Slider_C:WidgetTree.SizeBox_1.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.13"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_33",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0
},
"Parent": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Slider_C:WidgetTree.Overlay_33'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.9"
},
"Content": {
"ObjectName": "WBPC_TextWithInfo_C'WBPE_MM_Option_Line_Slider_C:WidgetTree.WBPC_TextWithInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.15"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_33",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"Parent": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Slider_C:WidgetTree.Overlay_33'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.9"
},
"Content": {
"ObjectName": "WBPC_MM_Slider_w_C'WBPE_MM_Option_Line_Slider_C:WidgetTree.WBPC_MM_Slider_w'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.14"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_1",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"MinDesiredHeight": 60.0,
"bOverride_MinDesiredHeight": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPE_MM_Option_Line_Slider_C:WidgetTree.SizeBox_1.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.13"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_1",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Bottom": 10.0
},
"Parent": {
"ObjectName": "SizeBox'WBPE_MM_Option_Line_Slider_C:WidgetTree.SizeBox_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.12"
},
"Content": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Slider_C:WidgetTree.Overlay_33'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.9"
}
}
},
{
"Type": "WBPC_MM_Slider_w_C",
"Name": "WBPC_MM_Slider_w",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Slider_w.WBPC_MM_Slider_w_C'",
"Template": {
"ObjectName": "WBPC_MM_Slider_w_C'Default__WBPC_MM_Slider_w_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Slider_w.35"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Slider_C:WidgetTree.Overlay_33.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.11"
}
}
},
{
"Type": "WBPC_TextWithInfo_C",
"Name": "WBPC_TextWithInfo",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.WBPC_TextWithInfo_C'",
"Template": {
"ObjectName": "WBPC_TextWithInfo_C'Default__WBPC_TextWithInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.19"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ForegroundColor": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.022732,
"B": 0.0,
"A": 1.0,
"Hex": "FF2900"
}
},
"Slot": {
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Slider_C:WidgetTree.Overlay_33.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.10"
},
"Visibility": "ESlateVisibility::Visible"
}
},
{
"Type": "WBPE_MM_Option_Line_Slider_C",
"Name": "Default__WBPE_MM_Option_Line_Slider_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.WBPE_MM_Option_Line_Slider_C'",
"Template": {
"ObjectName": "WBPA_MM_OptionLine_C'Default__WBPA_MM_OptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.4"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Text_optionLine[3]": {
"CultureInvariantString": "Text for Line"
},
"OnValueChanged[5]": {
"InvocationList": []
},
"DefaultSliderValue[6]": 0.5,
"DefaultSliderStep[7]": 0.1
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_MM_OptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.5"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPE_MM_Option_Line_Slider_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.18"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPE_MM_Option_Line_Slider_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.0"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:ExecuteUbergraph_WBPE_MM_Option_Line_Slider'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.4"
}
},
"Children": [
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:GetSliderValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.5"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:SetSliderValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.8"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.7"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.3"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:BndEvt__WBPE_MM_Option_Line_Slider_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.2"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:BndEvt__WBPE_MM_Option_Line_Slider_WBPC_MM_Slider_w_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.1"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:ExecuteUbergraph_WBPE_MM_Option_Line_Slider'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.4"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.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": "WBPC_MM_Slider_w",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Slider_w_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Slider_w.36"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_TextWithInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_TextWithInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.20"
}
},
{
"Type": "TextProperty",
"Name": "Text_optionLine",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "TextProperty",
"Name": "Text_Description",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnValueChanged",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.6"
}
},
{
"Type": "DoubleProperty",
"Name": "DefaultSliderValue",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "DoubleProperty",
"Name": "DefaultSliderStep",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "BoolProperty",
"Name": "IsSliderValueOverridden",
"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": "OverriddenSliderValue",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
}
],
"FuncMap": {
"OnValueChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.6"
},
"ExecuteUbergraph_WBPE_MM_Option_Line_Slider": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:ExecuteUbergraph_WBPE_MM_Option_Line_Slider'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.4"
},
"BndEvt__WBPE_MM_Option_Line_Slider_WBPC_MM_Slider_w_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:BndEvt__WBPE_MM_Option_Line_Slider_WBPC_MM_Slider_w_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.1"
},
"BndEvt__WBPE_MM_Option_Line_Slider_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:BndEvt__WBPE_MM_Option_Line_Slider_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_2_OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.2"
},
"Construct": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.3"
},
"PreConstruct": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.7"
},
"SetSliderValue": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:SetSliderValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.8"
},
"GetSliderValue": {
"ObjectName": "Function'WBPE_MM_Option_Line_Slider_C:GetSliderValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.5"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPE_MM_Option_Line_Slider_C'Default__WBPE_MM_Option_Line_Slider_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.16"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPE_MM_Option_Line_Slider_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPE_MM_Option_Line_Slider_C:WidgetTree.SizeBox_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Slider.12"
}
}
}
]

View file

@ -0,0 +1,724 @@
[
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "WBPE_MenuSwitch",
"DelegatePropertyName": "OnChanged",
"FunctionNameToBind": "BndEvt__WBPE_MM_Option_Line_Switch_WBPE_MenuSwitch_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature"
},
{
"ComponentPropertyName": "WBPC_TextWithInfo",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPE_MM_Option_Line_Switch_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_4_OnClicked__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBPE_MM_Option_Line_Switch_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_4_OnClicked__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPE_MM_Option_Line_Switch_WBPE_MenuSwitch_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_MM_OptionLine_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.0"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "DisableSwitcher",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "EnableSwitcher",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPE_MM_Option_Line_Switch",
"Outer": "WBPE_MM_Option_Line_Switch_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": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "K2Node_Event_MyGeometry",
"Flags": "RF_Public",
"ElementSize": 56,
"Struct": {
"ObjectName": "Class'Geometry'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "FloatProperty",
"Name": "K2Node_Event_InDeltaTime",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "K2Node_ComponentBoundEvent_NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction | FUNC_HasDefaults"
},
{
"Type": "Function",
"Name": "GetSwitcherValue",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "Index",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "Parm | OutParm"
},
{
"Type": "IntProperty",
"Name": "CallFunc_GetIndexValue_Index",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
},
{
"Type": "Function",
"Name": "OnValueChanged__DelegateSignature",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetSettingsValues",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ArrayProperty",
"Name": "Variants",
"Flags": "RF_Public",
"ElementSize": 16,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
"Inner": {
"Type": "TextProperty",
"Name": "Variants",
"Flags": "RF_Public",
"ElementSize": 24
}
},
{
"Type": "IntProperty",
"Name": "DefaultIndex",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetSwitcherIndex",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "Index",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetSwitcherValue",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Value",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "IntProperty",
"Name": "CallFunc_Array_Find_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 4
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Tick",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:Tick'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "MyGeometry",
"Flags": "RF_Public",
"ElementSize": 56,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'Geometry'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "FloatProperty",
"Name": "InDeltaTime",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_33",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Switch_C:WidgetTree.Overlay_33.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.16"
},
{
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Switch_C:WidgetTree.Overlay_33.OverlaySlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.15"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPE_MM_Option_Line_Switch_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.18"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_4",
"Outer": "Overlay_33",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"Parent": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Switch_C:WidgetTree.Overlay_33'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.14"
},
"Content": {
"ObjectName": "WBPC_MM_Switch_C'WBPE_MM_Option_Line_Switch_C:WidgetTree.WBPE_MenuSwitch'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.19"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_6",
"Outer": "Overlay_33",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0
},
"Parent": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Switch_C:WidgetTree.Overlay_33'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.14"
},
"Content": {
"ObjectName": "WBPC_TextWithInfo_C'WBPE_MM_Option_Line_Switch_C:WidgetTree.WBPC_TextWithInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.20"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"MinDesiredHeight": 50.0,
"bOverride_MinDesiredHeight": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPE_MM_Option_Line_Switch_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.18"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Bottom": 10.0
},
"VerticalAlignment": "EVerticalAlignment::VAlign_Top",
"Parent": {
"ObjectName": "SizeBox'WBPE_MM_Option_Line_Switch_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.17"
},
"Content": {
"ObjectName": "Overlay'WBPE_MM_Option_Line_Switch_C:WidgetTree.Overlay_33'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.14"
}
}
},
{
"Type": "WBPC_MM_Switch_C",
"Name": "WBPE_MenuSwitch",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Switch.WBPC_MM_Switch_C'",
"Template": {
"ObjectName": "WBPC_MM_Switch_C'Default__WBPC_MM_Switch_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Switch.47"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ColorAndOpacity": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 1.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Switch_C:WidgetTree.Overlay_33.OverlaySlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.15"
}
}
},
{
"Type": "WBPC_TextWithInfo_C",
"Name": "WBPC_TextWithInfo",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.WBPC_TextWithInfo_C'",
"Template": {
"ObjectName": "WBPC_TextWithInfo_C'Default__WBPC_TextWithInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.19"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "OverlaySlot'WBPE_MM_Option_Line_Switch_C:WidgetTree.Overlay_33.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.16"
},
"Visibility": "ESlateVisibility::Visible"
}
},
{
"Type": "WBPE_MM_Option_Line_Switch_C",
"Name": "Default__WBPE_MM_Option_Line_Switch_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.WBPE_MM_Option_Line_Switch_C'",
"Template": {
"ObjectName": "WBPA_MM_OptionLine_C'Default__WBPA_MM_OptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.4"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Text[3]": {
"CultureInvariantString": "Text for Line"
},
"Text_Description[4]": {
"CultureInvariantString": "Text for Description"
},
"OnValueChanged[5]": {
"InvocationList": []
},
"bHasScriptImplementedTick": true
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_MM_OptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_MM_OptionLine.5"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPE_MM_Option_Line_Switch_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.23"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPE_MM_Option_Line_Switch_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.0"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:ExecuteUbergraph_WBPE_MM_Option_Line_Switch'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.6"
}
},
"Children": [
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:SetSwitcherValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.12"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:GetSwitcherValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.7"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:SetSwitcherIndex'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.11"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:EnableSwitcher'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.5"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:DisableSwitcher'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.4"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:SetSettingsValues'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.10"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.9"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.3"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:BndEvt__WBPE_MM_Option_Line_Switch_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_4_OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.1"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:Tick'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.13"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:BndEvt__WBPE_MM_Option_Line_Switch_WBPE_MenuSwitch_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.2"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:ExecuteUbergraph_WBPE_MM_Option_Line_Switch'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.6"
},
{
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.8"
}
],
"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": "WBPC_TextWithInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_TextWithInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.20"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPE_MenuSwitch",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Switch_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Switch.48"
}
},
{
"Type": "TextProperty",
"Name": "Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "TextProperty",
"Name": "Text_Description",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnValueChanged",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.8"
}
},
{
"Type": "ArrayProperty",
"Name": "Variants",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 16,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Inner": {
"Type": "TextProperty",
"Name": "Variants",
"Flags": "RF_Public",
"ElementSize": 24
}
},
{
"Type": "IntProperty",
"Name": "DefaultIndex",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "IntProperty",
"Name": "OverriddenDefaultValue",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 4,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance"
},
{
"Type": "BoolProperty",
"Name": "IsDefaultValueOverridden",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"OnValueChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.8"
},
"ExecuteUbergraph_WBPE_MM_Option_Line_Switch": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:ExecuteUbergraph_WBPE_MM_Option_Line_Switch'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.6"
},
"BndEvt__WBPE_MM_Option_Line_Switch_WBPE_MenuSwitch_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:BndEvt__WBPE_MM_Option_Line_Switch_WBPE_MenuSwitch_K2Node_ComponentBoundEvent_0_OnChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.2"
},
"Tick": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:Tick'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.13"
},
"BndEvt__WBPE_MM_Option_Line_Switch_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_4_OnClicked__DelegateSignature": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:BndEvt__WBPE_MM_Option_Line_Switch_WBPC_TextWithInfo_K2Node_ComponentBoundEvent_4_OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.1"
},
"Construct": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.3"
},
"PreConstruct": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.9"
},
"SetSettingsValues": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:SetSettingsValues'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.10"
},
"DisableSwitcher": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:DisableSwitcher'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.4"
},
"EnableSwitcher": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:EnableSwitcher'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.5"
},
"SetSwitcherIndex": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:SetSwitcherIndex'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.11"
},
"GetSwitcherValue": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:GetSwitcherValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.7"
},
"SetSwitcherValue": {
"ObjectName": "Function'WBPE_MM_Option_Line_Switch_C:SetSwitcherValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.12"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPE_MM_Option_Line_Switch_C'Default__WBPE_MM_Option_Line_Switch_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.21"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPE_MM_Option_Line_Switch_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPE_MM_Option_Line_Switch_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPE_MM_Option_Line_Switch.17"
}
}
}
]

View file

@ -0,0 +1,68 @@
[
{
"Type": "SizeBox",
"Name": "SizeBox_29",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 1200.0,
"HeightOverride": 1000.0,
"bOverride_WidthOverride": true,
"bOverride_HeightOverride": true
}
},
{
"Type": "WBP_Blocker_C",
"Name": "Default__WBP_Blocker_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Blocker.WBP_Blocker_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_Blocker_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_Blocker_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Blocker.3"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"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_Blocker_C'Default__WBP_Blocker_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Blocker.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_Blocker_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBP_Blocker_C:WidgetTree.SizeBox_29'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Blocker.0"
}
}
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,528 @@
[
{
"Type": "Button",
"Name": "GiantButton",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 0.495466,
"G": 0.449016,
"B": 0.449016,
"A": 0.2,
"Hex": "33BBB3B3"
}
}
},
"Hovered": {
"TintColor": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.5,
"Hex": "7FDEDEDE"
}
},
"OutlineSettings": {
"Color": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.005,
"Hex": "01DEDEDE"
}
}
}
},
"Pressed": {
"TintColor": {
"SpecifiedColor": {
"R": 0.384266,
"G": 0.384266,
"B": 0.384266,
"A": 0.01,
"Hex": "02A7A7A7"
}
},
"OutlineSettings": {
"Color": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.0,
"Hex": "DEDEDE"
}
}
}
}
},
"ColorAndOpacity": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"BackgroundColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_ConfirmationPopup_C:WidgetTree.Canvas.CanvasPanelSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.3"
}
}
},
{
"Type": "CanvasPanel",
"Name": "Canvas",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBP_ConfirmationPopup_C:WidgetTree.Canvas.CanvasPanelSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.3"
},
{
"ObjectName": "CanvasPanelSlot'WBP_ConfirmationPopup_C:WidgetTree.Canvas.CanvasPanelSlot_10'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.2"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBP_ConfirmationPopup_C:WidgetTree.SizeBox_21.SizeBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.11"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_10",
"Outer": "Canvas",
"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_ConfirmationPopup_C:WidgetTree.Canvas'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.1"
},
"Content": {
"ObjectName": "WBP_Confirmation_C'WBP_ConfirmationPopup_C:WidgetTree.WBP_Confirmation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.12"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_4",
"Outer": "Canvas",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
},
"Anchors": {
"Maximum": {
"X": 1.0,
"Y": 1.0
}
},
"Alignment": {
"X": 0.5,
"Y": 0.5
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBP_ConfirmationPopup_C:WidgetTree.Canvas'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.1"
},
"Content": {
"ObjectName": "Button'WBP_ConfirmationPopup_C:WidgetTree.GiantButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.0"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBP_ConfirmationPopup_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "GiantButton",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBP_ConfirmationPopup_GiantButton_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature"
},
{
"ComponentPropertyName": "WBP_Confirmation",
"DelegatePropertyName": "OnConfirm",
"FunctionNameToBind": "BndEvt__WBP_ConfirmationPopup_WBP_Confirmation_K2Node_ComponentBoundEvent_0_OnConfirm__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBP_ConfirmationPopup_GiantButton_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBP_ConfirmationPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBP_ConfirmationPopup_WBP_Confirmation_K2Node_ComponentBoundEvent_0_OnConfirm__DelegateSignature",
"Outer": "WBP_ConfirmationPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsConfirmed",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_ConfirmationPopup",
"Outer": "WBP_ConfirmationPopup_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": "K2Node_ComponentBoundEvent_IsConfirmed",
"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": "OnConfirm__DelegateSignature",
"Outer": "WBP_ConfirmationPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsConfirmed",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "UpdateText",
"Outer": "WBP_ConfirmationPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Title",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Description",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "YesText",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "NoText",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "SizeBox",
"Name": "SizeBox_21",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 1500.0,
"HeightOverride": 1000.0,
"bOverride_WidthOverride": true,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBP_ConfirmationPopup_C:WidgetTree.SizeBox_21.SizeBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.11"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_4",
"Outer": "SizeBox_21",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBP_ConfirmationPopup_C:WidgetTree.SizeBox_21'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.10"
},
"Content": {
"ObjectName": "CanvasPanel'WBP_ConfirmationPopup_C:WidgetTree.Canvas'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.1"
}
}
},
{
"Type": "WBP_Confirmation_C",
"Name": "WBP_Confirmation",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Confirmation.WBP_Confirmation_C'",
"Template": {
"ObjectName": "WBP_Confirmation_C'Default__WBP_Confirmation_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Confirmation.31"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_ConfirmationPopup_C:WidgetTree.Canvas.CanvasPanelSlot_10'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.2"
}
}
},
{
"Type": "WBP_ConfirmationPopup_C",
"Name": "Default__WBP_ConfirmationPopup_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.WBP_ConfirmationPopup_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"OnConfirm[3]": {
"InvocationList": []
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_ConfirmationPopup_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_ConfirmationPopup_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.15"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBP_ConfirmationPopup_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.4"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBP_ConfirmationPopup_C:ExecuteUbergraph_WBP_ConfirmationPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.7"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_ConfirmationPopup_C:UpdateText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.9"
},
{
"ObjectName": "Function'WBP_ConfirmationPopup_C:BndEvt__WBP_ConfirmationPopup_WBP_Confirmation_K2Node_ComponentBoundEvent_0_OnConfirm__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.6"
},
{
"ObjectName": "Function'WBP_ConfirmationPopup_C:BndEvt__WBP_ConfirmationPopup_GiantButton_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.5"
},
{
"ObjectName": "Function'WBP_ConfirmationPopup_C:ExecuteUbergraph_WBP_ConfirmationPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.7"
},
{
"ObjectName": "Function'WBP_ConfirmationPopup_C:OnConfirm__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.8"
}
],
"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": "GiantButton",
"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": "WBP_Confirmation",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_Confirmation_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Confirmation.38"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnConfirm",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBP_ConfirmationPopup_C:OnConfirm__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.8"
}
}
],
"FuncMap": {
"OnConfirm__DelegateSignature": {
"ObjectName": "Function'WBP_ConfirmationPopup_C:OnConfirm__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.8"
},
"ExecuteUbergraph_WBP_ConfirmationPopup": {
"ObjectName": "Function'WBP_ConfirmationPopup_C:ExecuteUbergraph_WBP_ConfirmationPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.7"
},
"BndEvt__WBP_ConfirmationPopup_GiantButton_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBP_ConfirmationPopup_C:BndEvt__WBP_ConfirmationPopup_GiantButton_K2Node_ComponentBoundEvent_1_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.5"
},
"BndEvt__WBP_ConfirmationPopup_WBP_Confirmation_K2Node_ComponentBoundEvent_0_OnConfirm__DelegateSignature": {
"ObjectName": "Function'WBP_ConfirmationPopup_C:BndEvt__WBP_ConfirmationPopup_WBP_Confirmation_K2Node_ComponentBoundEvent_0_OnConfirm__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.6"
},
"UpdateText": {
"ObjectName": "Function'WBP_ConfirmationPopup_C:UpdateText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.9"
}
},
"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_ConfirmationPopup_C'Default__WBP_ConfirmationPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.13"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_ConfirmationPopup_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBP_ConfirmationPopup_C:WidgetTree.SizeBox_21'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_ConfirmationPopup.10"
}
}
}
]

View file

@ -0,0 +1,452 @@
[
{
"Type": "Button",
"Name": "GiantButton",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 0.495466,
"G": 0.449016,
"B": 0.449016,
"A": 0.2,
"Hex": "33BBB3B3"
}
}
},
"Hovered": {
"TintColor": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.5,
"Hex": "7FDEDEDE"
}
},
"OutlineSettings": {
"Color": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.005,
"Hex": "01DEDEDE"
}
}
}
},
"Pressed": {
"TintColor": {
"SpecifiedColor": {
"R": 0.384266,
"G": 0.384266,
"B": 0.384266,
"A": 0.01,
"Hex": "02A7A7A7"
}
},
"OutlineSettings": {
"Color": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.0,
"Hex": "DEDEDE"
}
}
}
}
},
"ColorAndOpacity": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"BackgroundColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_InfoPopup_C:WidgetTree.Canvas.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.2"
}
}
},
{
"Type": "CanvasPanel",
"Name": "Canvas",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBP_InfoPopup_C:WidgetTree.Canvas.CanvasPanelSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.3"
},
{
"ObjectName": "CanvasPanelSlot'WBP_InfoPopup_C:WidgetTree.Canvas.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.2"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBP_InfoPopup_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.10"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_0",
"Outer": "Canvas",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
},
"Anchors": {
"Maximum": {
"X": 1.0,
"Y": 1.0
}
},
"Alignment": {
"X": 0.5,
"Y": 0.5
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBP_InfoPopup_C:WidgetTree.Canvas'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.1"
},
"Content": {
"ObjectName": "Button'WBP_InfoPopup_C:WidgetTree.GiantButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.0"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_1",
"Outer": "Canvas",
"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_InfoPopup_C:WidgetTree.Canvas'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.1"
},
"Content": {
"ObjectName": "WBPE_MM_InfoPopup_C'WBP_InfoPopup_C:WidgetTree.Info'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.12"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBP_InfoPopup_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "GiantButton",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBP_InfoPopup_GiantButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBP_InfoPopup_GiantButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBP_InfoPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_InfoPopup",
"Outer": "WBP_InfoPopup_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": "Initialize",
"Outer": "WBP_InfoPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Title",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Description",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnClick__DelegateSignature",
"Outer": "WBP_InfoPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 1000.0,
"HeightOverride": 600.0,
"bOverride_WidthOverride": true,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBP_InfoPopup_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.10"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBP_InfoPopup_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.9"
},
"Content": {
"ObjectName": "CanvasPanel'WBP_InfoPopup_C:WidgetTree.Canvas'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.1"
}
}
},
{
"Type": "WBP_InfoPopup_C",
"Name": "Default__WBP_InfoPopup_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.WBP_InfoPopup_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"OnClick[3]": {
"InvocationList": []
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WBPE_MM_InfoPopup_C",
"Name": "Info",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.WBPE_MM_InfoPopup_C'",
"Template": {
"ObjectName": "WBPE_MM_InfoPopup_C'Default__WBPE_MM_InfoPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.16"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "CanvasPanelSlot'WBP_InfoPopup_C:WidgetTree.Canvas.CanvasPanelSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.3"
},
"Visibility": "ESlateVisibility::Visible"
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_InfoPopup_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_InfoPopup_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.14"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBP_InfoPopup_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.4"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBP_InfoPopup_C:ExecuteUbergraph_WBP_InfoPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.6"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_InfoPopup_C:Initialize'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.7"
},
{
"ObjectName": "Function'WBP_InfoPopup_C:BndEvt__WBP_InfoPopup_GiantButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.5"
},
{
"ObjectName": "Function'WBP_InfoPopup_C:ExecuteUbergraph_WBP_InfoPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.6"
},
{
"ObjectName": "Function'WBP_InfoPopup_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.8"
}
],
"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": "GiantButton",
"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": "Info",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_InfoPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.17"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnClick",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBP_InfoPopup_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.8"
}
}
],
"FuncMap": {
"OnClick__DelegateSignature": {
"ObjectName": "Function'WBP_InfoPopup_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.8"
},
"ExecuteUbergraph_WBP_InfoPopup": {
"ObjectName": "Function'WBP_InfoPopup_C:ExecuteUbergraph_WBP_InfoPopup'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.6"
},
"BndEvt__WBP_InfoPopup_GiantButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBP_InfoPopup_C:BndEvt__WBP_InfoPopup_GiantButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.5"
},
"Initialize": {
"ObjectName": "Function'WBP_InfoPopup_C:Initialize'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.7"
}
},
"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_InfoPopup_C'Default__WBP_InfoPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.11"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_InfoPopup_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBP_InfoPopup_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_InfoPopup.9"
}
}
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,834 @@
[
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBP_NewGameDifficultySettings_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "WBPE_Tutorial",
"DelegatePropertyName": "OnValueChanged",
"FunctionNameToBind": "BndEvt__WBP_NewGameDifficultySettings_WBPE_Tutorial_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature"
},
{
"ComponentPropertyName": "WBPE_Difficultpreset",
"DelegatePropertyName": "OnValueChanged",
"FunctionNameToBind": "BndEvt__WBP_NewGameDifficultySettings_WBPE_Difficultpreset_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBP_NewGameDifficultySettings_WBPE_Difficultpreset_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature",
"Outer": "WBP_NewGameDifficultySettings_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBP_NewGameDifficultySettings_WBPE_Tutorial_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature",
"Outer": "WBP_NewGameDifficultySettings_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "IntProperty",
"Name": "NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_NewGameDifficultySettings",
"Outer": "WBP_NewGameDifficultySettings_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": "Temp_bool_Variable",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"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": "IntProperty",
"Name": "Temp_int_Variable",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "CallFunc_GetPresetIndex_Index",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "IntProperty",
"Name": "K2Node_ComponentBoundEvent_NewOptionID_1",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Less_IntInt_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_GetGameInstanceSubsystem_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'RadiusConfigurationSubsystem'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "IntProperty",
"Name": "Temp_int_Variable_1",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "MapProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 80,
"KeyProp": {
"Type": "StructProperty",
"Name": "K2Node_Select_Default",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
},
"ValueProp": {
"Type": "StructProperty",
"Name": "K2Node_Select_Default_Value",
"Flags": "RF_Public",
"ElementSize": 12,
"Struct": {
"ObjectName": "Class'GameplayTag'",
"ObjectPath": "/Script/GameplayTags"
}
}
},
{
"Type": "IntProperty",
"Name": "K2Node_ComponentBoundEvent_NewOptionID",
"Flags": "RF_Public",
"ElementSize": 4
},
{
"Type": "BoolProperty",
"Name": "K2Node_Select_Default_1",
"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": "UpdatePreset",
"Outer": "WBP_NewGameDifficultySettings_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_DifficultySettings_C:UpdatePreset'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPA_DifficultySettings.9"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "UpdateSettings",
"Outer": "WBP_NewGameDifficultySettings_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_DifficultySettings_C:UpdateSettings'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPA_DifficultySettings.10"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_31",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_NewGameDifficultySettings_C:WidgetTree.Overlay_31.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.7"
}
]
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_31",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_NewGameDifficultySettings_C:WidgetTree.Overlay_31'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.6"
},
"Content": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
}
}
},
{
"Type": "Spacer",
"Name": "Spacer_166",
"Outer": "WidgetTree",
"Class": "UScriptClass'Spacer'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"X": 1.0,
"Y": 10.0
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_9'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.16"
}
}
},
{
"Type": "VerticalBox",
"Name": "--AdditionalOptions",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.15"
},
{
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_9'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.16"
},
{
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.14"
},
{
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_10'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.10"
},
{
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_11'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.11"
},
{
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_12'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.12"
},
{
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_13'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.13"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBP_NewGameDifficultySettings_C:WidgetTree.Overlay_31.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.7"
},
"bIsVariable": true
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_10",
"Outer": "--AdditionalOptions",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
},
"Content": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'WBP_NewGameDifficultySettings_C:WidgetTree.WBPE_LootAmount'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.20"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_11",
"Outer": "--AdditionalOptions",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
},
"Content": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'WBP_NewGameDifficultySettings_C:WidgetTree.WBPE_EnemyAmount'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.18"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_12",
"Outer": "--AdditionalOptions",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
},
"Content": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'WBP_NewGameDifficultySettings_C:WidgetTree.WBPE_Tutorial'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.22"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_13",
"Outer": "--AdditionalOptions",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
},
"Content": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'WBP_NewGameDifficultySettings_C:WidgetTree.WBPE_IronMan'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.19"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_2",
"Outer": "--AdditionalOptions",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
},
"Content": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'WBP_NewGameDifficultySettings_C:WidgetTree.WBPE_MissionRewards'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.21"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_3",
"Outer": "--AdditionalOptions",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
},
"Content": {
"ObjectName": "WBPE_MM_Option_Line_Switch_UPD_C'WBP_NewGameDifficultySettings_C:WidgetTree.WBPE_Difficultpreset'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.23"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_9",
"Outer": "--AdditionalOptions",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.9"
},
"Content": {
"ObjectName": "Spacer'WBP_NewGameDifficultySettings_C:WidgetTree.Spacer_166'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.8"
}
}
},
{
"Type": "WBP_NewGameDifficultySettings_C",
"Name": "Default__WBP_NewGameDifficultySettings_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.WBP_NewGameDifficultySettings_C'",
"Template": {
"ObjectName": "WBPA_DifficultySettings_C'Default__WBPA_DifficultySettings_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPA_DifficultySettings.11"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {}
}
},
{
"Type": "WBPE_MM_DifficutyOptionLine_C",
"Name": "WBPE_EnemyAmount",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.WBPE_MM_DifficutyOptionLine_C'",
"Template": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'Default__WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.6"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_LineName[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "F01F8C19497283AC7556B79D7EDB7574",
"SourceString": "Amount of Enemies",
"LocalizedString": "Amount of Enemies"
},
"Enable_Popup[5]": false,
"Variants[8]": [],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_11'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.11"
}
}
},
{
"Type": "WBPE_MM_DifficutyOptionLine_C",
"Name": "WBPE_IronMan",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.WBPE_MM_DifficutyOptionLine_C'",
"Template": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'Default__WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.6"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_LineName[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "7D8237F44BECE5DD16EA2C922627AB20",
"SourceString": "Ironman",
"LocalizedString": "Ironman"
},
"Text_LineDescription[4]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "51C93B124E84C730D4AC5D9387A2B145",
"SourceString": "Special game mode with automatic saves only. Makes your experience more intense and your decisions more crucial.",
"LocalizedString": "Special game mode with automatic saves only. Makes your experience more intense and your decisions more crucial."
},
"TextState[6]": "Enum_ButtonStates::NewEnumerator2",
"Variants[8]": [],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_13'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.13"
}
}
},
{
"Type": "WBPE_MM_DifficutyOptionLine_C",
"Name": "WBPE_LootAmount",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.WBPE_MM_DifficutyOptionLine_C'",
"Template": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'Default__WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.6"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_LineName[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "6931814042E26AF44E499382717CC8A2",
"SourceString": "Amount of Loot",
"LocalizedString": "Amount of Loot"
},
"Enable_Popup[5]": false,
"Variants[8]": [],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_10'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.10"
}
}
},
{
"Type": "WBPE_MM_DifficutyOptionLine_C",
"Name": "WBPE_MissionRewards",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.WBPE_MM_DifficutyOptionLine_C'",
"Template": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'Default__WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.6"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_LineName[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "D37EBE7544B076E3964C89A85EAFF9D4",
"SourceString": "Mission Reward",
"LocalizedString": "Mission Reward"
},
"Enable_Popup[5]": false,
"Variants[8]": [],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.14"
}
}
},
{
"Type": "WBPE_MM_DifficutyOptionLine_C",
"Name": "WBPE_Tutorial",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.WBPE_MM_DifficutyOptionLine_C'",
"Template": {
"ObjectName": "WBPE_MM_DifficutyOptionLine_C'Default__WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.6"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_LineName[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "C910F5684BCDDA056F6EF1BDED63F71C",
"SourceString": "Tutorial",
"LocalizedString": "Tutorial"
},
"Enable_Popup[5]": false,
"Variants[8]": [
{
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "42933A69475EFAE1BB9E808DF42F57E2",
"SourceString": "Off",
"LocalizedString": "Off"
},
{
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "43190C284571187A2197EE8DE03EAA31",
"SourceString": "On",
"LocalizedString": "On"
}
],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_12'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.12"
}
}
},
{
"Type": "WBPE_MM_Option_Line_Switch_UPD_C",
"Name": "WBPE_Difficultpreset",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.WBPE_MM_Option_Line_Switch_UPD_C'",
"Template": {
"ObjectName": "WBPE_MM_Option_Line_Switch_UPD_C'Default__WBPE_MM_Option_Line_Switch_UPD_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.16"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text_LineName[3]": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "E59061FE4DB1D6C6DFD040AC07FC9F4B",
"SourceString": "Difficulty Preset",
"LocalizedString": "7.62x39"
},
"Text_LineDescription[4]": {
"CultureInvariantString": "This is preset"
},
"Enable_Popup[5]": false,
"Variants[8]": [
{
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "217A7C1C4A415091CC37B6958C567BDA",
"SourceString": "Easy",
"LocalizedString": "Easy"
},
{
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "D0CDFCFE42063CEA203E1F965D6A6FC0",
"SourceString": "Normal",
"LocalizedString": "Normal"
},
{
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "AFFF49D248A908D09F6F159F628FC4E4",
"SourceString": "Hard",
"LocalizedString": "Hard"
},
{
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "EF39B2DD450A4D6AB2DC538DEDBFD5CF",
"SourceString": "Custom",
"LocalizedString": "Custom"
}
],
"DefaultIndex[9]": 3,
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_NewGameDifficultySettings_C:WidgetTree.--AdditionalOptions.VerticalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.15"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_NewGameDifficultySettings_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_DifficultySettings_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPA_DifficultySettings.12"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_NewGameDifficultySettings_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.25"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBP_NewGameDifficultySettings_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.0"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:ExecuteUbergraph_WBP_NewGameDifficultySettings'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.3"
}
},
"Children": [
{
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:UpdateSettings'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.5"
},
{
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:BndEvt__WBP_NewGameDifficultySettings_WBPE_Difficultpreset_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.1"
},
{
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:UpdatePreset'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.4"
},
{
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:BndEvt__WBP_NewGameDifficultySettings_WBPE_Tutorial_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.2"
},
{
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:ExecuteUbergraph_WBP_NewGameDifficultySettings'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.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": "--AdditionalOptions",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'VerticalBox'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPE_Difficultpreset",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_Option_Line_Switch_UPD_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_Option_Line_Switch_UPD.17"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPE_EnemyAmount",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.7"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPE_IronMan",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.7"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPE_LootAmount",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.7"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPE_MissionRewards",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.7"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPE_Tutorial",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPE_MM_DifficutyOptionLine_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/InteractionMenu/IM_Components/UpdatedComponents/WBPE_MM_DifficutyOptionLine.7"
}
}
],
"FuncMap": {
"ExecuteUbergraph_WBP_NewGameDifficultySettings": {
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:ExecuteUbergraph_WBP_NewGameDifficultySettings'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.3"
},
"BndEvt__WBP_NewGameDifficultySettings_WBPE_Tutorial_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature": {
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:BndEvt__WBP_NewGameDifficultySettings_WBPE_Tutorial_K2Node_ComponentBoundEvent_1_OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.2"
},
"UpdatePreset": {
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:UpdatePreset'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.4"
},
"BndEvt__WBP_NewGameDifficultySettings_WBPE_Difficultpreset_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature": {
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:BndEvt__WBP_NewGameDifficultySettings_WBPE_Difficultpreset_K2Node_ComponentBoundEvent_0_OnValueChanged__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.1"
},
"UpdateSettings": {
"ObjectName": "Function'WBP_NewGameDifficultySettings_C:UpdateSettings'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.5"
}
},
"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_NewGameDifficultySettings_C'Default__WBP_NewGameDifficultySettings_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.17"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_NewGameDifficultySettings_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "Overlay'WBP_NewGameDifficultySettings_C:WidgetTree.Overlay_31'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_NewGameDifficultySettings.6"
}
}
}
]

View file

@ -0,0 +1,766 @@
[
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "Button_Load",
"DelegatePropertyName": "OnClick",
"FunctionNameToBind": "BndEvt__WBP_Profile_Button_Load_K2Node_ComponentBoundEvent_3_OnClick__DelegateSignature"
},
{
"ComponentPropertyName": "Button_Clear",
"DelegatePropertyName": "OnClick",
"FunctionNameToBind": "BndEvt__WBP_Profile_Button_Clear_K2Node_ComponentBoundEvent_2_OnClick__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBP_Profile_Button_Clear_K2Node_ComponentBoundEvent_2_OnClick__DelegateSignature",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBP_Profile_Button_Load_K2Node_ComponentBoundEvent_3_OnClick__DelegateSignature",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBP_Profile",
"Outer": "WBP_Profile_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": "OnDeleteProfile__DelegateSignature",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "OnLoadProfile__DelegateSignature",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Update Text",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "SingleSaveInfo",
"Flags": "RF_Public",
"ElementSize": 128,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'ProfileInfo'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "IsSingleEmpty",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "StructProperty",
"Name": "CoopSaveInfo",
"Flags": "RF_Public",
"ElementSize": 128,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'ProfileInfo'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "IsCoopEmpty",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "UpdateText_Internal",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "SaveInfo",
"Flags": "RF_Public",
"ElementSize": 128,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'ProfileInfo'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "BoolProperty",
"Name": "IsEmpty",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "InfoBar",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPB_Profile_ProgressInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBPB_Profile_ProgressInfo.29"
}
},
{
"Type": "TextProperty",
"Name": "CallFunc_Conv_IntToText_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "TextProperty",
"Name": "CallFunc_Conv_IntToText_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "StrProperty",
"Name": "CallFunc_Conv_IntToString_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"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": "TextProperty",
"Name": "CallFunc_Conv_StringToText_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24
},
{
"Type": "TextProperty",
"Name": "CallFunc_Conv_StringToText_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 24
}
],
"FunctionFlags": "FUNC_Private | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HorizontalBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBP_Profile_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.9"
},
{
"ObjectName": "HorizontalBoxSlot'WBP_Profile_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.10"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBP_Profile_C:WidgetTree.Profile1.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.12"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_0",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"SizeRule": "ESlateSizeRule::Fill"
},
"Parent": {
"ObjectName": "HorizontalBox'WBP_Profile_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.8"
},
"Content": {
"ObjectName": "WBPC_MM_Button_Big_C'WBP_Profile_C:WidgetTree.Button_Load'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.24"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_1",
"Outer": "HorizontalBox_0",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"Value": 0.5,
"SizeRule": "ESlateSizeRule::Fill"
},
"Parent": {
"ObjectName": "HorizontalBox'WBP_Profile_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.8"
},
"Content": {
"ObjectName": "WBPC_MM_Button_Big_C'WBP_Profile_C:WidgetTree.Button_Clear'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.23"
}
}
},
{
"Type": "Overlay",
"Name": "Profile1",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_Profile_C:WidgetTree.Profile1.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.13"
},
{
"ObjectName": "OverlaySlot'WBP_Profile_C:WidgetTree.Profile1.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.12"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBP_Profile_C:WidgetTree.SizeBox_84.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.15"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Profile1",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Bottom",
"Parent": {
"ObjectName": "Overlay'WBP_Profile_C:WidgetTree.Profile1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.11"
},
"Content": {
"ObjectName": "HorizontalBox'WBP_Profile_C:WidgetTree.HorizontalBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.8"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Profile1",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBP_Profile_C:WidgetTree.Profile1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.11"
},
"Content": {
"ObjectName": "VerticalBox'WBP_Profile_C:WidgetTree.VerticalBox_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.17"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_84",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HeightOverride": 440.0,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBP_Profile_C:WidgetTree.SizeBox_84.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.15"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_84",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBP_Profile_C:WidgetTree.SizeBox_84'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.14"
},
"Content": {
"ObjectName": "Overlay'WBP_Profile_C:WidgetTree.Profile1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.11"
}
}
},
{
"Type": "Spacer",
"Name": "Spacer_294",
"Outer": "WidgetTree",
"Class": "UScriptClass'Spacer'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"X": 1.0,
"Y": 10.0
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_Profile_C:WidgetTree.VerticalBox_3.VerticalBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.20"
}
}
},
{
"Type": "VerticalBox",
"Name": "VerticalBox_3",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBP_Profile_C:WidgetTree.VerticalBox_3.VerticalBoxSlot_17'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.19"
},
{
"ObjectName": "VerticalBoxSlot'WBP_Profile_C:WidgetTree.VerticalBox_3.VerticalBoxSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.20"
},
{
"ObjectName": "VerticalBoxSlot'WBP_Profile_C:WidgetTree.VerticalBox_3.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.18"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBP_Profile_C:WidgetTree.Profile1.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.13"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_0",
"Outer": "VerticalBox_3",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_Profile_C:WidgetTree.VerticalBox_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.17"
},
"Content": {
"ObjectName": "WBP_ProfileStatusInfo_C'WBP_Profile_C:WidgetTree.WBP_ProfileStatusInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.22"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_17",
"Outer": "VerticalBox_3",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"VerticalAlignment": "EVerticalAlignment::VAlign_Top",
"Parent": {
"ObjectName": "VerticalBox'WBP_Profile_C:WidgetTree.VerticalBox_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.17"
},
"Content": {
"ObjectName": "WBPC_MM_Option_Title_C'WBP_Profile_C:WidgetTree.ProfileName'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.25"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_4",
"Outer": "VerticalBox_3",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "VerticalBox'WBP_Profile_C:WidgetTree.VerticalBox_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.17"
},
"Content": {
"ObjectName": "Spacer'WBP_Profile_C:WidgetTree.Spacer_294'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.16"
}
}
},
{
"Type": "WBP_Profile_C",
"Name": "Default__WBP_Profile_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.WBP_Profile_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"OnLoadProfile[5]": {
"InvocationList": []
},
"OnDeleteProfile[6]": {
"InvocationList": []
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WBP_ProfileStatusInfo_C",
"Name": "WBP_ProfileStatusInfo",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ProfileStatusInfo.WBP_ProfileStatusInfo_C'",
"Template": {
"ObjectName": "WBP_ProfileStatusInfo_C'Default__WBP_ProfileStatusInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ProfileStatusInfo.63"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_Profile_C:WidgetTree.VerticalBox_3.VerticalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.18"
}
}
},
{
"Type": "WBPC_MM_Button_Big_C",
"Name": "Button_Clear",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.WBPC_MM_Button_Big_C'",
"Template": {
"ObjectName": "WBPC_MM_Button_Big_C'Default__WBPC_MM_Button_Big_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.21"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text[4]": {
"Namespace": "",
"Key": "699E1B424850D2D971137FAF24F8591E",
"SourceString": "clear",
"LocalizedString": "clear"
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_Profile_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.10"
}
}
},
{
"Type": "WBPC_MM_Button_Big_C",
"Name": "Button_Load",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.WBPC_MM_Button_Big_C'",
"Template": {
"ObjectName": "WBPC_MM_Button_Big_C'Default__WBPC_MM_Button_Big_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.21"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text[4]": {
"Namespace": "",
"Key": "BA6F7F754B1BEBA3EF84018B1EF74D68",
"SourceString": "Load",
"LocalizedString": "Load"
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_Profile_C:WidgetTree.HorizontalBox_0.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.9"
}
}
},
{
"Type": "WBPC_MM_Option_Title_C",
"Name": "ProfileName",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.WBPC_MM_Option_Title_C'",
"Template": {
"ObjectName": "WBPC_MM_Option_Title_C'Default__WBPC_MM_Option_Title_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.10"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"TitleText[3]": {
"Namespace": "",
"Key": "9C5C5D0047E11CBA0EEA27B66FEE08ED",
"SourceString": "Current profile proggress",
"LocalizedString": "Current profile proggress"
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBP_Profile_C:WidgetTree.VerticalBox_3.VerticalBoxSlot_17'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.19"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_Profile_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_Profile_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.27"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBP_Profile_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.0"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBP_Profile_C:ExecuteUbergraph_WBP_Profile'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.3"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_Profile_C:UpdateText_Internal'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.7"
},
{
"ObjectName": "Function'WBP_Profile_C:Update Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.6"
},
{
"ObjectName": "Function'WBP_Profile_C:BndEvt__WBP_Profile_Button_Clear_K2Node_ComponentBoundEvent_2_OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.1"
},
{
"ObjectName": "Function'WBP_Profile_C:BndEvt__WBP_Profile_Button_Load_K2Node_ComponentBoundEvent_3_OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.2"
},
{
"ObjectName": "Function'WBP_Profile_C:ExecuteUbergraph_WBP_Profile'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.3"
},
{
"ObjectName": "Function'WBP_Profile_C:OnDeleteProfile__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.4"
},
{
"ObjectName": "Function'WBP_Profile_C:OnLoadProfile__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.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": "Button_Clear",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Button_Big_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.22"
}
},
{
"Type": "ObjectProperty",
"Name": "Button_Load",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Button_Big_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.22"
}
},
{
"Type": "ObjectProperty",
"Name": "ProfileName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Option_Title_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.11"
}
},
{
"Type": "ObjectProperty",
"Name": "WBP_ProfileStatusInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBP_ProfileStatusInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ProfileStatusInfo.64"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnLoadProfile",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBP_Profile_C:OnLoadProfile__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.5"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnDeleteProfile",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBP_Profile_C:OnDeleteProfile__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.4"
}
}
],
"FuncMap": {
"OnLoadProfile__DelegateSignature": {
"ObjectName": "Function'WBP_Profile_C:OnLoadProfile__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.5"
},
"OnDeleteProfile__DelegateSignature": {
"ObjectName": "Function'WBP_Profile_C:OnDeleteProfile__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.4"
},
"ExecuteUbergraph_WBP_Profile": {
"ObjectName": "Function'WBP_Profile_C:ExecuteUbergraph_WBP_Profile'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.3"
},
"BndEvt__WBP_Profile_Button_Load_K2Node_ComponentBoundEvent_3_OnClick__DelegateSignature": {
"ObjectName": "Function'WBP_Profile_C:BndEvt__WBP_Profile_Button_Load_K2Node_ComponentBoundEvent_3_OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.2"
},
"BndEvt__WBP_Profile_Button_Clear_K2Node_ComponentBoundEvent_2_OnClick__DelegateSignature": {
"ObjectName": "Function'WBP_Profile_C:BndEvt__WBP_Profile_Button_Clear_K2Node_ComponentBoundEvent_2_OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.1"
},
"Update Text": {
"ObjectName": "Function'WBP_Profile_C:Update Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.6"
},
"UpdateText_Internal": {
"ObjectName": "Function'WBP_Profile_C:UpdateText_Internal'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.7"
}
},
"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_Profile_C'Default__WBP_Profile_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.21"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_Profile_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBP_Profile_C:WidgetTree.SizeBox_84'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Block/WBP_Profile.14"
}
}
}
]

View file

@ -0,0 +1,801 @@
[
{
"Type": "Button",
"Name": "Button",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 0.495466,
"G": 0.495466,
"B": 0.495466,
"A": 0.0,
"Hex": "BBBBBB"
}
}
},
"Hovered": {
"TintColor": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.0,
"Hex": "DEDEDE"
}
}
},
"Pressed": {
"TintColor": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
}
}
}
},
"ColorAndOpacity": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_C:WidgetTree.Overlay_627.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.15"
}
}
},
{
"Type": "CanvasPanel",
"Name": "Animation",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_C:WidgetTree.Animation.CanvasPanelSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.2"
},
{
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_C:WidgetTree.Animation.CanvasPanelSlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.3"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_C:WidgetTree.Overlay_627.OverlaySlot_7'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.17"
},
"Visibility": "ESlateVisibility::HitTestInvisible"
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_4",
"Outer": "Animation",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
},
"Anchors": {
"Maximum": {
"X": 1.0,
"Y": 1.0
}
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_MM_Button_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.1"
},
"Content": {
"ObjectName": "WBPC_MM_Anim_Button_Hover_C'WBPC_MM_Button_C:WidgetTree.WBPC_MM_Anim_Button_Hover'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.21"
}
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_5",
"Outer": "Animation",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Left": 5.0,
"Top": 5.0,
"Right": 30.0
},
"Anchors": {
"Minimum": {
"X": 0.0,
"Y": 0.5
},
"Maximum": {
"X": 0.0,
"Y": 0.5
}
},
"Alignment": {
"X": 0.0,
"Y": 0.5
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_MM_Button_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.1"
},
"Content": {
"ObjectName": "WBPC_MM_Button_Anim_Activate_C'WBPC_MM_Button_C:WidgetTree.WBPC_MM_Button_Anim_Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.22"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnUnhovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnHovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPE_MenuButton_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "Activate",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.0"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPE_MenuButton_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPC_MM_Button_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": "Deactivate",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.1"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_MM_Button",
"Outer": "WBPC_MM_Button_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_PlayAnimation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_4",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_5",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_6",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_Event_IsDesignTime",
"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": "OnClicked__DelegateSignature",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_627",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_C:WidgetTree.Overlay_627.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.15"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_C:WidgetTree.Overlay_627.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.16"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_C:WidgetTree.Overlay_627.OverlaySlot_7'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.17"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.19"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_627",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_C:WidgetTree.Overlay_627'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.14"
},
"Content": {
"ObjectName": "Button'WBPC_MM_Button_C:WidgetTree.Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.0"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_6",
"Outer": "Overlay_627",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0,
"Right": 10.0,
"Bottom": 5.0
},
"VerticalAlignment": "EVerticalAlignment::VAlign_Bottom",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_C:WidgetTree.Overlay_627'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.14"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_Button_C:WidgetTree.Txt_ButtonName'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.20"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_7",
"Outer": "Overlay_627",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Top": 20.0,
"Bottom": 5.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_C:WidgetTree.Overlay_627'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.14"
},
"Content": {
"ObjectName": "CanvasPanel'WBPC_MM_Button_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.1"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HeightOverride": 70.0,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.19"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPC_MM_Button_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.18"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_Button_C:WidgetTree.Overlay_627'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.14"
}
}
},
{
"Type": "TextBlock",
"Name": "Txt_ButtonName",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "EB137BCD451324D72AF3B8B21538BF81",
"SourceString": "SimpleButton",
"LocalizedString": "SimpleButton"
},
"ColorAndOpacity": {
"SpecifiedColor": {
"R": 0.85,
"G": 0.85,
"B": 0.85,
"A": 1.0,
"Hex": "EEEEEE"
}
},
"Font": {
"FontObject": {
"ObjectName": "Font'NEXT_ART_SemiBold_Font'",
"ObjectPath": "/Game/ITR2/Fonts/NEXT_ART_SemiBold_Font.0"
},
"TypefaceFontName": "Default",
"Size": 20.0
},
"ShadowOffset": {
"X": 0.0,
"Y": 2.0
},
"ShadowColorAndOpacity": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.5,
"Hex": "7F000000"
},
"TextTransformPolicy": "ETextTransformPolicy::ToUpper",
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_C:WidgetTree.Overlay_627.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.16"
},
"bIsVariable": true,
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_MM_Anim_Button_Hover_C",
"Name": "WBPC_MM_Anim_Button_Hover",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Hover.WBPC_MM_Anim_Button_Hover_C'",
"Template": {
"ObjectName": "WBPC_MM_Anim_Button_Hover_C'Default__WBPC_MM_Anim_Button_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Hover.53"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_C:WidgetTree.Animation.CanvasPanelSlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.2"
}
}
},
{
"Type": "WBPC_MM_Button_Anim_Activate_C",
"Name": "WBPC_MM_Button_Anim_Activate",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Button_Anim_Activate.WBPC_MM_Button_Anim_Activate_C'",
"Template": {
"ObjectName": "WBPC_MM_Button_Anim_Activate_C'Default__WBPC_MM_Button_Anim_Activate_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Button_Anim_Activate.79"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_C:WidgetTree.Animation.CanvasPanelSlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.3"
}
}
},
{
"Type": "WBPC_MM_Button_C",
"Name": "Default__WBPC_MM_Button_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.WBPC_MM_Button_C'",
"Template": {
"ObjectName": "WBPA_ActivatableWidget_C'Default__WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.5"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Button Text[5]": {
"CultureInvariantString": "SimpleButton"
},
"OnClicked[6]": {
"InvocationList": []
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_Button_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.6"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_Button_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.25"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPC_MM_Button_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.4"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_Button_C:ExecuteUbergraph_WBPC_MM_Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.11"
}
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_Button_C:BndEvt__WBPE_MenuButton_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.8"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.5"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.10"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.6"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.7"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.9"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.13"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:ExecuteUbergraph_WBPC_MM_Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.11"
},
{
"ObjectName": "Function'WBPC_MM_Button_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.12"
}
],
"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": "Button",
"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": "Txt_ButtonName",
"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": "WBPC_MM_Anim_Button_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Anim_Button_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Hover.56"
}
},
{
"Type": "ObjectProperty",
"Name": "WBPC_MM_Button_Anim_Activate",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Button_Anim_Activate_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Button_Anim_Activate.82"
}
},
{
"Type": "TextProperty",
"Name": "Button Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnClicked",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPC_MM_Button_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.12"
}
}
],
"FuncMap": {
"OnClicked__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.12"
},
"ExecuteUbergraph_WBPC_MM_Button": {
"ObjectName": "Function'WBPC_MM_Button_C:ExecuteUbergraph_WBPC_MM_Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.11"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_Button_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.13"
},
"Construct": {
"ObjectName": "Function'WBPC_MM_Button_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.9"
},
"BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_C:BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.7"
},
"BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_C:BndEvt__WBPC_MM_Button_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.6"
},
"Deactivate": {
"ObjectName": "Function'WBPC_MM_Button_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.10"
},
"Activate": {
"ObjectName": "Function'WBPC_MM_Button_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.5"
},
"BndEvt__WBPE_MenuButton_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_C:BndEvt__WBPE_MenuButton_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.8"
}
},
"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_MM_Button_C'Default__WBPC_MM_Button_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.23"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_Button_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_MM_Button_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button.18"
}
}
}
]

View file

@ -0,0 +1,709 @@
[
{
"Type": "Button",
"Name": "BigButton",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 0.495466,
"G": 0.495466,
"B": 0.495466,
"A": 0.0,
"Hex": "BBBBBB"
}
}
},
"Hovered": {
"TintColor": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.5,
"Hex": "7FDEDEDE"
}
}
}
},
"ColorAndOpacity": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"BackgroundColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31.OverlaySlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.14"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "BigButton",
"DelegatePropertyName": "OnUnhovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "BigButton",
"DelegatePropertyName": "OnHovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "BigButton",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPC_MM_Button_Big_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_WBPC_MM_Button_Big",
"Outer": "WBPC_MM_Button_Big_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_PlayAnimation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_4",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_Event_IsDesignTime",
"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": "OnClick__DelegateSignature",
"Outer": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Animation",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Animation.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.12"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31.OverlaySlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.15"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.13"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.16"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_31",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31.OverlaySlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.15"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31.OverlaySlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.14"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.16"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_Big_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.18"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Animation",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.9"
},
"Content": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'WBPC_MM_Button_Big_C:WidgetTree.WBPC_MM_Anim_Button_Small_Hover'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.20"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.10"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_Button_Big_C:WidgetTree.Txt_BigButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.19"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_3",
"Outer": "Overlay_31",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.11"
},
"Content": {
"ObjectName": "Button'WBPC_MM_Button_Big_C:WidgetTree.BigButton'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.0"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_5",
"Outer": "Overlay_31",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Bottom": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.11"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.9"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_6",
"Outer": "Overlay_31",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.11"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.10"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 577.0543,
"HeightOverride": 80.0,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_Big_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.18"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPC_MM_Button_Big_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.17"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_Button_Big_C:WidgetTree.Overlay_31'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.11"
}
}
},
{
"Type": "TextBlock",
"Name": "Txt_BigButton",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "90D88AE54DAFE5F611B148BAF0FFC6D8",
"SourceString": "Enter in to the Radius",
"LocalizedString": "Enter in to the Radius"
},
"ColorAndOpacity": {
"SpecifiedColor": {
"R": 0.85,
"G": 0.85,
"B": 0.85,
"A": 1.0,
"Hex": "EEEEEE"
}
},
"Font": {
"FontObject": {
"ObjectName": "Font'NEXT_ART_SemiBold_Font'",
"ObjectPath": "/Game/ITR2/Fonts/NEXT_ART_SemiBold_Font.0"
},
"TypefaceFontName": "Default",
"Size": 25.0
},
"ShadowOffset": {
"X": 0.0,
"Y": 2.0
},
"ShadowColorAndOpacity": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.5,
"Hex": "7F000000"
},
"Justification": "ETextJustify::Center",
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.13"
},
"bIsVariable": true,
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_MM_Anim_Button_Small_Hover_C",
"Name": "WBPC_MM_Anim_Button_Small_Hover",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.WBPC_MM_Anim_Button_Small_Hover_C'",
"Template": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'Default__WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.165"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Big_C:WidgetTree.Animation.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.12"
}
}
},
{
"Type": "WBPC_MM_Button_Big_C",
"Name": "Default__WBPC_MM_Button_Big_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.WBPC_MM_Button_Big_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Text[4]": {
"CultureInvariantString": "In to the Radius"
},
"OnClick[5]": {
"InvocationList": []
},
"TextColor_Hover[6]": {
"SpecifiedColor": {
"R": 0.95,
"G": 0.95,
"B": 0.95,
"A": 1.0,
"Hex": "FAFAFA"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_Button_Big_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.23"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPC_MM_Button_Big_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.1"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:ExecuteUbergraph_WBPC_MM_Button_Big'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.6"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_Button_Big_C:BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.2"
},
{
"ObjectName": "Function'WBPC_MM_Button_Big_C:BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.3"
},
{
"ObjectName": "Function'WBPC_MM_Button_Big_C:BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.4"
},
{
"ObjectName": "Function'WBPC_MM_Button_Big_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.5"
},
{
"ObjectName": "Function'WBPC_MM_Button_Big_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.8"
},
{
"ObjectName": "Function'WBPC_MM_Button_Big_C:ExecuteUbergraph_WBPC_MM_Button_Big'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.6"
},
{
"ObjectName": "Function'WBPC_MM_Button_Big_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.7"
}
],
"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": "BigButton",
"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": "Txt_BigButton",
"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": "WBPC_MM_Anim_Button_Small_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.171"
}
},
{
"Type": "TextProperty",
"Name": "Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnClick",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.7"
}
},
{
"Type": "StructProperty",
"Name": "TextColor_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FuncMap": {
"OnClick__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.7"
},
"ExecuteUbergraph_WBPC_MM_Button_Big": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:ExecuteUbergraph_WBPC_MM_Button_Big'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.6"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.8"
},
"Construct": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.5"
},
"BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.4"
},
"BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.3"
},
"BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Big_C:BndEvt__WBPC_MM_Button_Big_BigButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.2"
}
},
"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_MM_Button_Big_C'Default__WBPC_MM_Button_Big_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.21"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_Button_Big_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_MM_Button_Big_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Big.17"
}
}
}
]

View file

@ -0,0 +1,779 @@
[
{
"Type": "Button",
"Name": "Button_Difficult",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 0.495466,
"G": 0.495466,
"B": 0.495466,
"A": 0.25,
"Hex": "3FBBBBBB"
}
}
},
"Hovered": {
"TintColor": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.5,
"Hex": "7FDEDEDE"
}
}
}
},
"BackgroundColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.15"
}
}
},
{
"Type": "CanvasPanel",
"Name": "Animation",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_Blockable_C:WidgetTree.Animation.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.2"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.16"
},
"Visibility": "ESlateVisibility::HitTestInvisible"
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_0",
"Outer": "Animation",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
},
"Anchors": {
"Maximum": {
"X": 1.0,
"Y": 1.0
}
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_MM_Button_Blockable_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.1"
},
"Content": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'WBPC_MM_Button_Blockable_C:WidgetTree.WBPC_MM_Anim_Button_Small_Hover'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.21"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "Button_Difficult",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button_Difficult",
"DelegatePropertyName": "OnHovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button_Difficult",
"DelegatePropertyName": "OnUnhovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "Activate",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.0"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Block",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Deactivate",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.1"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_MM_Button_Blockable",
"Outer": "WBPC_MM_Button_Blockable_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_PlayAnimation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_4",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Not_PreBool_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "K2Node_Event_IsDesignTime",
"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": "OnClick__DelegateSignature",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Unblock",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.15"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.17"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.16"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_Blockable_C:WidgetTree.SizeBox_1.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.19"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.14"
},
"Content": {
"ObjectName": "Button'WBPC_MM_Button_Blockable_C:WidgetTree.Button_Difficult'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.0"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.14"
},
"Content": {
"ObjectName": "CanvasPanel'WBPC_MM_Button_Blockable_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.1"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.14"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_Button_Blockable_C:WidgetTree.Txt_DifficultName'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.20"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_1",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 120.0,
"HeightOverride": 50.0,
"MinDesiredWidth": 120.0,
"bOverride_HeightOverride": true,
"bOverride_MinDesiredWidth": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_Blockable_C:WidgetTree.SizeBox_1.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.19"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_1",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 5.0,
"Top": 5.0,
"Right": 5.0,
"Bottom": 5.0
},
"Parent": {
"ObjectName": "SizeBox'WBPC_MM_Button_Blockable_C:WidgetTree.SizeBox_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.18"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.14"
}
}
},
{
"Type": "TextBlock",
"Name": "Txt_DifficultName",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"CultureInvariantString": "Button"
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Bold_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Bold_Font.0"
},
"TypefaceFontName": "Default",
"Size": 18.0
},
"Justification": "ETextJustify::Center",
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Blockable_C:WidgetTree.Overlay_0.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.17"
},
"bIsVariable": true,
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_MM_Anim_Button_Small_Hover_C",
"Name": "WBPC_MM_Anim_Button_Small_Hover",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.WBPC_MM_Anim_Button_Small_Hover_C'",
"Template": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'Default__WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.165"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_Blockable_C:WidgetTree.Animation.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.2"
}
}
},
{
"Type": "WBPC_MM_Button_Blockable_C",
"Name": "Default__WBPC_MM_Button_Blockable_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.WBPC_MM_Button_Blockable_C'",
"Template": {
"ObjectName": "WBPA_ActivatableWidget_C'Default__WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.5"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Txt_Button[4]": {
"CultureInvariantString": "Button"
},
"OnClick[5]": {
"InvocationList": []
},
"TextColor_Activated[6]": {
"SpecifiedColor": {
"R": 0.85,
"G": 0.85,
"B": 0.85,
"A": 1.0,
"Hex": "EEEEEE"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"TextColor_Hover[7]": {
"SpecifiedColor": {
"R": 0.85,
"G": 0.85,
"B": 0.85,
"A": 1.0,
"Hex": "EEEEEE"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"TextColor_Deactivated[8]": {
"SpecifiedColor": {
"R": 0.2,
"G": 0.2,
"B": 0.2,
"A": 1.0,
"Hex": "7C7C7C"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"bIsActivated[1]": true
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.6"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_Button_Blockable_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.24"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPC_MM_Button_Blockable_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.3"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:ExecuteUbergraph_WBPC_MM_Button_Blockable'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.10"
}
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.12"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.6"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.7"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.8"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.4"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.9"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Block'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.5"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Unblock'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.13"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:ExecuteUbergraph_WBPC_MM_Button_Blockable'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.10"
},
{
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.11"
}
],
"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": "Button_Difficult",
"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": "Txt_DifficultName",
"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": "WBPC_MM_Anim_Button_Small_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.171"
}
},
{
"Type": "TextProperty",
"Name": "Txt_Button",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnClick",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.11"
}
},
{
"Type": "StructProperty",
"Name": "TextColor_Activated",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "TextColor_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "TextColor_Deactivated",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "BoolProperty",
"Name": "IsBlocked",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FuncMap": {
"OnClick__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.11"
},
"ExecuteUbergraph_WBPC_MM_Button_Blockable": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:ExecuteUbergraph_WBPC_MM_Button_Blockable'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.10"
},
"Unblock": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Unblock'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.13"
},
"Block": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Block'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.5"
},
"Deactivate": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.9"
},
"Activate": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.4"
},
"BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.8"
},
"BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.7"
},
"BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.6"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_Button_Blockable_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.12"
}
},
"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_MM_Button_Blockable_C'Default__WBPC_MM_Button_Blockable_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.22"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_Button_Blockable_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_MM_Button_Blockable_C:WidgetTree.SizeBox_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Blockable.18"
}
}
}
]

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,787 @@
[
{
"Type": "Button",
"Name": "Button_Difficult",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
}
}
},
"Hovered": {
"TintColor": {
"SpecifiedColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.5,
"Hex": "7FFFFFFF"
}
}
},
"Pressed": {
"TintColor": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
}
}
},
"Disabled": {
"TintColor": {
"SpecifiedColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 0.0,
"Hex": "000000"
}
}
}
},
"BackgroundColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.14"
}
}
},
{
"Type": "CanvasPanel",
"Name": "Animation",
"Outer": "WidgetTree",
"Class": "UScriptClass'CanvasPanel'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_Small_C:WidgetTree.Animation.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.2"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.15"
},
"Visibility": "ESlateVisibility::HitTestInvisible"
}
},
{
"Type": "CanvasPanelSlot",
"Name": "CanvasPanelSlot_0",
"Outer": "Animation",
"Class": "UScriptClass'CanvasPanelSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LayoutData": {
"Offsets": {
"Right": 0.0,
"Bottom": 0.0
},
"Anchors": {
"Maximum": {
"X": 1.0,
"Y": 1.0
}
}
},
"Parent": {
"ObjectName": "CanvasPanel'WBPC_MM_Button_Small_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.1"
},
"Content": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'WBPC_MM_Button_Small_C:WidgetTree.WBPC_MM_Anim_Button_Small_Hover'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.20"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "Button_Difficult",
"DelegatePropertyName": "OnUnhovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button_Difficult",
"DelegatePropertyName": "OnHovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button_Difficult",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "Activate",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.0"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Deactivate",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.1"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_MM_Button_Small",
"Outer": "WBPC_MM_Button_Small_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": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_4",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
}
],
"FunctionFlags": "FUNC_Final | FUNC_UbergraphFunction"
},
{
"Type": "Function",
"Name": "OnClick__DelegateSignature",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "ClickedButton",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Button_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.22"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Set ButtonText",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Txt_Button",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Collapse_if_empty_Text_Empty",
"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": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.14"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.16"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.15"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_Small_C:WidgetTree.SizeBox_1.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.18"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.13"
},
"Content": {
"ObjectName": "Button'WBPC_MM_Button_Small_C:WidgetTree.Button_Difficult'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.0"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.13"
},
"Content": {
"ObjectName": "CanvasPanel'WBPC_MM_Button_Small_C:WidgetTree.Animation'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.1"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.13"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_Button_Small_C:WidgetTree.Txt_DifficultName'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.19"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_1",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 120.0,
"HeightOverride": 50.0,
"MinDesiredWidth": 120.0,
"bOverride_HeightOverride": true,
"bOverride_MinDesiredWidth": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_MM_Button_Small_C:WidgetTree.SizeBox_1.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.18"
}
],
"bIsVariable": true
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_1",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 5.0,
"Top": 5.0,
"Right": 5.0,
"Bottom": 5.0
},
"Parent": {
"ObjectName": "SizeBox'WBPC_MM_Button_Small_C:WidgetTree.SizeBox_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.17"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.13"
}
}
},
{
"Type": "TextBlock",
"Name": "Txt_DifficultName",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "1B39BDFF4EA347C6DE0750A2BE4FF979",
"SourceString": "Difficult",
"LocalizedString": "Difficult"
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Bold_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Bold_Font.0"
},
"TypefaceFontName": "Default",
"Size": 18.0
},
"Justification": "ETextJustify::Center",
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Button_Small_C:WidgetTree.Overlay_0.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.16"
},
"bIsVariable": true,
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_MM_Anim_Button_Small_Hover_C",
"Name": "WBPC_MM_Anim_Button_Small_Hover",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.WBPC_MM_Anim_Button_Small_Hover_C'",
"Template": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'Default__WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.165"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "CanvasPanelSlot'WBPC_MM_Button_Small_C:WidgetTree.Animation.CanvasPanelSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.2"
}
}
},
{
"Type": "WBPC_MM_Button_Small_C",
"Name": "Default__WBPC_MM_Button_Small_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.WBPC_MM_Button_Small_C'",
"Template": {
"ObjectName": "WBPA_ActivatableWidget_C'Default__WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.5"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Txt_Button[5]": {
"CultureInvariantString": "Button"
},
"OnClick[6]": {
"InvocationList": []
},
"TextColor_Activated[7]": {
"SpecifiedColor": {
"R": 0.85,
"G": 0.85,
"B": 0.85,
"A": 1.0,
"Hex": "EEEEEE"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"TextColor_Hover[8]": {
"SpecifiedColor": {
"R": 0.85,
"G": 0.85,
"B": 0.85,
"A": 1.0,
"Hex": "EEEEEE"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.6"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_Button_Small_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.23"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPC_MM_Button_Small_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.3"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:ExecuteUbergraph_WBPC_MM_Button_Small'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.9"
}
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:Set ButtonText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.12"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.11"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.5"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.6"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.7"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.4"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.8"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:ExecuteUbergraph_WBPC_MM_Button_Small'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.9"
},
{
"ObjectName": "Function'WBPC_MM_Button_Small_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.10"
}
],
"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": "Button_Difficult",
"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": "SizeBox_1",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'SizeBox'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Txt_DifficultName",
"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": "WBPC_MM_Anim_Button_Small_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.171"
}
},
{
"Type": "TextProperty",
"Name": "Txt_Button",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnClick",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.10"
}
},
{
"Type": "StructProperty",
"Name": "TextColor_Activated",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
},
{
"Type": "StructProperty",
"Name": "TextColor_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 20,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn",
"Struct": {
"ObjectName": "Class'SlateColor'",
"ObjectPath": "/Script/SlateCore"
}
}
],
"FuncMap": {
"OnClick__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:OnClick__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.10"
},
"ExecuteUbergraph_WBPC_MM_Button_Small": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:ExecuteUbergraph_WBPC_MM_Button_Small'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.9"
},
"Deactivate": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.8"
},
"Activate": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.4"
},
"BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.7"
},
"BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.6"
},
"BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:BndEvt__WBPC_MM_Button_Small_Button_Difficult_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.5"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.11"
},
"Set ButtonText": {
"ObjectName": "Function'WBPC_MM_Button_Small_C:Set ButtonText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.12"
}
},
"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_MM_Button_Small_C'Default__WBPC_MM_Button_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.21"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_Button_Small_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_MM_Button_Small_C:WidgetTree.SizeBox_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Button_Small.17"
}
}
}
]

View file

@ -0,0 +1,389 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_MM_InfoLine_Small",
"Outer": "WBPC_MM_InfoLine_Small_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": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBPC_MM_InfoLine_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetValue",
"Outer": "WBPC_MM_InfoLine_Small_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Text_Value",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "InfoLine",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_InfoLine_Small_C:WidgetTree.InfoLine.OverlaySlot_10'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.5"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_InfoLine_Small_C:WidgetTree.InfoLine.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.4"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_MM_InfoLine_Small_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.7"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "InfoLine",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_InfoLine_Small_C:WidgetTree.InfoLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.3"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_InfoLine_Small_C:WidgetTree.Txt_InfoValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.9"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_10",
"Outer": "InfoLine",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 10.0
},
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_InfoLine_Small_C:WidgetTree.InfoLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.3"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_InfoLine_Small_C:WidgetTree.Txt_InfoName'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.8"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 200.0,
"HeightOverride": 30.0,
"MinDesiredWidth": 200.0,
"bOverride_HeightOverride": true,
"bOverride_MinDesiredWidth": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_MM_InfoLine_Small_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.7"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPC_MM_InfoLine_Small_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.6"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_InfoLine_Small_C:WidgetTree.InfoLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.3"
}
}
},
{
"Type": "TextBlock",
"Name": "Txt_InfoName",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"CultureInvariantString": "InfoName"
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"TypefaceFontName": "Default",
"Size": 18.0
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_InfoLine_Small_C:WidgetTree.InfoLine.OverlaySlot_10'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.5"
},
"bIsVariable": true
}
},
{
"Type": "TextBlock",
"Name": "Txt_InfoValue",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "9C5F091F4D25990598000398CD333C72",
"SourceString": "45%",
"LocalizedString": "45%"
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"TypefaceFontName": "Default",
"Size": 18.0
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_InfoLine_Small_C:WidgetTree.InfoLine.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.4"
},
"bIsVariable": true
}
},
{
"Type": "WBPC_MM_InfoLine_Small_C",
"Name": "Default__WBPC_MM_InfoLine_Small_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.WBPC_MM_InfoLine_Small_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Text_Name[3]": {
"CultureInvariantString": "InfoName"
},
"Text_Value[4]": {
"CultureInvariantString": "99%"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_InfoLine_Small_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_InfoLine_Small_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.12"
},
"Bindings": [
{
"ObjectName": "Txt_InfoValue",
"PropertyName": "Text",
"FunctionName": "None",
"SourcePath": {
"Segments": [
{
"Name": "Text_Value",
"ArrayIndex": -1
}
],
"CachedFunction": null
},
"Kind": "EBindingKind::Property"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_InfoLine_Small_C:ExecuteUbergraph_WBPC_MM_InfoLine_Small'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_InfoLine_Small_C:SetValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.2"
},
{
"ObjectName": "Function'WBPC_MM_InfoLine_Small_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.1"
},
{
"ObjectName": "Function'WBPC_MM_InfoLine_Small_C:ExecuteUbergraph_WBPC_MM_InfoLine_Small'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.0"
}
],
"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": "Txt_InfoName",
"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": "Txt_InfoValue",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'TextBlock'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "TextProperty",
"Name": "Text_Name",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "TextProperty",
"Name": "Text_Value",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_MM_InfoLine_Small": {
"ObjectName": "Function'WBPC_MM_InfoLine_Small_C:ExecuteUbergraph_WBPC_MM_InfoLine_Small'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_InfoLine_Small_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.1"
},
"SetValue": {
"ObjectName": "Function'WBPC_MM_InfoLine_Small_C:SetValue'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.2"
}
},
"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_MM_InfoLine_Small_C'Default__WBPC_MM_InfoLine_Small_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.10"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_InfoLine_Small_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_MM_InfoLine_Small_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoLine_Small.6"
}
}
}
]

View file

@ -0,0 +1,266 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_MM_InfoPanel",
"Outer": "WBPC_MM_InfoPanel_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": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBPC_MM_InfoPanel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetText",
"Outer": "WBPC_MM_InfoPanel_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Text",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Overlay_44",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_InfoPanel_C:WidgetTree.Overlay_44.OverlaySlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.4"
}
]
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_4",
"Outer": "Overlay_44",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_InfoPanel_C:WidgetTree.Overlay_44'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.3"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_InfoPanel_C:WidgetTree.TextBlock'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.5"
}
}
},
{
"Type": "TextBlock",
"Name": "TextBlock",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"CultureInvariantString": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters"
},
"ColorAndOpacity": {
"SpecifiedColor": {
"R": 0.4,
"G": 0.4,
"B": 0.4,
"A": 1.0,
"Hex": "AAAAAA"
}
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"TypefaceFontName": "Default",
"Size": 18.0
},
"Justification": "ETextJustify::Center",
"AutoWrapText": true,
"LineHeightPercentage": 0.85,
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_InfoPanel_C:WidgetTree.Overlay_44.OverlaySlot_4'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.4"
},
"bIsVariable": true
}
},
{
"Type": "WBPC_MM_InfoPanel_C",
"Name": "Default__WBPC_MM_InfoPanel_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.WBPC_MM_InfoPanel_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Text[2]": {
"CultureInvariantString": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_InfoPanel_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_InfoPanel_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.8"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_InfoPanel_C:ExecuteUbergraph_WBPC_MM_InfoPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_InfoPanel_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.2"
},
{
"ObjectName": "Function'WBPC_MM_InfoPanel_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.1"
},
{
"ObjectName": "Function'WBPC_MM_InfoPanel_C:ExecuteUbergraph_WBPC_MM_InfoPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.0"
}
],
"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": "TextBlock",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'TextBlock'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "TextProperty",
"Name": "Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_MM_InfoPanel": {
"ObjectName": "Function'WBPC_MM_InfoPanel_C:ExecuteUbergraph_WBPC_MM_InfoPanel'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_InfoPanel_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.1"
},
"SetText": {
"ObjectName": "Function'WBPC_MM_InfoPanel_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.2"
}
},
"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_MM_InfoPanel_C'Default__WBPC_MM_InfoPanel_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.6"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_InfoPanel_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "Overlay'WBPC_MM_InfoPanel_C:WidgetTree.Overlay_44'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_InfoPanel.3"
}
}
}
]

View file

@ -0,0 +1,884 @@
[
{
"Type": "Button",
"Name": "Button",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 0.495466,
"G": 0.495466,
"B": 0.495466,
"A": 0.0,
"Hex": "BBBBBB"
}
}
},
"Hovered": {
"TintColor": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.0,
"Hex": "DEDEDE"
}
}
},
"Pressed": {
"TintColor": {
"SpecifiedColor": {
"R": 0.384266,
"G": 0.384266,
"B": 0.384266,
"A": 0.0,
"Hex": "A7A7A7"
}
}
}
},
"ColorAndOpacity": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_2.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.20"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBP_SaveLoad_Button_SlotOptions_K2Node_ComponentBoundEvent_2_OnButtonClickedEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnHovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_0_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnUnhovered",
"FunctionNameToBind": "BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "Activate",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.0"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBP_SaveLoad_Button_SlotOptions_K2Node_ComponentBoundEvent_2_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_0_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBPC_MM_JoinServer_Line_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": "ConvertDateTimeToString",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "InDateTime",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "ConstParm | BlueprintVisible | BlueprintReadOnly | Parm | OutParm | ReferenceParm",
"Struct": {
"ObjectName": "Class'DateTime'",
"ObjectPath": "/Script/CoreUObject"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Deactivate",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Super": {
"ObjectName": "Function'WBPA_ActivatableWidget_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.1"
},
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_MM_JoinServer_Line",
"Outer": "WBPC_MM_JoinServer_Line_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_PlayAnimation_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_1",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "K2Node_Event_IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_2",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_3",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Not_PreBool_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 1,
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "ObjectProperty",
"Name": "CallFunc_PlayAnimation_ReturnValue_4",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyClass": {
"ObjectName": "Class'UMGSequencePlayer'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "BoolProperty",
"Name": "CallFunc_Not_PreBool_ReturnValue_1",
"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": "OnClicked__DelegateSignature",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "SaveButton",
"Flags": "RF_Public",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm | InstancedReference",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_JoinServer_Line_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.27"
}
}
],
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Update Text",
"Outer": "WBPC_MM_JoinServer_Line_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"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Update Text_Deprecated",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StructProperty",
"Name": "NewSaveInfo",
"Flags": "RF_Public",
"ElementSize": 72,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"Struct": {
"ObjectName": "Class'SaveInfo'",
"ObjectPath": "/Script/IntoTheRadius2"
}
},
{
"Type": "IntProperty",
"Name": "NewProfileNr",
"Flags": "RF_Public",
"ElementSize": 4,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "BoolProperty",
"Name": "bEmpty",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "BoolProperty",
"Name": "bDisableEmpty",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Overlay",
"Name": "Enable",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Enable.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.17"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_103.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.18"
},
"bIsVariable": true
}
},
{
"Type": "Overlay",
"Name": "Overlay_103",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_103.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.19"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_103.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.18"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_2.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.21"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_2",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_2.OverlaySlot_6'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.21"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_2.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.20"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_MM_JoinServer_Line_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.23"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Enable",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 20.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Enable'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.14"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_JoinServer_Line_C:WidgetTree.PlayerName'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.24"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_103",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_103'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.15"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Enable'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.14"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_103",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_103'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.15"
},
"Content": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'WBPC_MM_JoinServer_Line_C:WidgetTree.WBPC_MM_Anim_Button_Small_Hover'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.25"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_2",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.16"
},
"Content": {
"ObjectName": "Button'WBPC_MM_JoinServer_Line_C:WidgetTree.Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.0"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_6",
"Outer": "Overlay_2",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Top": 10.0,
"Bottom": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.16"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_103'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.15"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 600.0,
"HeightOverride": 60.0,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_MM_JoinServer_Line_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.23"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPC_MM_JoinServer_Line_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.22"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.16"
}
}
},
{
"Type": "TextBlock",
"Name": "PlayerName",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "FBC3A35D4E7B7C371A40C88D1FE9E993",
"SourceString": "Player 1",
"LocalizedString": "Player 1"
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"TypefaceFontName": "Default",
"Size": 16.0
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Enable.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.17"
},
"bIsVariable": true
}
},
{
"Type": "WBPC_MM_Anim_Button_Small_Hover_C",
"Name": "WBPC_MM_Anim_Button_Small_Hover",
"Outer": "WidgetTree",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.WBPC_MM_Anim_Button_Small_Hover_C'",
"Template": {
"ObjectName": "WBPC_MM_Anim_Button_Small_Hover_C'Default__WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.165"
},
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_JoinServer_Line_C:WidgetTree.Overlay_103.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.19"
}
}
},
{
"Type": "WBPC_MM_JoinServer_Line_C",
"Name": "Default__WBPC_MM_JoinServer_Line_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.WBPC_MM_JoinServer_Line_C'",
"Template": {
"ObjectName": "WBPA_ActivatableWidget_C'Default__WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.5"
},
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"Text_SlotName[5]": {
"Namespace": "",
"Key": "61A592F74D93693E1B90B297D00B6328",
"SourceString": "Empty Slot",
"LocalizedString": "Empty Slot"
},
"OnClicked[6]": {
"InvocationList": []
}
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Super": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPA_ActivatableWidget_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPA_ActivatableWidget.6"
},
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_JoinServer_Line_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.28"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPC_MM_JoinServer_Line_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.1"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:ExecuteUbergraph_WBPC_MM_JoinServer_Line'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.9"
}
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Update Text_Deprecated'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.13"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:ConvertDateTimeToString'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.7"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Update Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.12"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.6"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:BndEvt__WBP_SaveLoad_Button_SlotOptions_K2Node_ComponentBoundEvent_2_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.3"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_0_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.4"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.5"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.11"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.2"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.8"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:ExecuteUbergraph_WBPC_MM_JoinServer_Line'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.9"
},
{
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.10"
}
],
"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": "Button",
"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": "Enable",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Overlay'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "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": "WBPC_MM_Anim_Button_Small_Hover",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MM_Anim_Button_Small_Hover_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/TechUI/WBPC_MM_Anim_Button_Small_Hover.171"
}
},
{
"Type": "TextProperty",
"Name": "Text_SlotName",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnClicked",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.10"
}
}
],
"FuncMap": {
"OnClicked__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.10"
},
"ExecuteUbergraph_WBPC_MM_JoinServer_Line": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:ExecuteUbergraph_WBPC_MM_JoinServer_Line'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.9"
},
"Deactivate": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Deactivate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.8"
},
"Activate": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Activate'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.2"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.11"
},
"BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.5"
},
"BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_0_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:BndEvt__WBPC_MM_SaveLoad_Line_Button_K2Node_ComponentBoundEvent_0_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.4"
},
"BndEvt__WBP_SaveLoad_Button_SlotOptions_K2Node_ComponentBoundEvent_2_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:BndEvt__WBP_SaveLoad_Button_SlotOptions_K2Node_ComponentBoundEvent_2_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.3"
},
"Construct": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.6"
},
"Update Text": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Update Text'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.12"
},
"ConvertDateTimeToString": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:ConvertDateTimeToString'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.7"
},
"Update Text_Deprecated": {
"ObjectName": "Function'WBPC_MM_JoinServer_Line_C:Update Text_Deprecated'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.13"
}
},
"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_MM_JoinServer_Line_C'Default__WBPC_MM_JoinServer_Line_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.26"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_JoinServer_Line_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_MM_JoinServer_Line_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_JoinServer_Line.22"
}
}
}
]

View file

@ -0,0 +1,373 @@
[
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_MM_Option_Title",
"Outer": "WBPC_MM_Option_Title_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": "K2Node_Event_IsDesignTime",
"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": "PreConstruct",
"Outer": "WBPC_MM_Option_Title_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "SetText",
"Outer": "WBPC_MM_Option_Title_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "InText",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Image",
"Name": "UnderLine",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"ImageSize": {
"X": 256.0,
"Y": 1.0
},
"TintColor": {
"SpecifiedColor": {
"R": 0.973446,
"G": 0.109462,
"B": 0.011612,
"A": 1.0,
"Hex": "FC5D1C"
}
},
"ResourceObject": {
"ObjectName": "Texture2D'S_WhiteBox'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_WhiteBox.0"
}
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Option_Title_C:WidgetTree.Overlay_78.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.5"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_78",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_MM_Option_Title_C:WidgetTree.Overlay_78.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.5"
},
{
"ObjectName": "OverlaySlot'WBPC_MM_Option_Title_C:WidgetTree.Overlay_78.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.6"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_MM_Option_Title_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.8"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_78",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Bottom",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Option_Title_C:WidgetTree.Overlay_78'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.4"
},
"Content": {
"ObjectName": "Image'WBPC_MM_Option_Title_C:WidgetTree.UnderLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.3"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_78",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_MM_Option_Title_C:WidgetTree.Overlay_78'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.4"
},
"Content": {
"ObjectName": "TextBlock'WBPC_MM_Option_Title_C:WidgetTree.Txt_OptionTitle'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.9"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HeightOverride": 50.0,
"bOverride_HeightOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_MM_Option_Title_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.8"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Bottom": 10.0
},
"Parent": {
"ObjectName": "SizeBox'WBPC_MM_Option_Title_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.7"
},
"Content": {
"ObjectName": "Overlay'WBPC_MM_Option_Title_C:WidgetTree.Overlay_78'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.4"
}
}
},
{
"Type": "TextBlock",
"Name": "Txt_OptionTitle",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "00FA40914CFA2D8C3DD9608C25B0E572",
"SourceString": "Options Title",
"LocalizedString": "Options Title"
},
"ColorAndOpacity": {
"SpecifiedColor": {
"R": 0.5,
"G": 0.5,
"B": 0.5,
"A": 1.0,
"Hex": "BCBCBC"
}
},
"Font": {
"FontObject": {
"ObjectName": "Font'NEXT_ART_SemiBold_Font'",
"ObjectPath": "/Game/ITR2/Fonts/NEXT_ART_SemiBold_Font.0"
},
"TypefaceFontName": "Default",
"Size": 20.0
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_MM_Option_Title_C:WidgetTree.Overlay_78.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.6"
},
"bIsVariable": true
}
},
{
"Type": "WBPC_MM_Option_Title_C",
"Name": "Default__WBPC_MM_Option_Title_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.WBPC_MM_Option_Title_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"TitleText[3]": {
"CultureInvariantString": "Options Title"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_MM_Option_Title_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_MM_Option_Title_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.12"
},
"UberGraphFunction": {
"ObjectName": "Function'WBPC_MM_Option_Title_C:ExecuteUbergraph_WBPC_MM_Option_Title'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.0"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_MM_Option_Title_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.2"
},
{
"ObjectName": "Function'WBPC_MM_Option_Title_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.1"
},
{
"ObjectName": "Function'WBPC_MM_Option_Title_C:ExecuteUbergraph_WBPC_MM_Option_Title'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.0"
}
],
"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": "Txt_OptionTitle",
"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": "UnderLine",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "TextProperty",
"Name": "TitleText",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
}
],
"FuncMap": {
"ExecuteUbergraph_WBPC_MM_Option_Title": {
"ObjectName": "Function'WBPC_MM_Option_Title_C:ExecuteUbergraph_WBPC_MM_Option_Title'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.0"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_MM_Option_Title_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.1"
},
"SetText": {
"ObjectName": "Function'WBPC_MM_Option_Title_C:SetText'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.2"
}
},
"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_MM_Option_Title_C'Default__WBPC_MM_Option_Title_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.10"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_MM_Option_Title_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_MM_Option_Title_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_MM_Option_Title.7"
}
}
}
]

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,654 @@
[
{
"Type": "Button",
"Name": "Button",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"TintColor": {
"SpecifiedColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
}
}
},
"Hovered": {
"DrawAs": "ESlateBrushDrawType::NoDrawType",
"TintColor": {
"SpecifiedColor": {
"R": 0.724268,
"G": 0.724268,
"B": 0.724268,
"A": 0.34,
"Hex": "57DEDEDE"
}
}
},
"Pressed": {
"DrawAs": "ESlateBrushDrawType::NoDrawType",
"TintColor": {
"SpecifiedColor": {
"R": 0.384266,
"G": 0.384266,
"B": 0.384266,
"A": 0.429,
"Hex": "6DA7A7A7"
}
}
}
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.13"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnHovered",
"FunctionNameToBind": "BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature"
},
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnUnhovered",
"FunctionNameToBind": "BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "DisableInfoIcon",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "ExecuteUbergraph_WBPC_TextWithInfo",
"Outer": "WBPC_TextWithInfo_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": "K2Node_Event_IsDesignTime",
"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": "OnClicked__DelegateSignature",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "PreConstruct",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"SuperStruct": {
"ObjectName": "Class'UserWidget:PreConstruct'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "BoolProperty",
"Name": "IsDesignTime",
"Flags": "RF_Public",
"ElementSize": 1,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
}
],
"FunctionFlags": "FUNC_BlueprintCosmetic | FUNC_Event | FUNC_Public | FUNC_BlueprintEvent"
},
{
"Type": "Image",
"Name": "InfoIcon",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"ImageSize": {
"X": 16.0,
"Y": 16.0
},
"ResourceObject": {
"ObjectName": "Texture2D'S_InfoIcon'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_InfoIcon.0"
}
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.14"
},
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "Overlay",
"Name": "Overlay_143",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.11"
},
{
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.14"
},
{
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.13"
},
{
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.12"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPC_TextWithInfo_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.16"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_143",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 15.0
},
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "Overlay'WBPC_TextWithInfo_C:WidgetTree.Overlay_143'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.10"
},
"Content": {
"ObjectName": "TextBlock'WBPC_TextWithInfo_C:WidgetTree.Txt_OptionLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.18"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_143",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_TextWithInfo_C:WidgetTree.Overlay_143'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.10"
},
"Content": {
"ObjectName": "TextBlock'WBPC_TextWithInfo_C:WidgetTree.Txt_Description'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.17"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_3",
"Outer": "Overlay_143",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPC_TextWithInfo_C:WidgetTree.Overlay_143'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.10"
},
"Content": {
"ObjectName": "Button'WBPC_TextWithInfo_C:WidgetTree.Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.0"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_5",
"Outer": "Overlay_143",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"Parent": {
"ObjectName": "Overlay'WBPC_TextWithInfo_C:WidgetTree.Overlay_143'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.10"
},
"Content": {
"ObjectName": "Image'WBPC_TextWithInfo_C:WidgetTree.InfoIcon'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.9"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"MaxDesiredWidth": 300.0,
"bOverride_MaxDesiredWidth": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPC_TextWithInfo_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.16"
}
]
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPC_TextWithInfo_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.15"
},
"Content": {
"ObjectName": "Overlay'WBPC_TextWithInfo_C:WidgetTree.Overlay_143'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.10"
}
}
},
{
"Type": "TextBlock",
"Name": "Txt_Description",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "5CF9C99E45ABB0AA1956A3A51CB7B04B",
"SourceString": "description",
"LocalizedString": "description"
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"TypefaceFontName": "Default",
"Size": 5.0
},
"Slot": {
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.12"
},
"bIsVariable": true,
"Visibility": "ESlateVisibility::Collapsed"
}
},
{
"Type": "TextBlock",
"Name": "Txt_OptionLine",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "B1BF96884BE9C6EDE9AD5FBAF764FE34",
"SourceString": "Deafult text",
"LocalizedString": "Deafult text"
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"TypefaceFontName": "Default",
"Size": 18.0
},
"AutoWrapText": true,
"Slot": {
"ObjectName": "OverlaySlot'WBPC_TextWithInfo_C:WidgetTree.Overlay_143.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.11"
},
"bIsVariable": true,
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "WBPC_TextWithInfo_C",
"Name": "Default__WBPC_TextWithInfo_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.WBPC_TextWithInfo_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"OnClicked[5]": {
"InvocationList": []
},
"DataTable_Color[6]": {
"ObjectName": "DataTable'DT_MainMenuColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/DT_MainMenuColors.0"
},
"IsWithAdditionalInfo[7]": true,
"ColorAndOpacity": {
"R": 0.4,
"G": 0.4,
"B": 0.4,
"A": 1.0,
"Hex": "AAAAAA"
},
"ForegroundColor": {
"SpecifiedColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 0.0,
"Hex": "FFFFFF"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_TextWithInfo_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.21"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBPC_TextWithInfo_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.1"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBPC_TextWithInfo_C:ExecuteUbergraph_WBPC_TextWithInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.6"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPC_TextWithInfo_C:DisableInfoIcon'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.5"
},
{
"ObjectName": "Function'WBPC_TextWithInfo_C:BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.4"
},
{
"ObjectName": "Function'WBPC_TextWithInfo_C:BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.3"
},
{
"ObjectName": "Function'WBPC_TextWithInfo_C:BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.2"
},
{
"ObjectName": "Function'WBPC_TextWithInfo_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.8"
},
{
"ObjectName": "Function'WBPC_TextWithInfo_C:ExecuteUbergraph_WBPC_TextWithInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.6"
},
{
"ObjectName": "Function'WBPC_TextWithInfo_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.7"
}
],
"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": "Button",
"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": "InfoIcon",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Txt_Description",
"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": "Txt_OptionLine",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'TextBlock'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "OnClicked",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBPC_TextWithInfo_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.7"
}
},
{
"Type": "ObjectProperty",
"Name": "DataTable_Color",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"PropertyClass": {
"ObjectName": "Class'DataTable'",
"ObjectPath": "/Script/Engine"
}
},
{
"Type": "BoolProperty",
"Name": "IsWithAdditionalInfo",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 1,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance",
"FieldSize": 1,
"ByteOffset": 0,
"ByteMask": 1,
"FieldMask": 255,
"BoolSize": 1,
"bIsNativeBool": true
},
{
"Type": "TextProperty",
"Name": "Override_OptionLine_Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "TextProperty",
"Name": "Override_Description_Text",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
}
],
"FuncMap": {
"OnClicked__DelegateSignature": {
"ObjectName": "Function'WBPC_TextWithInfo_C:OnClicked__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.7"
},
"ExecuteUbergraph_WBPC_TextWithInfo": {
"ObjectName": "Function'WBPC_TextWithInfo_C:ExecuteUbergraph_WBPC_TextWithInfo'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.6"
},
"PreConstruct": {
"ObjectName": "Function'WBPC_TextWithInfo_C:PreConstruct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.8"
},
"BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_TextWithInfo_C:BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.2"
},
"BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_TextWithInfo_C:BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_1_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.3"
},
"BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature": {
"ObjectName": "Function'WBPC_TextWithInfo_C:BndEvt__WBPC_TextWithInfo_Button_K2Node_ComponentBoundEvent_2_OnButtonHoverEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.4"
},
"DisableInfoIcon": {
"ObjectName": "Function'WBPC_TextWithInfo_C:DisableInfoIcon'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.5"
}
},
"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_TextWithInfo_C'Default__WBPC_TextWithInfo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.19"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_TextWithInfo_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPC_TextWithInfo_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPC_TextWithInfo.15"
}
}
}
]

View file

@ -0,0 +1,554 @@
[
{
"Type": "Function",
"Name": "Initialize",
"Outer": "WBPE_MM_InfoPopup_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "TextProperty",
"Name": "Title",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
},
{
"Type": "TextProperty",
"Name": "Description",
"Flags": "RF_Public",
"ElementSize": 24,
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
}
],
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HorizontalBox_134",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.HorizontalBox_134.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.3"
},
{
"ObjectName": "HorizontalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.HorizontalBox_134.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.2"
}
],
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.VerticalBox_160.VerticalBoxSlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.15"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_0",
"Outer": "HorizontalBox_134",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "HorizontalBox'WBPE_MM_InfoPopup_C:WidgetTree.HorizontalBox_134'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.1"
},
"Content": {
"ObjectName": "TextBlock'WBPE_MM_InfoPopup_C:WidgetTree.InfoTitle'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.12"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_2",
"Outer": "HorizontalBox_134",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Right": 10.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Left",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBPE_MM_InfoPopup_C:WidgetTree.HorizontalBox_134'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.1"
},
"Content": {
"ObjectName": "Image'WBPE_MM_InfoPopup_C:WidgetTree.Image_375'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.5"
}
}
},
{
"Type": "Image",
"Name": "Image",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"DrawAs": "ESlateBrushDrawType::Box",
"Margin": {
"Left": 0.5,
"Top": 0.5,
"Right": 0.5,
"Bottom": 0.5
},
"OutlineSettings": {
"CornerRadii": {
"X": 10.0,
"Y": 0.0,
"Z": 10.0,
"W": 0.0
},
"Color": {
"SpecifiedColor": {
"R": 1.0,
"G": 1.0,
"B": 1.0,
"A": 1.0,
"Hex": "FFFFFF"
}
},
"Width": 2.0,
"RoundingType": "ESlateBrushRoundingType::FixedRadius"
},
"ResourceObject": {
"ObjectName": "Texture2D'S_Popup_BG_Small'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_Popup_BG_Small.0"
}
},
"ColorAndOpacity": {
"R": 0.05,
"G": 0.04687,
"B": 0.037478,
"A": 1.0,
"Hex": "3F3D36"
},
"Slot": {
"ObjectName": "OverlaySlot'WBPE_MM_InfoPopup_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.8"
}
}
},
{
"Type": "Image",
"Name": "Image_375",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"ImageSize": {
"X": 30.0,
"Y": 30.0
},
"TintColor": {
"SpecifiedColor": {
"R": 1.0,
"G": 0.991576,
"B": 0.369383,
"A": 1.0,
"Hex": "FFFFA4"
}
},
"ResourceObject": {
"ObjectName": "Texture2D'S_InfoIcon'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_InfoIcon.0"
}
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.HorizontalBox_134.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.3"
}
}
},
{
"Type": "MultiLineEditableText",
"Name": "InfoDescription",
"Outer": "WidgetTree",
"Class": "UScriptClass'MultiLineEditableText'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "6C2BFF454EADF332A6DC01881B1A76DA",
"SourceString": "000",
"LocalizedString": "000"
},
"WidgetStyle": {
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Regular_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
},
"TypefaceFontName": "Default",
"Size": 20.0
},
"ColorAndOpacity": {
"SpecifiedColor": {
"R": 0.552083,
"G": 0.552083,
"B": 0.552083,
"A": 1.0,
"Hex": "C4C4C4"
},
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
}
},
"Slot": {
"ObjectName": "VerticalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.VerticalBox_160.VerticalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.14"
}
}
},
{
"Type": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBPE_MM_InfoPopup_C:WidgetTree.Overlay_0.OverlaySlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.8"
},
{
"ObjectName": "OverlaySlot'WBPE_MM_InfoPopup_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.9"
}
],
"Slot": {
"ObjectName": "SizeBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.11"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_0",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPE_MM_InfoPopup_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.7"
},
"Content": {
"ObjectName": "Image'WBPE_MM_InfoPopup_C:WidgetTree.Image'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.4"
}
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_1",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 25.0,
"Top": 15.0,
"Right": 25.0,
"Bottom": 15.0
},
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
"Parent": {
"ObjectName": "Overlay'WBPE_MM_InfoPopup_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.7"
},
"Content": {
"ObjectName": "VerticalBox'WBPE_MM_InfoPopup_C:WidgetTree.VerticalBox_160'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.13"
}
}
},
{
"Type": "SizeBox",
"Name": "SizeBox_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'SizeBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidthOverride": 400.0,
"MaxDesiredWidth": 400.0,
"bOverride_WidthOverride": true,
"Slots": [
{
"ObjectName": "SizeBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.11"
}
],
"Visibility": "ESlateVisibility::HitTestInvisible"
}
},
{
"Type": "SizeBoxSlot",
"Name": "SizeBoxSlot_0",
"Outer": "SizeBox_0",
"Class": "UScriptClass'SizeBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "SizeBox'WBPE_MM_InfoPopup_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.10"
},
"Content": {
"ObjectName": "Overlay'WBPE_MM_InfoPopup_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.7"
}
}
},
{
"Type": "TextBlock",
"Name": "InfoTitle",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "2CD6064440DDE749739AE9AF21F5D053",
"SourceString": "000",
"LocalizedString": "000"
},
"ColorAndOpacity": {
"SpecifiedColor": {
"R": 0.692708,
"G": 0.692708,
"B": 0.692708,
"A": 1.0,
"Hex": "D9D9D9"
}
},
"Font": {
"FontObject": {
"ObjectName": "Font'PTSans-Bold_Font'",
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Bold_Font.0"
},
"TypefaceFontName": "Default"
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.HorizontalBox_134.HorizontalBoxSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.2"
},
"bIsVariable": true
}
},
{
"Type": "VerticalBox",
"Name": "VerticalBox_160",
"Outer": "WidgetTree",
"Class": "UScriptClass'VerticalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "VerticalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.VerticalBox_160.VerticalBoxSlot_5'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.15"
},
{
"ObjectName": "VerticalBoxSlot'WBPE_MM_InfoPopup_C:WidgetTree.VerticalBox_160.VerticalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.14"
}
],
"Slot": {
"ObjectName": "OverlaySlot'WBPE_MM_InfoPopup_C:WidgetTree.Overlay_0.OverlaySlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.9"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_3",
"Outer": "VerticalBox_160",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Left": 30.0
},
"Parent": {
"ObjectName": "VerticalBox'WBPE_MM_InfoPopup_C:WidgetTree.VerticalBox_160'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.13"
},
"Content": {
"ObjectName": "MultiLineEditableText'WBPE_MM_InfoPopup_C:WidgetTree.InfoDescription'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.6"
}
}
},
{
"Type": "VerticalBoxSlot",
"Name": "VerticalBoxSlot_5",
"Outer": "VerticalBox_160",
"Class": "UScriptClass'VerticalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Padding": {
"Bottom": 5.0
},
"Parent": {
"ObjectName": "VerticalBox'WBPE_MM_InfoPopup_C:WidgetTree.VerticalBox_160'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.13"
},
"Content": {
"ObjectName": "HorizontalBox'WBPE_MM_InfoPopup_C:WidgetTree.HorizontalBox_134'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.1"
}
}
},
{
"Type": "WBPE_MM_InfoPopup_C",
"Name": "Default__WBPE_MM_InfoPopup_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.WBPE_MM_InfoPopup_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPE_MM_InfoPopup_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPE_MM_InfoPopup_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.18"
},
"Bindings": [
{
"ObjectName": "InfoDescription",
"PropertyName": "HintText",
"FunctionName": "None",
"SourcePath": {
"Segments": [
{
"Name": "Description",
"ArrayIndex": -1
}
],
"CachedFunction": null
},
"Kind": "EBindingKind::Property"
}
]
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBPE_MM_InfoPopup_C:Initialize'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.0"
}
],
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Image",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "Image_375",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "InfoDescription",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'MultiLineEditableText'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "ObjectProperty",
"Name": "InfoTitle",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'TextBlock'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "TextProperty",
"Name": "Title",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
},
{
"Type": "TextProperty",
"Name": "Description",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible"
}
],
"FuncMap": {
"Initialize": {
"ObjectName": "Function'WBPE_MM_InfoPopup_C:Initialize'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.0"
}
},
"ClassFlags": "CLASS_ReplicationDataIsSetUp | CLASS_EditInlineNew | CLASS_CompiledFromBlueprint | CLASS_DefaultToInstanced | CLASS_HasInstancedReference",
"ClassWithin": {
"ObjectName": "Class'Object'",
"ObjectPath": "/Script/CoreUObject"
},
"ClassConfigName": "Engine",
"bCooked": true,
"ClassDefaultObject": {
"ObjectName": "WBPE_MM_InfoPopup_C'Default__WBPE_MM_InfoPopup_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.16"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPE_MM_InfoPopup_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "SizeBox'WBPE_MM_InfoPopup_C:WidgetTree.SizeBox_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBPE_MM_InfoPopup.10"
}
}
}
]

View file

@ -0,0 +1,423 @@
[
{
"Type": "Button",
"Name": "Button",
"Outer": "WidgetTree",
"Class": "UScriptClass'Button'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetStyle": {
"Normal": {
"DrawAs": "ESlateBrushDrawType::NoDrawType"
},
"Hovered": {
"DrawAs": "ESlateBrushDrawType::NoDrawType"
},
"Pressed": {
"DrawAs": "ESlateBrushDrawType::NoDrawType"
},
"NormalPadding": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
},
"PressedPadding": {
"Left": 0.0,
"Top": 0.0,
"Right": 0.0,
"Bottom": 0.0
}
},
"Slots": [
{
"ObjectName": "ButtonSlot'WBP_BuildVersion_C:WidgetTree.Button.ButtonSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.1"
}
]
}
},
{
"Type": "ButtonSlot",
"Name": "ButtonSlot_0",
"Outer": "Button",
"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'WBP_BuildVersion_C:WidgetTree.Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.0"
},
"Content": {
"ObjectName": "HorizontalBox'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.7"
}
}
},
{
"Type": "ComponentDelegateBinding",
"Name": "ComponentDelegateBinding_0",
"Outer": "WBP_BuildVersion_C",
"Class": "UScriptClass'ComponentDelegateBinding'",
"Flags": "RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"ComponentDelegateBindings": [
{
"ComponentPropertyName": "Button",
"DelegatePropertyName": "OnClicked",
"FunctionNameToBind": "BndEvt__WBP_BuildVersion_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature"
}
]
}
},
{
"Type": "Function",
"Name": "BndEvt__WBP_BuildVersion_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature",
"Outer": "WBP_BuildVersion_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Construct",
"Outer": "WBP_BuildVersion_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_BuildVersion",
"Outer": "WBP_BuildVersion_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": "SetVersion",
"Outer": "WBP_BuildVersion_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"ChildProperties": [
{
"Type": "StrProperty",
"Name": "CallFunc_GetGameVersionString_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 16
},
{
"Type": "TextProperty",
"Name": "CallFunc_Conv_StringToText_ReturnValue",
"Flags": "RF_Public",
"ElementSize": 24
}
],
"FunctionFlags": "FUNC_Public | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "HorizontalBox",
"Name": "HorizontalBox_48",
"Outer": "WidgetTree",
"Class": "UScriptClass'HorizontalBox'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "HorizontalBoxSlot'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.8"
},
{
"ObjectName": "HorizontalBoxSlot'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48.HorizontalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.10"
},
{
"ObjectName": "HorizontalBoxSlot'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.9"
}
],
"Slot": {
"ObjectName": "ButtonSlot'WBP_BuildVersion_C:WidgetTree.Button.ButtonSlot_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.1"
},
"Visibility": "ESlateVisibility::HitTestInvisible"
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_1",
"Outer": "HorizontalBox_48",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.7"
},
"Content": {
"ObjectName": "TextBlock'WBP_BuildVersion_C:WidgetTree.TextBlock_68'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.13"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_2",
"Outer": "HorizontalBox_48",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.7"
},
"Content": {
"ObjectName": "TextBlock'WBP_BuildVersion_C:WidgetTree.TextBlock'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.12"
}
}
},
{
"Type": "HorizontalBoxSlot",
"Name": "HorizontalBoxSlot_3",
"Outer": "HorizontalBox_48",
"Class": "UScriptClass'HorizontalBoxSlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Right",
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
"Parent": {
"ObjectName": "HorizontalBox'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.7"
},
"Content": {
"ObjectName": "Spacer'WBP_BuildVersion_C:WidgetTree.Spacer_61'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.11"
}
}
},
{
"Type": "Spacer",
"Name": "Spacer_61",
"Outer": "WidgetTree",
"Class": "UScriptClass'Spacer'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Size": {
"X": 20.0,
"Y": 1.0
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48.HorizontalBoxSlot_3'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.10"
}
}
},
{
"Type": "TextBlock",
"Name": "TextBlock",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"Namespace": "",
"Key": "B37F415A45D42C5A654430B84F5EC993",
"SourceString": "0.0.0.0",
"LocalizedString": "0.0.0.0"
},
"Font": {
"Size": 16.0
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48.HorizontalBoxSlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.9"
},
"bIsVariable": true
}
},
{
"Type": "TextBlock",
"Name": "TextBlock_68",
"Outer": "WidgetTree",
"Class": "UScriptClass'TextBlock'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Text": {
"TableId": "/Game/ITR2/Configurations/Localization/EnglishSource.EnglishSource",
"Key": "CB2CE8244C2B5A4B42C595ADE1902A2C",
"SourceString": "Early Access Build:",
"LocalizedString": "Mission B"
},
"Font": {
"TypefaceFontName": "Light",
"Size": 16.0
},
"Slot": {
"ObjectName": "HorizontalBoxSlot'WBP_BuildVersion_C:WidgetTree.HorizontalBox_48.HorizontalBoxSlot_1'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.8"
}
}
},
{
"Type": "WBP_BuildVersion_C",
"Name": "Default__WBP_BuildVersion_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.WBP_BuildVersion_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"UberGraphFrame": {},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_BuildVersion_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_BuildVersion_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.16"
},
"DynamicBindingObjects": [
{
"ObjectName": "ComponentDelegateBinding'WBP_BuildVersion_C:ComponentDelegateBinding_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.2"
}
],
"UberGraphFunction": {
"ObjectName": "Function'WBP_BuildVersion_C:ExecuteUbergraph_WBP_BuildVersion'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.5"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_BuildVersion_C:SetVersion'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.6"
},
{
"ObjectName": "Function'WBP_BuildVersion_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.4"
},
{
"ObjectName": "Function'WBP_BuildVersion_C:BndEvt__WBP_BuildVersion_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.3"
},
{
"ObjectName": "Function'WBP_BuildVersion_C:ExecuteUbergraph_WBP_BuildVersion'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.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": "Button",
"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": "TextBlock",
"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_BuildVersion": {
"ObjectName": "Function'WBP_BuildVersion_C:ExecuteUbergraph_WBP_BuildVersion'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.5"
},
"BndEvt__WBP_BuildVersion_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature": {
"ObjectName": "Function'WBP_BuildVersion_C:BndEvt__WBP_BuildVersion_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.3"
},
"Construct": {
"ObjectName": "Function'WBP_BuildVersion_C:Construct'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.4"
},
"SetVersion": {
"ObjectName": "Function'WBP_BuildVersion_C:SetVersion'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.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_BuildVersion_C'Default__WBP_BuildVersion_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.14"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_BuildVersion_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "Button'WBP_BuildVersion_C:WidgetTree.Button'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_BuildVersion.0"
}
}
}
]

View file

@ -0,0 +1,188 @@
[
{
"Type": "Function",
"Name": "Click_OFF__DelegateSignature",
"Outer": "WBP_ITR2_Logo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Function",
"Name": "Click_ON__DelegateSignature",
"Outer": "WBP_ITR2_Logo_C",
"Class": "UScriptClass'Function'",
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
"FunctionFlags": "FUNC_Public | FUNC_Delegate | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
},
{
"Type": "Image",
"Name": "Image_LOGO",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"ImageSize": {
"X": 256.0,
"Y": 128.0
},
"ResourceObject": {
"ObjectName": "Texture2D'S_ITR_Logo'",
"ObjectPath": "/Game/ITR2/Art/UI/Textures/S_ITR_Logo.0"
}
},
"Slot": {
"ObjectName": "OverlaySlot'WBP_ITR2_Logo_C:WidgetTree.Overlay_0.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.4"
},
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
}
},
{
"Type": "Overlay",
"Name": "Overlay_0",
"Outer": "WidgetTree",
"Class": "UScriptClass'Overlay'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Slots": [
{
"ObjectName": "OverlaySlot'WBP_ITR2_Logo_C:WidgetTree.Overlay_0.OverlaySlot_2'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.4"
}
]
}
},
{
"Type": "OverlaySlot",
"Name": "OverlaySlot_2",
"Outer": "Overlay_0",
"Class": "UScriptClass'OverlaySlot'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Parent": {
"ObjectName": "Overlay'WBP_ITR2_Logo_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.3"
},
"Content": {
"ObjectName": "Image'WBP_ITR2_Logo_C:WidgetTree.Image_LOGO'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.2"
}
}
},
{
"Type": "WBP_ITR2_Logo_C",
"Name": "Default__WBP_ITR2_Logo_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.WBP_ITR2_Logo_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Click_ON[1]": {
"InvocationList": []
},
"Click_OFF[2]": {
"InvocationList": []
},
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBP_ITR2_Logo_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBP_ITR2_Logo_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.7"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"Children": [
{
"ObjectName": "Function'WBP_ITR2_Logo_C:Click_OFF__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.0"
},
{
"ObjectName": "Function'WBP_ITR2_Logo_C:Click_ON__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.1"
}
],
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "Image_LOGO",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "Click_ON",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBP_ITR2_Logo_C:Click_ON__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.1"
}
},
{
"Type": "MulticastInlineDelegateProperty",
"Name": "Click_OFF",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 24,
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | BlueprintAssignable | BlueprintCallable",
"SignatureFunction": {
"ObjectName": "Function'WBP_ITR2_Logo_C:Click_OFF__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.0"
}
}
],
"FuncMap": {
"Click_ON__DelegateSignature": {
"ObjectName": "Function'WBP_ITR2_Logo_C:Click_ON__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.1"
},
"Click_OFF__DelegateSignature": {
"ObjectName": "Function'WBP_ITR2_Logo_C:Click_OFF__DelegateSignature'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.0"
}
},
"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_ITR2_Logo_C'Default__WBP_ITR2_Logo_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.5"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBP_ITR2_Logo_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "Overlay'WBP_ITR2_Logo_C:WidgetTree.Overlay_0'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Components/WBP_ITR2_Logo.3"
}
}
}
]

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,46 @@
[
{
"Type": "DataTable",
"Name": "DT_MainMenuColors",
"Class": "UScriptClass'DataTable'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RowStruct": {
"ObjectName": "UserDefinedStruct'Structre_MainMenuColors'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/Structre_MainMenuColors.0"
}
},
"Rows": {
"Default": {
"Regular_33_A9B55A274644718C54E183884906D76F": {
"R": 0.5,
"G": 0.5,
"B": 0.5,
"A": 1.0,
"Hex": "BCBCBC"
},
"Highlight_34_0231E9BA4EFADFDF862FABBCA469F81D[1]": {
"R": 0.95,
"G": 0.95,
"B": 0.95,
"A": 1.0,
"Hex": "FAFAFA"
},
"Selected_35_3984D8024BDB81DA4D1CA29104D4CF8E[2]": {
"R": 0.973446,
"G": 0.109462,
"B": 0.011612,
"A": 1.0,
"Hex": "FC5D1C"
},
"NoPrioriy_36_2C3C985E48F6006B49CFD6B6D474B174[3]": {
"R": 0.2,
"G": 0.2,
"B": 0.2,
"A": 1.0,
"Hex": "7C7C7C"
}
}
}
}
]

View file

@ -0,0 +1,56 @@
[
{
"Type": "UserDefinedEnum",
"Name": "Enum_MainMenu_colors",
"Class": "UScriptClass'UserDefinedEnum'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"DisplayNameMap": [
{
"Key": "NewEnumerator0",
"Value": {
"Namespace": "",
"Key": "8E5A110B44B33832A37508951F6F6095",
"SourceString": "Regular",
"LocalizedString": "Regular"
}
},
{
"Key": "NewEnumerator1",
"Value": {
"Namespace": "",
"Key": "2923F07840AB10975F86F1A421E31EC5",
"SourceString": "Highlight",
"LocalizedString": "Highlight"
}
},
{
"Key": "NewEnumerator2",
"Value": {
"Namespace": "",
"Key": "257FBF784BFBFDEC5831F8AE2DF07B5B",
"SourceString": "Selected",
"LocalizedString": "Selected"
}
},
{
"Key": "NewEnumerator3",
"Value": {
"Namespace": "",
"Key": "CAA22BB8402D58A71D442A92E8F3C53F",
"SourceString": "NoPriority",
"LocalizedString": "NoPriority"
}
}
]
},
"Names": {
"Enum_MainMenu_colors::NewEnumerator0": 0,
"Enum_MainMenu_colors::NewEnumerator1": 1,
"Enum_MainMenu_colors::NewEnumerator2": 2,
"Enum_MainMenu_colors::NewEnumerator3": 3,
"Enum_MainMenu_colors::Enum_MainMenu_MAX": 4
},
"CppForm": "Namespaced"
}
]

View file

@ -0,0 +1,96 @@
[
{
"Type": "Image",
"Name": "UnderLine",
"Outer": "WidgetTree",
"Class": "UScriptClass'Image'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Brush": {
"ImageSize": {
"X": 1.0,
"Y": 100.0
},
"TintColor": {
"SpecifiedColor": {
"R": 0.973446,
"G": 0.109462,
"B": 0.011612,
"A": 1.0,
"Hex": "FC5D1C"
}
},
"ResourceObject": {
"ObjectName": "Texture2D'S_WhiteBox'",
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_WhiteBox.0"
}
}
}
},
{
"Type": "WBPC_IM_Border_C",
"Name": "Default__WBPC_IM_Border_C",
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/MainMenu/IngameMenu/Components/WBPC_IM_Border.WBPC_IM_Border_C'",
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"bHasScriptImplementedTick": false,
"bHasScriptImplementedPaint": false
}
},
{
"Type": "WidgetBlueprintGeneratedClass",
"Name": "WBPC_IM_Border_C",
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"WidgetTree": {
"ObjectName": "WidgetTree'WBPC_IM_Border_C:WidgetTree'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/IngameMenu/Components/WBPC_IM_Border.3"
}
},
"SuperStruct": {
"ObjectName": "Class'UserWidget'",
"ObjectPath": "/Script/UMG"
},
"ChildProperties": [
{
"Type": "ObjectProperty",
"Name": "UnderLine",
"Flags": "RF_Public | RF_LoadCompleted",
"ElementSize": 8,
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
"PropertyClass": {
"ObjectName": "Class'Image'",
"ObjectPath": "/Script/UMG"
}
}
],
"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_IM_Border_C'Default__WBPC_IM_Border_C'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/IngameMenu/Components/WBPC_IM_Border.1"
},
"EditorTags": {
"BlueprintType": "BPTYPE_Normal"
}
},
{
"Type": "WidgetTree",
"Name": "WidgetTree",
"Outer": "WBPC_IM_Border_C",
"Class": "UScriptClass'WidgetTree'",
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"RootWidget": {
"ObjectName": "Image'WBPC_IM_Border_C:WidgetTree.UnderLine'",
"ObjectPath": "/Game/ITR2/BPs/UI/MainMenu/IngameMenu/Components/WBPC_IM_Border.0"
}
}
}
]

Some files were not shown because too many files have changed in this diff Show more