dump: [json] pakchunk0_s4
This commit is contained in:
parent
a0202f19ac
commit
184f12fe9d
2029 changed files with 13029077 additions and 0 deletions
2932
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_CustomMarker.json
Normal file
2932
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_CustomMarker.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,485 @@
|
|||
[
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_WBPC_CustomMarker_Name",
|
||||
"Outer": "WBPC_CustomMarker_Name_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_CustomMarker_Name_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": "SetBGColor",
|
||||
"Outer": "WBPC_CustomMarker_Name_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "BG_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": "SetText",
|
||||
"Outer": "WBPC_CustomMarker_Name_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "MarkerName",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "SetTextColor",
|
||||
"Outer": "WBPC_CustomMarker_Name_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "TextColor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 20,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'SlateColor'",
|
||||
"ObjectPath": "/Script/SlateCore"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "BG_For_Text",
|
||||
"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_WhiteBox'",
|
||||
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_WhiteBox.0"
|
||||
}
|
||||
},
|
||||
"ColorAndOpacity": {
|
||||
"R": 0.0,
|
||||
"G": 0.0,
|
||||
"B": 0.0,
|
||||
"A": 0.5,
|
||||
"Hex": "7F000000"
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_CustomMarker_Name_C:WidgetTree.TextField.OverlaySlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.7"
|
||||
},
|
||||
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Overlay",
|
||||
"Name": "TextField",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Overlay'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_CustomMarker_Name_C:WidgetTree.TextField.OverlaySlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_CustomMarker_Name_C:WidgetTree.TextField.OverlaySlot_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.8"
|
||||
}
|
||||
],
|
||||
"Slot": {
|
||||
"ObjectName": "SizeBoxSlot'WBPC_CustomMarker_Name_C:WidgetTree.SizeBoxText.SizeBoxSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.10"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_0",
|
||||
"Outer": "TextField",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_CustomMarker_Name_C:WidgetTree.TextField'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.6"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Image'WBPC_CustomMarker_Name_C:WidgetTree.BG_For_Text'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_1",
|
||||
"Outer": "TextField",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Padding": {
|
||||
"Left": 10.0,
|
||||
"Right": 10.0
|
||||
},
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_CustomMarker_Name_C:WidgetTree.TextField'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.6"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "TextBlock'WBPC_CustomMarker_Name_C:WidgetTree.Txt_MarkerName'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.11"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SizeBox",
|
||||
"Name": "SizeBoxText",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'SizeBox'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HeightOverride": 34.0,
|
||||
"bOverride_HeightOverride": true,
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "SizeBoxSlot'WBPC_CustomMarker_Name_C:WidgetTree.SizeBoxText.SizeBoxSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.10"
|
||||
}
|
||||
],
|
||||
"bIsVariable": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SizeBoxSlot",
|
||||
"Name": "SizeBoxSlot_0",
|
||||
"Outer": "SizeBoxText",
|
||||
"Class": "UScriptClass'SizeBoxSlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
|
||||
"Parent": {
|
||||
"ObjectName": "SizeBox'WBPC_CustomMarker_Name_C:WidgetTree.SizeBoxText'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.9"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Overlay'WBPC_CustomMarker_Name_C:WidgetTree.TextField'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.6"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "TextBlock",
|
||||
"Name": "Txt_MarkerName",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'TextBlock'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Text": {
|
||||
"Namespace": "",
|
||||
"Key": "6ECA7EB4459FEC8C10DBC98647FEFEB4",
|
||||
"SourceString": "MarkerName ",
|
||||
"LocalizedString": "MarkerName "
|
||||
},
|
||||
"Font": {
|
||||
"FontObject": {
|
||||
"ObjectName": "Font'PTSans-Regular_Font'",
|
||||
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
|
||||
},
|
||||
"OutlineSettings": {
|
||||
"OutlineSize": 2
|
||||
},
|
||||
"TypefaceFontName": "Default",
|
||||
"Size": 18.0
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_CustomMarker_Name_C:WidgetTree.TextField.OverlaySlot_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.8"
|
||||
},
|
||||
"bIsVariable": true,
|
||||
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WBPC_CustomMarker_Name_C",
|
||||
"Name": "Default__WBPC_CustomMarker_Name_C",
|
||||
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.WBPC_CustomMarker_Name_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"Marker Name[4]": {
|
||||
"Namespace": "",
|
||||
"Key": "143A2E0E41B0524ECE62ADAFCCCA4920",
|
||||
"SourceString": "Custom Marker Name",
|
||||
"LocalizedString": "Custom Marker Name"
|
||||
},
|
||||
"BGColor[5]": {
|
||||
"R": 0.0,
|
||||
"G": 0.0,
|
||||
"B": 0.0,
|
||||
"A": 1.0,
|
||||
"Hex": "000000"
|
||||
},
|
||||
"TextColor[6]": {
|
||||
"SpecifiedColor": {
|
||||
"R": 1.0,
|
||||
"G": 1.0,
|
||||
"B": 1.0,
|
||||
"A": 1.0,
|
||||
"Hex": "FFFFFF"
|
||||
},
|
||||
"ColorUseRule": "ESlateColorStylingMode::UseColor_Specified"
|
||||
},
|
||||
"bHasScriptImplementedTick": false,
|
||||
"bHasScriptImplementedPaint": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WidgetBlueprintGeneratedClass",
|
||||
"Name": "WBPC_CustomMarker_Name_C",
|
||||
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"WidgetTree": {
|
||||
"ObjectName": "WidgetTree'WBPC_CustomMarker_Name_C:WidgetTree'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.14"
|
||||
},
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:ExecuteUbergraph_WBPC_CustomMarker_Name'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.0"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'UserWidget'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:SetTextColor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:SetBGColor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.2"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:SetText'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:PreConstruct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.1"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:ExecuteUbergraph_WBPC_CustomMarker_Name'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.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": "BG_For_Text",
|
||||
"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": "SizeBoxText",
|
||||
"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_MarkerName",
|
||||
"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": "Marker Name",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "BGColor",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "TextColor",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 20,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'SlateColor'",
|
||||
"ObjectPath": "/Script/SlateCore"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteUbergraph_WBPC_CustomMarker_Name": {
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:ExecuteUbergraph_WBPC_CustomMarker_Name'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.0"
|
||||
},
|
||||
"PreConstruct": {
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:PreConstruct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.1"
|
||||
},
|
||||
"SetText": {
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:SetText'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.3"
|
||||
},
|
||||
"SetBGColor": {
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:SetBGColor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.2"
|
||||
},
|
||||
"SetTextColor": {
|
||||
"ObjectName": "Function'WBPC_CustomMarker_Name_C:SetTextColor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.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_CustomMarker_Name_C'Default__WBPC_CustomMarker_Name_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.12"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WidgetTree",
|
||||
"Name": "WidgetTree",
|
||||
"Outer": "WBPC_CustomMarker_Name_C",
|
||||
"Class": "UScriptClass'WidgetTree'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootWidget": {
|
||||
"ObjectName": "SizeBox'WBPC_CustomMarker_Name_C:WidgetTree.SizeBoxText'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_CustomMarker_Name.9"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
891
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_MapGridSegment.json
Normal file
891
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_MapGridSegment.json
Normal file
|
@ -0,0 +1,891 @@
|
|||
[
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "Construct",
|
||||
"Outer": "WBPC_MapGridSegment_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_MapGridSegment",
|
||||
"Outer": "WBPC_MapGridSegment_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_Create_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MapGridSegment_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.17"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "Temp_byte_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": {
|
||||
"ObjectName": "Class'ESlateVisibility'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"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'ESlateVisibility'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"UnderlyingProp": {
|
||||
"Type": "ByteProperty",
|
||||
"Name": "UnderlyingType",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "EnumProperty",
|
||||
"Name": "Temp_byte_Variable_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": {
|
||||
"ObjectName": "Class'ESlateVisibility'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"UnderlyingProp": {
|
||||
"Type": "ByteProperty",
|
||||
"Name": "UnderlyingType",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "EnumProperty",
|
||||
"Name": "Temp_byte_Variable_3",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": {
|
||||
"ObjectName": "Class'ESlateVisibility'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"UnderlyingProp": {
|
||||
"Type": "ByteProperty",
|
||||
"Name": "UnderlyingType",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_Conv_IntToString_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Loop_Counter_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Array_Index_Variable",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "K2Node_CustomEvent_Depth",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Subtract_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Greater_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Temp_int_Variable_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "CallFunc_GetNumberAsCharacter_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16
|
||||
},
|
||||
{
|
||||
"Type": "EnumProperty",
|
||||
"Name": "K2Node_Select_Default",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": {
|
||||
"ObjectName": "Class'ESlateVisibility'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"UnderlyingProp": {
|
||||
"Type": "ByteProperty",
|
||||
"Name": "UnderlyingType",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_AddChildToUniformGrid_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'UniformGridSlot'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Add_IntInt_ReturnValue_3",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "EnumProperty",
|
||||
"Name": "K2Node_Select_Default_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": {
|
||||
"ObjectName": "Class'ESlateVisibility'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"UnderlyingProp": {
|
||||
"Type": "ByteProperty",
|
||||
"Name": "UnderlyingType",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"Enum": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Add_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"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": "BoolProperty",
|
||||
"Name": "K2Node_Event_IsDesignTime",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Subtract_IntInt_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Subtract_IntInt_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_LessEqual_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_LessEqual_IntInt_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_Array_Get_Item",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MapGridSegment_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.17"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Array_Length_ReturnValue",
|
||||
"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": "BoolProperty",
|
||||
"Name": "CallFunc_Array_IsEmpty_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": "PreConstruct",
|
||||
"Outer": "WBPC_MapGridSegment_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": "ShowDepthLevel",
|
||||
"Outer": "WBPC_MapGridSegment_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "Depth",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "SpawnNextLevel",
|
||||
"Outer": "WBPC_MapGridSegment_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "Image_Border",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Image'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Brush": {
|
||||
"DrawAs": "ESlateBrushDrawType::Border",
|
||||
"Margin": {
|
||||
"Left": 0.05,
|
||||
"Top": 0.05,
|
||||
"Right": 0.05,
|
||||
"Bottom": 0.05
|
||||
},
|
||||
"TintColor": {
|
||||
"SpecifiedColor": {
|
||||
"R": 0.09375,
|
||||
"G": 0.09375,
|
||||
"B": 0.09375,
|
||||
"A": 1.0,
|
||||
"Hex": "565656"
|
||||
}
|
||||
},
|
||||
"ResourceObject": {
|
||||
"ObjectName": "Texture2D'S_WhiteBox'",
|
||||
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_WhiteBox.0"
|
||||
}
|
||||
},
|
||||
"ColorAndOpacity": {
|
||||
"R": 0.0,
|
||||
"G": 0.0,
|
||||
"B": 0.0,
|
||||
"A": 1.0,
|
||||
"Hex": "000000"
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Content.OverlaySlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.8"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Overlay",
|
||||
"Name": "Content",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Overlay'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Content.OverlaySlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.8"
|
||||
},
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Content.OverlaySlot_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.9"
|
||||
}
|
||||
],
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Overlay.OverlaySlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.10"
|
||||
},
|
||||
"bIsVariable": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Overlay",
|
||||
"Name": "Overlay",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Overlay'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Overlay.OverlaySlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.10"
|
||||
},
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Overlay.OverlaySlot_4'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.11"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_0",
|
||||
"Outer": "Content",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_MapGridSegment_C:WidgetTree.Content'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.6"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Image'WBPC_MapGridSegment_C:WidgetTree.Image_Border'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_1",
|
||||
"Outer": "Content",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_MapGridSegment_C:WidgetTree.Content'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.6"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "ScaleBox'WBPC_MapGridSegment_C:WidgetTree.ScaleBox_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.12"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_0",
|
||||
"Outer": "Overlay",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_MapGridSegment_C:WidgetTree.Overlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.7"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Overlay'WBPC_MapGridSegment_C:WidgetTree.Content'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.6"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_4",
|
||||
"Outer": "Overlay",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_MapGridSegment_C:WidgetTree.Overlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.7"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "UniformGridPanel'WBPC_MapGridSegment_C:WidgetTree.UniformGridPanel'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.15"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ScaleBox",
|
||||
"Name": "ScaleBox_0",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'ScaleBox'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Stretch": "EStretch::None",
|
||||
"IgnoreInheritedScale": true,
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "ScaleBoxSlot'WBPC_MapGridSegment_C:WidgetTree.ScaleBox_0.ScaleBoxSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.13"
|
||||
}
|
||||
],
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Content.OverlaySlot_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.9"
|
||||
},
|
||||
"bIsVariable": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ScaleBoxSlot",
|
||||
"Name": "ScaleBoxSlot_0",
|
||||
"Outer": "ScaleBox_0",
|
||||
"Class": "UScriptClass'ScaleBoxSlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Left",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Top",
|
||||
"Parent": {
|
||||
"ObjectName": "ScaleBox'WBPC_MapGridSegment_C:WidgetTree.ScaleBox_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.12"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "TextBlock'WBPC_MapGridSegment_C:WidgetTree.Label_Name'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.14"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "TextBlock",
|
||||
"Name": "Label_Name",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'TextBlock'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"ColorAndOpacity": {
|
||||
"SpecifiedColor": {
|
||||
"R": 0.0,
|
||||
"G": 0.0,
|
||||
"B": 0.0,
|
||||
"A": 1.0,
|
||||
"Hex": "000000"
|
||||
}
|
||||
},
|
||||
"Font": {
|
||||
"FontObject": {
|
||||
"ObjectName": "Font'PTSans-Regular_Font'",
|
||||
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
|
||||
},
|
||||
"TypefaceFontName": "Default",
|
||||
"Size": 16.0
|
||||
},
|
||||
"Margin": {
|
||||
"Left": 10.0,
|
||||
"Top": 10.0
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "ScaleBoxSlot'WBPC_MapGridSegment_C:WidgetTree.ScaleBox_0.ScaleBoxSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.13"
|
||||
},
|
||||
"bIsVariable": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "UniformGridPanel",
|
||||
"Name": "UniformGridPanel",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'UniformGridPanel'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_MapGridSegment_C:WidgetTree.Overlay.OverlaySlot_4'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.11"
|
||||
},
|
||||
"bIsVariable": true,
|
||||
"Visibility": "ESlateVisibility::Collapsed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WBPC_MapGridSegment_C",
|
||||
"Name": "Default__WBPC_MapGridSegment_C",
|
||||
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.WBPC_MapGridSegment_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"RowCount[8]": 4,
|
||||
"ColumnCount[9]": 4,
|
||||
"bHasScriptImplementedTick": false,
|
||||
"bHasScriptImplementedPaint": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WidgetBlueprintGeneratedClass",
|
||||
"Name": "WBPC_MapGridSegment_C",
|
||||
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"WidgetTree": {
|
||||
"ObjectName": "WidgetTree'WBPC_MapGridSegment_C:WidgetTree'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.18"
|
||||
},
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:ExecuteUbergraph_WBPC_MapGridSegment'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.1"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'UserWidget'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:Construct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.0"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:ShowDepthLevel'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.3"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:PreConstruct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.2"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:SpawnNextLevel'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:ExecuteUbergraph_WBPC_MapGridSegment'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.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": "Content",
|
||||
"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": "Image_Border",
|
||||
"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": "Label_Name",
|
||||
"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": "ScaleBox_0",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'ScaleBox'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "UniformGridPanel",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'UniformGridPanel'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "ChildArray",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | DisableEditOnInstance | ContainsInstancedReference",
|
||||
"Inner": {
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "ChildArray",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "WidgetBlueprintGeneratedClass'WBPC_MapGridSegment_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.17"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StrProperty",
|
||||
"Name": "Name",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "RowCount",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "ColumnCount",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "Edit | BlueprintVisible | ExposeOnSpawn"
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteUbergraph_WBPC_MapGridSegment": {
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:ExecuteUbergraph_WBPC_MapGridSegment'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.1"
|
||||
},
|
||||
"SpawnNextLevel": {
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:SpawnNextLevel'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.4"
|
||||
},
|
||||
"PreConstruct": {
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:PreConstruct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.2"
|
||||
},
|
||||
"ShowDepthLevel": {
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:ShowDepthLevel'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.3"
|
||||
},
|
||||
"Construct": {
|
||||
"ObjectName": "Function'WBPC_MapGridSegment_C:Construct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.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": "WBPC_MapGridSegment_C'Default__WBPC_MapGridSegment_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.16"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WidgetTree",
|
||||
"Name": "WidgetTree",
|
||||
"Outer": "WBPC_MapGridSegment_C",
|
||||
"Class": "UScriptClass'WidgetTree'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootWidget": {
|
||||
"ObjectName": "Overlay'WBPC_MapGridSegment_C:WidgetTree.Overlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapGridSegment.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
964
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.json
Normal file
964
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.json
Normal file
|
@ -0,0 +1,964 @@
|
|||
[
|
||||
{
|
||||
"Type": "CanvasPanel",
|
||||
"Name": "CanvasPanel_49",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'CanvasPanel'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "CanvasPanelSlot'WBPC_MapScaleFactor_C:WidgetTree.CanvasPanel_49.CanvasPanelSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.1"
|
||||
},
|
||||
{
|
||||
"ObjectName": "CanvasPanelSlot'WBPC_MapScaleFactor_C:WidgetTree.CanvasPanel_49.CanvasPanelSlot_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.2"
|
||||
}
|
||||
],
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_MapScaleFactor_C:WidgetTree.Overlay.OverlaySlot_3'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.13"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "CanvasPanelSlot",
|
||||
"Name": "CanvasPanelSlot_0",
|
||||
"Outer": "CanvasPanel_49",
|
||||
"Class": "UScriptClass'CanvasPanelSlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"LayoutData": {
|
||||
"Offsets": {
|
||||
"Right": 0.0,
|
||||
"Bottom": 15.0
|
||||
},
|
||||
"Anchors": {
|
||||
"Minimum": {
|
||||
"X": 0.5,
|
||||
"Y": 1.0
|
||||
},
|
||||
"Maximum": {
|
||||
"X": 0.5,
|
||||
"Y": 1.0
|
||||
}
|
||||
},
|
||||
"Alignment": {
|
||||
"X": 0.5,
|
||||
"Y": 1.0
|
||||
}
|
||||
},
|
||||
"Parent": {
|
||||
"ObjectName": "CanvasPanel'WBPC_MapScaleFactor_C:WidgetTree.CanvasPanel_49'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.0"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Image'WBPC_MapScaleFactor_C:WidgetTree.Image_Dist'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.8"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "CanvasPanelSlot",
|
||||
"Name": "CanvasPanelSlot_1",
|
||||
"Outer": "CanvasPanel_49",
|
||||
"Class": "UScriptClass'CanvasPanelSlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"LayoutData": {
|
||||
"Anchors": {
|
||||
"Minimum": {
|
||||
"X": 0.5,
|
||||
"Y": 1.0
|
||||
},
|
||||
"Maximum": {
|
||||
"X": 0.5,
|
||||
"Y": 1.0
|
||||
}
|
||||
},
|
||||
"Alignment": {
|
||||
"X": 0.5,
|
||||
"Y": 1.0
|
||||
}
|
||||
},
|
||||
"bAutoSize": true,
|
||||
"Parent": {
|
||||
"ObjectName": "CanvasPanel'WBPC_MapScaleFactor_C:WidgetTree.CanvasPanel_49'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.0"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "TextBlock'WBPC_MapScaleFactor_C:WidgetTree.Label_Scale'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.17"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "ExecuteUbergraph_WBPC_MapScaleFactor",
|
||||
"Outer": "WBPC_MapScaleFactor_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_IsGameRunning_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "K2Node_CustomEvent_ScaleFactor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "CallFunc_GetNearestRoundDistance_Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_GetNearestRoundDistance_Ratio",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Subtract_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Add_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_MakeVector2D_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector2D'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "CallFunc_MakeVector2D_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Vector2D'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_Anchors",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 32,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'Anchors'",
|
||||
"ObjectPath": "/Script/Slate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "ObjectProperty",
|
||||
"Name": "CallFunc_SlotAsCanvasSlot_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "InstancedReference",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'CanvasPanelSlot'",
|
||||
"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 | FUNC_HasDefaults"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "GetNearestRoundDistance",
|
||||
"Outer": "WBPC_MapScaleFactor_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "Scale",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||||
},
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "Result",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Parm | OutParm"
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "Ratio",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Parm | OutParm"
|
||||
},
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "Units",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "ScaledRounded",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "ScaledDist",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Conv_IntToDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "Int64Property",
|
||||
"Name": "CallFunc_Conv_IntToInt64_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_FormatArgumentData",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 80,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'FormatArgumentData'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_FFloor_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"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": "IntProperty",
|
||||
"Name": "CallFunc_Multiply_IntInt_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_FFloor_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_FFloor_ReturnValue_2",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_Greater_DoubleDouble_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "IntProperty",
|
||||
"Name": "CallFunc_Multiply_IntInt_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 4
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_MakeLiteralDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_MakeLiteralDouble_ReturnValue_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "BoolProperty",
|
||||
"Name": "CallFunc_GreaterEqual_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 1,
|
||||
"FieldSize": 1,
|
||||
"ByteOffset": 0,
|
||||
"ByteMask": 1,
|
||||
"FieldMask": 255,
|
||||
"BoolSize": 1,
|
||||
"bIsNativeBool": true
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue_3",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue_4",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"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": "StructProperty",
|
||||
"Name": "K2Node_MakeStruct_FormatArgumentData_1",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 80,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'FormatArgumentData'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Divide_DoubleDouble_ReturnValue_5",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
},
|
||||
{
|
||||
"Type": "ArrayProperty",
|
||||
"Name": "K2Node_MakeArray_Array",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "ReferenceParm",
|
||||
"Inner": {
|
||||
"Type": "StructProperty",
|
||||
"Name": "K2Node_MakeArray_Array",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 80,
|
||||
"Struct": {
|
||||
"ObjectName": "Class'FormatArgumentData'",
|
||||
"ObjectPath": "/Script/Engine"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "TextProperty",
|
||||
"Name": "CallFunc_Format_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 24
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "CallFunc_Multiply_DoubleDouble_ReturnValue",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_Public | FUNC_HasOutParms | FUNC_HasDefaults | FUNC_BlueprintCallable | FUNC_BlueprintEvent | FUNC_BlueprintPure"
|
||||
},
|
||||
{
|
||||
"Type": "Function",
|
||||
"Name": "PreConstruct",
|
||||
"Outer": "WBPC_MapScaleFactor_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_MapScaleFactor_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Color",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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": "SetScaleFactor",
|
||||
"Outer": "WBPC_MapScaleFactor_C",
|
||||
"Class": "UScriptClass'Function'",
|
||||
"Flags": "RF_Public | RF_WasLoaded | RF_LoadCompleted",
|
||||
"ChildProperties": [
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "ScaleFactor",
|
||||
"Flags": "RF_Public",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | BlueprintReadOnly | Parm"
|
||||
}
|
||||
],
|
||||
"FunctionFlags": "FUNC_BlueprintCallable | FUNC_BlueprintEvent"
|
||||
},
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "Image_Dist",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Image'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Brush": {
|
||||
"DrawAs": "ESlateBrushDrawType::Border",
|
||||
"Margin": {
|
||||
"Left": 0.2,
|
||||
"Right": 0.2,
|
||||
"Bottom": 0.2
|
||||
},
|
||||
"TintColor": {
|
||||
"SpecifiedColor": {
|
||||
"R": 0.0,
|
||||
"G": 0.0,
|
||||
"B": 0.0,
|
||||
"A": 1.0,
|
||||
"Hex": "000000"
|
||||
}
|
||||
},
|
||||
"ResourceObject": {
|
||||
"ObjectName": "Texture2D'S_WhiteBox'",
|
||||
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_WhiteBox.0"
|
||||
}
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "CanvasPanelSlot'WBPC_MapScaleFactor_C:WidgetTree.CanvasPanel_49.CanvasPanelSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.1"
|
||||
},
|
||||
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "Image_H",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Image'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Brush": {
|
||||
"ImageSize": {
|
||||
"X": 32.0,
|
||||
"Y": 2.0
|
||||
},
|
||||
"ResourceObject": {
|
||||
"ObjectName": "Texture2D'S_WhiteBox'",
|
||||
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_WhiteBox.0"
|
||||
}
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_MapScaleFactor_C:WidgetTree.Overlay.OverlaySlot_4'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.14"
|
||||
},
|
||||
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "Image_V",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Image'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Brush": {
|
||||
"ImageSize": {
|
||||
"X": 2.0,
|
||||
"Y": 32.0
|
||||
},
|
||||
"Margin": {
|
||||
"Left": 1.0,
|
||||
"Top": 1.0,
|
||||
"Right": 1.0,
|
||||
"Bottom": 1.0
|
||||
},
|
||||
"ResourceObject": {
|
||||
"ObjectName": "Texture2D'S_WhiteBox'",
|
||||
"ObjectPath": "/Game/ITR2/Art/UI/Elements/S_WhiteBox.0"
|
||||
}
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "OverlaySlot'WBPC_MapScaleFactor_C:WidgetTree.Overlay.OverlaySlot_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.12"
|
||||
},
|
||||
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "Overlay",
|
||||
"Name": "Overlay",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'Overlay'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_MapScaleFactor_C:WidgetTree.Overlay.OverlaySlot_2'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.12"
|
||||
},
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_MapScaleFactor_C:WidgetTree.Overlay.OverlaySlot_4'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.14"
|
||||
},
|
||||
{
|
||||
"ObjectName": "OverlaySlot'WBPC_MapScaleFactor_C:WidgetTree.Overlay.OverlaySlot_3'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.13"
|
||||
}
|
||||
],
|
||||
"Slot": {
|
||||
"ObjectName": "SizeBoxSlot'WBPC_MapScaleFactor_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.16"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_2",
|
||||
"Outer": "Overlay",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_MapScaleFactor_C:WidgetTree.Overlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.11"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Image'WBPC_MapScaleFactor_C:WidgetTree.Image_V'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.10"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_3",
|
||||
"Outer": "Overlay",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Fill",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Fill",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_MapScaleFactor_C:WidgetTree.Overlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.11"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "CanvasPanel'WBPC_MapScaleFactor_C:WidgetTree.CanvasPanel_49'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "OverlaySlot",
|
||||
"Name": "OverlaySlot_4",
|
||||
"Outer": "Overlay",
|
||||
"Class": "UScriptClass'OverlaySlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"HorizontalAlignment": "EHorizontalAlignment::HAlign_Center",
|
||||
"VerticalAlignment": "EVerticalAlignment::VAlign_Center",
|
||||
"Parent": {
|
||||
"ObjectName": "Overlay'WBPC_MapScaleFactor_C:WidgetTree.Overlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.11"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Image'WBPC_MapScaleFactor_C:WidgetTree.Image_H'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.9"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SizeBox",
|
||||
"Name": "SizeBox_0",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'SizeBox'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"WidthOverride": 100.0,
|
||||
"HeightOverride": 100.0,
|
||||
"bOverride_WidthOverride": true,
|
||||
"bOverride_HeightOverride": true,
|
||||
"Slots": [
|
||||
{
|
||||
"ObjectName": "SizeBoxSlot'WBPC_MapScaleFactor_C:WidgetTree.SizeBox_0.SizeBoxSlot_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.16"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "SizeBoxSlot",
|
||||
"Name": "SizeBoxSlot_0",
|
||||
"Outer": "SizeBox_0",
|
||||
"Class": "UScriptClass'SizeBoxSlot'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Parent": {
|
||||
"ObjectName": "SizeBox'WBPC_MapScaleFactor_C:WidgetTree.SizeBox_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.15"
|
||||
},
|
||||
"Content": {
|
||||
"ObjectName": "Overlay'WBPC_MapScaleFactor_C:WidgetTree.Overlay'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.11"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "TextBlock",
|
||||
"Name": "Label_Scale",
|
||||
"Outer": "WidgetTree",
|
||||
"Class": "UScriptClass'TextBlock'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Text": {
|
||||
"Namespace": "",
|
||||
"Key": "DBFFDAD24D1B92027251A182A065FDEA",
|
||||
"SourceString": "x1",
|
||||
"LocalizedString": "x1"
|
||||
},
|
||||
"ColorAndOpacity": {
|
||||
"SpecifiedColor": {
|
||||
"R": 0.0,
|
||||
"G": 0.0,
|
||||
"B": 0.0,
|
||||
"A": 1.0,
|
||||
"Hex": "000000"
|
||||
}
|
||||
},
|
||||
"Font": {
|
||||
"FontObject": {
|
||||
"ObjectName": "Font'PTSans-Regular_Font'",
|
||||
"ObjectPath": "/Game/ITR2/Fonts/PTSans-Regular_Font.0"
|
||||
},
|
||||
"TypefaceFontName": "Default",
|
||||
"Size": 18.0
|
||||
},
|
||||
"Justification": "ETextJustify::Center",
|
||||
"Margin": {
|
||||
"Left": 10.0,
|
||||
"Top": 10.0
|
||||
},
|
||||
"Slot": {
|
||||
"ObjectName": "CanvasPanelSlot'WBPC_MapScaleFactor_C:WidgetTree.CanvasPanel_49.CanvasPanelSlot_1'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.2"
|
||||
},
|
||||
"bIsVariable": true,
|
||||
"Visibility": "ESlateVisibility::SelfHitTestInvisible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WBPC_MapScaleFactor_C",
|
||||
"Name": "Default__WBPC_MapScaleFactor_C",
|
||||
"Class": "WidgetBlueprintGeneratedClass'/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.WBPC_MapScaleFactor_C'",
|
||||
"Flags": "RF_Public | RF_ClassDefaultObject | RF_ArchetypeObject | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"UberGraphFrame": {},
|
||||
"Color[6]": {
|
||||
"R": 1.0,
|
||||
"G": 0.058806,
|
||||
"B": 0.009047,
|
||||
"A": 1.0,
|
||||
"Hex": "FF4417"
|
||||
},
|
||||
"bHasScriptImplementedTick": false,
|
||||
"bHasScriptImplementedPaint": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WidgetBlueprintGeneratedClass",
|
||||
"Name": "WBPC_MapScaleFactor_C",
|
||||
"Class": "UScriptClass'WidgetBlueprintGeneratedClass'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"WidgetTree": {
|
||||
"ObjectName": "WidgetTree'WBPC_MapScaleFactor_C:WidgetTree'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.20"
|
||||
},
|
||||
"UberGraphFunction": {
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:ExecuteUbergraph_WBPC_MapScaleFactor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.3"
|
||||
}
|
||||
},
|
||||
"SuperStruct": {
|
||||
"ObjectName": "Class'UserWidget'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:SetColor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.6"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:GetNearestRoundDistance'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.4"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:SetScaleFactor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.7"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:PreConstruct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.5"
|
||||
},
|
||||
{
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:ExecuteUbergraph_WBPC_MapScaleFactor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.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": "Image_Dist",
|
||||
"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_H",
|
||||
"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_V",
|
||||
"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": "Label_Scale",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "BlueprintVisible | ExportObject | BlueprintReadOnly | DisableEditOnInstance | InstancedReference | RepSkip | PersistentInstance",
|
||||
"PropertyClass": {
|
||||
"ObjectName": "Class'TextBlock'",
|
||||
"ObjectPath": "/Script/UMG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "DoubleProperty",
|
||||
"Name": "SizeInCm",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 8,
|
||||
"PropertyFlags": "Edit | BlueprintVisible"
|
||||
},
|
||||
{
|
||||
"Type": "StructProperty",
|
||||
"Name": "Color",
|
||||
"Flags": "RF_Public | RF_LoadCompleted",
|
||||
"ElementSize": 16,
|
||||
"PropertyFlags": "Edit | BlueprintVisible",
|
||||
"Struct": {
|
||||
"ObjectName": "Class'LinearColor'",
|
||||
"ObjectPath": "/Script/CoreUObject"
|
||||
}
|
||||
}
|
||||
],
|
||||
"FuncMap": {
|
||||
"ExecuteUbergraph_WBPC_MapScaleFactor": {
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:ExecuteUbergraph_WBPC_MapScaleFactor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.3"
|
||||
},
|
||||
"PreConstruct": {
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:PreConstruct'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.5"
|
||||
},
|
||||
"SetScaleFactor": {
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:SetScaleFactor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.7"
|
||||
},
|
||||
"GetNearestRoundDistance": {
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:GetNearestRoundDistance'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.4"
|
||||
},
|
||||
"SetColor": {
|
||||
"ObjectName": "Function'WBPC_MapScaleFactor_C:SetColor'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.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_MapScaleFactor_C'Default__WBPC_MapScaleFactor_C'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.18"
|
||||
},
|
||||
"EditorTags": {
|
||||
"BlueprintType": "BPTYPE_Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "WidgetTree",
|
||||
"Name": "WidgetTree",
|
||||
"Outer": "WBPC_MapScaleFactor_C",
|
||||
"Class": "UScriptClass'WidgetTree'",
|
||||
"Flags": "RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"RootWidget": {
|
||||
"ObjectName": "SizeBox'WBPC_MapScaleFactor_C:WidgetTree.SizeBox_0'",
|
||||
"ObjectPath": "/Game/ITR2/BPs/UI/Map/WBPC_MapScaleFactor.15"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
10657
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_Map_Global.json
Normal file
10657
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_Map_Global.json
Normal file
File diff suppressed because it is too large
Load diff
1427
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_Map_Level.json
Normal file
1427
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_Map_Level.json
Normal file
File diff suppressed because it is too large
Load diff
1038
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_SB_PlayerPosition.json
Normal file
1038
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBPC_SB_PlayerPosition.json
Normal file
File diff suppressed because it is too large
Load diff
2888
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBP_FindTarget.json
Normal file
2888
IntoTheRadius2/Content/ITR2/BPs/UI/Map/WBP_FindTarget.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue