diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index b3c0a3a1..f2d6b938 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -92,3 +92,8 @@ s.LevelStreamingActorsUpdateTimeLimit=1.000000 s.LevelStreamingAddPrimitiveGranularity=50 s.LevelStreamingComponentsRegistrationGranularity=5 +[/Script/Engine.AudioSettings] +DefaultSoundClassName=/Game/Sounds/CityMaster.CityMaster +DefaultBaseSoundMix=/Game/Sounds/cityMasterMix.cityMasterMix +DefaultMediaSoundClassName=/Game/Sounds/music.music + diff --git a/Content/Assetpacks/CarMoveSpline/BP/BP_CarStatic.uasset b/Content/Assetpacks/CarMoveSpline/BP/BP_CarStatic.uasset index d56efa0d..fd486788 100644 Binary files a/Content/Assetpacks/CarMoveSpline/BP/BP_CarStatic.uasset and b/Content/Assetpacks/CarMoveSpline/BP/BP_CarStatic.uasset differ diff --git a/Content/Assetpacks/CarMoveSpline/Level/Sounds/carAttenuation.uasset b/Content/Assetpacks/CarMoveSpline/Level/Sounds/carAttenuation.uasset new file mode 100644 index 00000000..1d746a86 Binary files /dev/null and b/Content/Assetpacks/CarMoveSpline/Level/Sounds/carAttenuation.uasset differ diff --git a/Content/Assetpacks/CarMoveSpline/Level/Sounds/car_Cue.uasset b/Content/Assetpacks/CarMoveSpline/Level/Sounds/car_Cue.uasset index 56c43aa5..47accc1f 100644 Binary files a/Content/Assetpacks/CarMoveSpline/Level/Sounds/car_Cue.uasset and b/Content/Assetpacks/CarMoveSpline/Level/Sounds/car_Cue.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy02.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy02.uasset index 045e2218..83e109a0 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy02.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy02.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy04.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy04.uasset index 85015702..2db69534 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy04.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy04.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy12.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy12.uasset index ce2c15d7..d55e7991 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy12.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy12.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy22.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy22.uasset index d24755e6..2458760c 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy22.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy22.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy25.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy25.uasset index 55f6bd13..7aca761b 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy25.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy25.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy29.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy29.uasset index 060544dc..a7e29960 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy29.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy29.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy34.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy34.uasset index 394b91d0..e490f307 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy34.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy34.uasset differ diff --git a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy36.uasset b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy36.uasset index b521e7ae..aab89215 100644 Binary files a/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy36.uasset and b/Content/Assetpacks/TMEntertainmentPack1/Entertainment/blueprints/BP_Toy36.uasset differ diff --git a/Content/Blueprints/Data/MathAndConvertFns.uasset b/Content/Blueprints/Data/MathAndConvertFns.uasset index 56bd7799..1246fe3d 100644 Binary files a/Content/Blueprints/Data/MathAndConvertFns.uasset and b/Content/Blueprints/Data/MathAndConvertFns.uasset differ diff --git a/Content/Blueprints/Data/flatData.uasset b/Content/Blueprints/Data/flatData.uasset index 1c4a51b1..014f2b26 100644 Binary files a/Content/Blueprints/Data/flatData.uasset and b/Content/Blueprints/Data/flatData.uasset differ diff --git a/Content/Blueprints/Lamp/Interior_Konserva/BP_InteriorLamp_Lamp_1.uasset b/Content/Blueprints/Lamp/Interior_Konserva/BP_InteriorLamp_Lamp_1.uasset index 4449e8db..22e5c2e9 100644 Binary files a/Content/Blueprints/Lamp/Interior_Konserva/BP_InteriorLamp_Lamp_1.uasset and b/Content/Blueprints/Lamp/Interior_Konserva/BP_InteriorLamp_Lamp_1.uasset differ diff --git a/Content/Blueprints/Lamp/Interior_Lounge/BP_InteriorLamp_Cylindr_Res.uasset b/Content/Blueprints/Lamp/Interior_Lounge/BP_InteriorLamp_Cylindr_Res.uasset index b6b37181..c3fed21c 100644 Binary files a/Content/Blueprints/Lamp/Interior_Lounge/BP_InteriorLamp_Cylindr_Res.uasset and b/Content/Blueprints/Lamp/Interior_Lounge/BP_InteriorLamp_Cylindr_Res.uasset differ diff --git a/Content/Blueprints/Lamp/Interior_Minimalism/BP_InteriorLamp_Pendant_Crouise.uasset b/Content/Blueprints/Lamp/Interior_Minimalism/BP_InteriorLamp_Pendant_Crouise.uasset index 3ff43561..376e08a1 100644 Binary files a/Content/Blueprints/Lamp/Interior_Minimalism/BP_InteriorLamp_Pendant_Crouise.uasset and b/Content/Blueprints/Lamp/Interior_Minimalism/BP_InteriorLamp_Pendant_Crouise.uasset differ diff --git a/Content/Blueprints/Lamp/Interior_Minimalism/BP_Lamp_4.uasset b/Content/Blueprints/Lamp/Interior_Minimalism/BP_Lamp_4.uasset index a53219fc..c5fe09c9 100644 Binary files a/Content/Blueprints/Lamp/Interior_Minimalism/BP_Lamp_4.uasset and b/Content/Blueprints/Lamp/Interior_Minimalism/BP_Lamp_4.uasset differ diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index 92c0e179..313912b6 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/GameplayFunctions.uasset b/Content/Blueprints/Player/GameplayFunctions.uasset index 5eed4cd6..404b4cfc 100644 Binary files a/Content/Blueprints/Player/GameplayFunctions.uasset and b/Content/Blueprints/Player/GameplayFunctions.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index 7ed708eb..d1db9d96 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/UI/Actors/HousePoint.uasset b/Content/Blueprints/UI/Actors/HousePoint.uasset index 2a7e44e6..e358b5ef 100644 Binary files a/Content/Blueprints/UI/Actors/HousePoint.uasset and b/Content/Blueprints/UI/Actors/HousePoint.uasset differ diff --git a/Content/Blueprints/UI/Actors/KPmaker.uasset b/Content/Blueprints/UI/Actors/KPmaker.uasset index 0eefe6f7..6032910f 100644 Binary files a/Content/Blueprints/UI/Actors/KPmaker.uasset and b/Content/Blueprints/UI/Actors/KPmaker.uasset differ diff --git a/Content/Blueprints/UI/Img/FloorPlans/GP1_S01-04_F10.uasset b/Content/Blueprints/UI/Img/FloorPlans/GP1_S01-04_F10.uasset new file mode 100644 index 00000000..8cb2d2ab Binary files /dev/null and b/Content/Blueprints/UI/Img/FloorPlans/GP1_S01-04_F10.uasset differ diff --git a/Content/Blueprints/UI/Img/FloorPlans/GP2_S01-04_F10.uasset b/Content/Blueprints/UI/Img/FloorPlans/GP2_S01-04_F10.uasset new file mode 100644 index 00000000..c981356b Binary files /dev/null and b/Content/Blueprints/UI/Img/FloorPlans/GP2_S01-04_F10.uasset differ diff --git a/Content/Blueprints/UI/Img/Menu/ForInfra/Legend.uasset b/Content/Blueprints/UI/Img/Menu/ForInfra/Legend.uasset index a0309bc8..b8e0d7bf 100644 Binary files a/Content/Blueprints/UI/Img/Menu/ForInfra/Legend.uasset and b/Content/Blueprints/UI/Img/Menu/ForInfra/Legend.uasset differ diff --git a/Content/Blueprints/UI/Img/Menu/ForInfra/Legend__1_.uasset b/Content/Blueprints/UI/Img/Menu/ForInfra/Legend__1_.uasset index 43f39c39..2bd660bf 100644 Binary files a/Content/Blueprints/UI/Img/Menu/ForInfra/Legend__1_.uasset and b/Content/Blueprints/UI/Img/Menu/ForInfra/Legend__1_.uasset differ diff --git a/Content/Blueprints/UI/Img/Menu/ForInfra/Map.uasset b/Content/Blueprints/UI/Img/Menu/ForInfra/Map.uasset index dfc12d08..92f8c1a5 100644 Binary files a/Content/Blueprints/UI/Img/Menu/ForInfra/Map.uasset and b/Content/Blueprints/UI/Img/Menu/ForInfra/Map.uasset differ diff --git a/Content/Blueprints/UI/Img/Menu/ForInfra/Shade.uasset b/Content/Blueprints/UI/Img/Menu/ForInfra/Shade.uasset new file mode 100644 index 00000000..75477b51 Binary files /dev/null and b/Content/Blueprints/UI/Img/Menu/ForInfra/Shade.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Elements/2sidedSlider.uasset b/Content/Blueprints/UI/Widgets/Elements/2sidedSlider.uasset index 3dda13b5..29f3c6c7 100644 Binary files a/Content/Blueprints/UI/Widgets/Elements/2sidedSlider.uasset and b/Content/Blueprints/UI/Widgets/Elements/2sidedSlider.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Elements/MenuBtn.uasset b/Content/Blueprints/UI/Widgets/Elements/MenuBtn.uasset index c73dae6b..141ca7e8 100644 Binary files a/Content/Blueprints/UI/Widgets/Elements/MenuBtn.uasset and b/Content/Blueprints/UI/Widgets/Elements/MenuBtn.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Elements/flatMapWithNavi.uasset b/Content/Blueprints/UI/Widgets/Elements/flatMapWithNavi.uasset index 1741935f..3a8bf134 100644 Binary files a/Content/Blueprints/UI/Widgets/Elements/flatMapWithNavi.uasset and b/Content/Blueprints/UI/Widgets/Elements/flatMapWithNavi.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Elements/styledText.uasset b/Content/Blueprints/UI/Widgets/Elements/styledText.uasset index 99ca8e02..72bebdaa 100644 Binary files a/Content/Blueprints/UI/Widgets/Elements/styledText.uasset and b/Content/Blueprints/UI/Widgets/Elements/styledText.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/About.uasset b/Content/Blueprints/UI/Widgets/Menu/About.uasset index cf209783..f721d20c 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/About.uasset and b/Content/Blueprints/UI/Widgets/Menu/About.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/Booking.uasset b/Content/Blueprints/UI/Widgets/Menu/Booking.uasset index deb005a6..d69b2296 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/Booking.uasset and b/Content/Blueprints/UI/Widgets/Menu/Booking.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/EndSession.uasset b/Content/Blueprints/UI/Widgets/Menu/EndSession.uasset index e5919348..b4b1fc24 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/EndSession.uasset and b/Content/Blueprints/UI/Widgets/Menu/EndSession.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/EndSessionCard.uasset b/Content/Blueprints/UI/Widgets/Menu/EndSessionCard.uasset index d54b5e53..1437fe7d 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/EndSessionCard.uasset and b/Content/Blueprints/UI/Widgets/Menu/EndSessionCard.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/Favorite.uasset b/Content/Blueprints/UI/Widgets/Menu/Favorite.uasset index 08909b8b..8f47d88c 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/Favorite.uasset and b/Content/Blueprints/UI/Widgets/Menu/Favorite.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/FavoriteCard.uasset b/Content/Blueprints/UI/Widgets/Menu/FavoriteCard.uasset index 4023061f..9aa487fa 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/FavoriteCard.uasset and b/Content/Blueprints/UI/Widgets/Menu/FavoriteCard.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/InfraMap.uasset b/Content/Blueprints/UI/Widgets/Menu/InfraMap.uasset index ce61fb25..6b56ad99 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/InfraMap.uasset and b/Content/Blueprints/UI/Widgets/Menu/InfraMap.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/Layout.uasset b/Content/Blueprints/UI/Widgets/Menu/Layout.uasset index ec0d6293..b348ca60 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/Layout.uasset and b/Content/Blueprints/UI/Widgets/Menu/Layout.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/Login.uasset b/Content/Blueprints/UI/Widgets/Menu/Login.uasset index afea9648..42f58674 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/Login.uasset and b/Content/Blueprints/UI/Widgets/Menu/Login.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/Settings.uasset b/Content/Blueprints/UI/Widgets/Menu/Settings.uasset index 1332cf8c..ac14b2f1 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/Settings.uasset and b/Content/Blueprints/UI/Widgets/Menu/Settings.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Menu/mainMenu.uasset b/Content/Blueprints/UI/Widgets/Menu/mainMenu.uasset index ccbc319a..97168238 100644 Binary files a/Content/Blueprints/UI/Widgets/Menu/mainMenu.uasset and b/Content/Blueprints/UI/Widgets/Menu/mainMenu.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Search/BigSearchCard.uasset b/Content/Blueprints/UI/Widgets/Search/BigSearchCard.uasset index 69ea0bb5..a67dadc2 100644 Binary files a/Content/Blueprints/UI/Widgets/Search/BigSearchCard.uasset and b/Content/Blueprints/UI/Widgets/Search/BigSearchCard.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Search/Search.uasset b/Content/Blueprints/UI/Widgets/Search/Search.uasset index 95a73b6b..5d614fb7 100644 Binary files a/Content/Blueprints/UI/Widgets/Search/Search.uasset and b/Content/Blueprints/UI/Widgets/Search/Search.uasset differ diff --git a/Content/Blueprints/UI/Widgets/Search/SmallSearchCard.uasset b/Content/Blueprints/UI/Widgets/Search/SmallSearchCard.uasset index 25ae29ec..f1010722 100644 Binary files a/Content/Blueprints/UI/Widgets/Search/SmallSearchCard.uasset and b/Content/Blueprints/UI/Widgets/Search/SmallSearchCard.uasset differ diff --git a/Content/Blueprints/UI/Widgets/SubMenu/Infrastrucrure.uasset b/Content/Blueprints/UI/Widgets/SubMenu/Infrastrucrure.uasset index 39f291d9..852c0fc5 100644 Binary files a/Content/Blueprints/UI/Widgets/SubMenu/Infrastrucrure.uasset and b/Content/Blueprints/UI/Widgets/SubMenu/Infrastrucrure.uasset differ diff --git a/Content/Blueprints/UI/Widgets/SubMenu/NavigationBars.uasset b/Content/Blueprints/UI/Widgets/SubMenu/NavigationBars.uasset index cefb29b4..ca79f88a 100644 Binary files a/Content/Blueprints/UI/Widgets/SubMenu/NavigationBars.uasset and b/Content/Blueprints/UI/Widgets/SubMenu/NavigationBars.uasset differ diff --git a/Content/Blueprints/UI/Widgets/SubMenu/Submenu.uasset b/Content/Blueprints/UI/Widgets/SubMenu/Submenu.uasset index ba08ffcb..607459b1 100644 Binary files a/Content/Blueprints/UI/Widgets/SubMenu/Submenu.uasset and b/Content/Blueprints/UI/Widgets/SubMenu/Submenu.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset index 3be08c67..a8f71681 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/LAPTOP/LAPTOP_01/BP_laptop_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/SM_speaker_01_surround_02.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/SM_speaker_01_surround_02.uasset index e0a535bc..a6b58ba7 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/SM_speaker_01_surround_02.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/SPEAKER/SPEAKER_01/SM_speaker_01_surround_02.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset index 943441a4..038156c9 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/BP_smart_trash_bin_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_body.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_body.uasset index 705cc1ef..5f32d120 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_body.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_body.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_top.uasset b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_top.uasset index d6c55991..35667fe0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_top.uasset and b/Content/Furniture/Vol2_Unsorted/ELECTRONICS/2_ASSETS/TRASH_BIN/SMART_TRASH_BIN_01/SM_smart_trash_bin_01_top.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BShampoo.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BShampoo.uasset index c1c7e735..479d5900 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BShampoo.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BShampoo.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BToothbrush.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BToothbrush.uasset index eb8a7e55..4ddb3bdf 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BToothbrush.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Bathroom/SM_BToothbrush.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_2Bed_Wardrobe.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_2Bed_Wardrobe.uasset index 8eb8a87f..e76126e9 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_2Bed_Wardrobe.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_2Bed_Wardrobe.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_Deco_Tri.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_Deco_Tri.uasset index cb5d05c0..b10fd9cb 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_Deco_Tri.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/BedRoom_02/SM_Deco_Tri.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBird.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBird.uasset index a2c674c3..55d799a6 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBird.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBird.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBox.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBox.uasset index ee36f785..5b99f0d7 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBox.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BBox.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_01.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_01.uasset index 899b9959..125dc7ea 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_01.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_02.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_02.uasset index ab4b94d1..32ffeb2a 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_02.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BClothes_02.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BDecoDeer.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BDecoDeer.uasset index abce9f97..a4ed596c 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BDecoDeer.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BDecoDeer.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BPotPlant.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BPotPlant.uasset index ffb12292..32fa248a 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BPotPlant.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BPotPlant.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_01.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_01.uasset index dccab6bc..438d931c 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_01.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_07.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_07.uasset index 3b4e1f70..a6a12657 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_07.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/BedRoom/SM_BVase_07.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Dinning/SM_Dinning_Chair_01.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Dinning/SM_Dinning_Chair_01.uasset index 166c55d0..4789c06c 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Dinning/SM_Dinning_Chair_01.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Dinning/SM_Dinning_Chair_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Sneakers.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Sneakers.uasset index e43256b9..2e918718 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Sneakers.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Sneakers.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Umbrella.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Umbrella.uasset index ee73bee0..ad1b6af2 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Umbrella.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Hallway/SM_Umbrella.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_Jar.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_Jar.uasset index c6cd52f6..9852ce3d 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_Jar.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_Jar.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_03.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_03.uasset index 36a58993..65c7b790 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_03.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_03.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_04.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_04.uasset index f9607e07..9922f56e 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_04.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KCuttingBoard_04.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDFood_02.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDFood_02.uasset index 22f8e4c9..f56e20ba 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDFood_02.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDFood_02.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause.uasset index 74839a2f..014520e3 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause_02.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause_02.uasset index d7d00493..b0cf88ff 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause_02.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KDSause_02.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KHood.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KHood.uasset index 23cb1025..1e331130 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KHood.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KHood.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTea.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTea.uasset index 41d947e1..a6fb1723 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTea.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTea.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTeapot_03.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTeapot_03.uasset index 1f51582a..108ba900 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTeapot_03.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Kitchen/SM_KTeapot_03.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Lamps/WallLampsMaterial/MI_WallLamp.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Lamps/WallLampsMaterial/MI_WallLamp.uasset index 298312fe..639a90f0 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Lamps/WallLampsMaterial/MI_WallLamp.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Lamps/WallLampsMaterial/MI_WallLamp.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Curtain_01.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Curtain_01.uasset index fde533cd..bfb91089 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Curtain_01.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Curtain_01.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Deco_05.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Deco_05.uasset index 3651a191..e5dc5147 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Deco_05.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_Deco_05.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_LController.uasset b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_LController.uasset index de196ee0..9d97d254 100644 Binary files a/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_LController.uasset and b/Content/Furniture/Vol2_Unsorted/FurniturePack/Assets/Furniture/Living/SM_LController.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Materials/Bedroom/MI_BedBackBed_005.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Materials/Bedroom/MI_BedBackBed_005.uasset new file mode 100644 index 00000000..1a993b33 Binary files /dev/null and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Materials/Bedroom/MI_BedBackBed_005.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bedroom/SM_Bed_Queen.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bedroom/SM_Bed_Queen.uasset index 43faf89e..a1394224 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bedroom/SM_Bed_Queen.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Bedroom/SM_Bed_Queen.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Furniture/SM_Chair_002_A.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Furniture/SM_Chair_002_A.uasset index 93b0af51..204b8ef4 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Furniture/SM_Chair_002_A.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Furniture/SM_Chair_002_A.uasset differ diff --git a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Table_002_A.uasset b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Table_002_A.uasset index ab71e0dc..65793af2 100644 Binary files a/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Table_002_A.uasset and b/Content/Furniture/Vol2_Unsorted/Unimodels_Department_Vol_1/Meshes/Kitchen/SM_Table_002_A.uasset differ diff --git a/Content/Maps/Cars.umap b/Content/Maps/Cars.umap index bc6c46e0..72a36bc6 100644 Binary files a/Content/Maps/Cars.umap and b/Content/Maps/Cars.umap differ diff --git a/Content/Maps/Interior/Bakery.umap b/Content/Maps/Interior/Bakery.umap index ae2b5204..cd5c773c 100644 Binary files a/Content/Maps/Interior/Bakery.umap and b/Content/Maps/Interior/Bakery.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A00.umap b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A00.umap index 0f35690f..a650b227 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A00.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A00.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A01.umap b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A01.umap index c4835575..af237a77 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A01.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A01.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A02.umap b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A02.umap index bbc250dc..47b94352 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A02.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A02.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A03.umap b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A03.umap index 8419a84f..a9fb7c57 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A03.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A03.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A04.umap b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A04.umap index 968e9f1b..77ccf6ec 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A04.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S01/BF_GP1_S01_A04.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A00.umap b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A00.umap index 7972d9bf..e09fa66d 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A00.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A00.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A01.umap b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A01.umap index 6b1f8311..32c274c9 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A01.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A01.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A02.umap b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A02.umap index beaa7266..5656d0ac 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A02.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A02.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A03.umap b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A03.umap index 3e7853a3..0ac3d692 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A03.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S02/BF_GP1_S02_A03.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A00.umap b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A00.umap index 930cd91e..e62776ab 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A00.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A00.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A01.umap b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A01.umap index f2a040de..04a3df05 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A01.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A01.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A02.umap b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A02.umap index 4a70c3eb..5d779ab3 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A02.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A02.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A03.umap b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A03.umap index 777cd574..e4f0b7ae 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A03.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A03.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A04.umap b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A04.umap index cf1383fc..8e47b7c1 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A04.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S03/BF_GP1_S03_A04.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A00.umap b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A00.umap index 807c4e29..afbb36bd 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A00.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A00.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A01.umap b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A01.umap index 0fd75536..7c40bbfb 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A01.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A01.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A02.umap b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A02.umap index 0ac07006..1eef4a24 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A02.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A02.umap differ diff --git a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A03.umap b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A03.umap index 8163a74a..faf78b12 100644 Binary files a/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A03.umap and b/Content/Maps/Interior/GP1/BakeFurniture/S04/BF_GP1_S04_A03.umap differ diff --git a/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A05_F09.umap b/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A05_F09.umap index 241c2461..2cc313e1 100644 Binary files a/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A05_F09.umap and b/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A05_F09.umap differ diff --git a/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A06_F09.umap b/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A06_F09.umap index 504251e9..dd7cae9e 100644 Binary files a/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A06_F09.umap and b/Content/Maps/Interior/GP1/F09/S01/GP1_S01_A06_F09.umap differ diff --git a/Content/Maps/Interior/GP1/F09/S02/GP1_S02_A04_F09.umap b/Content/Maps/Interior/GP1/F09/S02/GP1_S02_A04_F09.umap index d11253ee..ef123139 100644 Binary files a/Content/Maps/Interior/GP1/F09/S02/GP1_S02_A04_F09.umap and b/Content/Maps/Interior/GP1/F09/S02/GP1_S02_A04_F09.umap differ diff --git a/Content/Maps/Interior/GP1/F09/S03/GP1_S03_A06_F09.umap b/Content/Maps/Interior/GP1/F09/S03/GP1_S03_A06_F09.umap index 6e94e928..436043bc 100644 Binary files a/Content/Maps/Interior/GP1/F09/S03/GP1_S03_A06_F09.umap and b/Content/Maps/Interior/GP1/F09/S03/GP1_S03_A06_F09.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A00.umap b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A00.umap index 2f1a1a31..1856078d 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A00.umap and b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A01.umap b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A01.umap index 40361534..9ea0b8b8 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A01.umap and b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A02.umap b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A02.umap index 443a0d66..f77379ff 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A02.umap and b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A03.umap b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A03.umap index 7d2e6f1b..69015af0 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A03.umap and b/Content/Maps/Interior/GP1/Furniture/S01/F_GP1_S01_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A00.umap b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A00.umap index a345e47e..4afefcfe 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A00.umap and b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A01.umap b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A01.umap index 4acf264e..0a31bdfb 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A01.umap and b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A02.umap b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A02.umap index 6a0c3ea7..f54e3deb 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A02.umap and b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A03.umap b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A03.umap index d4235480..befa6e87 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A03.umap and b/Content/Maps/Interior/GP1/Furniture/S02/F_GP1_S02_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A00.umap b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A00.umap index efc2e757..9f199c17 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A00.umap and b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A01.umap b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A01.umap index 1b3371ec..b88c9776 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A01.umap and b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A02.umap b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A02.umap index be867e00..cd81e407 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A02.umap and b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A03.umap b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A03.umap index 925145db..32fbab20 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A03.umap and b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A04.umap b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A04.umap index 5920b0be..b51ba9bc 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A04.umap and b/Content/Maps/Interior/GP1/Furniture/S03/F_GP1_S03_A04.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A00.umap b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A00.umap index eb05949d..057488f9 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A00.umap and b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A01.umap b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A01.umap index 435e3f9c..2db0bab4 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A01.umap and b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A02.umap b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A02.umap index 2168cc39..dce00638 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A02.umap and b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A03.umap b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A03.umap index 2b620fce..5d5860ef 100644 Binary files a/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A03.umap and b/Content/Maps/Interior/GP1/Furniture/S04/F_GP1_S04_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A00.umap b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A00.umap index a223dc7a..b248aa14 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A00.umap and b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A01.umap b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A01.umap index f0a60567..44d0633e 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A01.umap and b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A02.umap b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A02.umap index 0476d838..625d1178 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A02.umap and b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A03.umap b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A03.umap index 8b735304..14393b42 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A03.umap and b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A04.umap b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A04.umap index 6fa130f6..4e65e7f5 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A04.umap and b/Content/Maps/Interior/GP1/Walls/F02/S01/W_GP1_S01_F02_A04.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A00.umap b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A00.umap index 39d2f736..323432bc 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A00.umap and b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A01.umap b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A01.umap index e92f4b08..e02c2736 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A01.umap and b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A02.umap b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A02.umap index aeff1c23..079c1d28 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A02.umap and b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A03.umap b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A03.umap index 48382ed0..c96c8c10 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A03.umap and b/Content/Maps/Interior/GP1/Walls/F02/S02/W_GP1_S02_F02_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A00.umap b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A00.umap index d41b3abc..2180ad74 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A00.umap and b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A01.umap b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A01.umap index 488c47f9..2e6864f4 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A01.umap and b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A02.umap b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A02.umap index 7e397809..806b1085 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A02.umap and b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A03.umap b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A03.umap index 7b0468f4..456dd53b 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A03.umap and b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A04.umap b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A04.umap index cb4888ad..f9f0163a 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A04.umap and b/Content/Maps/Interior/GP1/Walls/F02/S03/W_GP1_S03_F02_A04.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A00.umap b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A00.umap index bbe31af2..b84ed1c3 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A00.umap and b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A01.umap b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A01.umap index 9c533b0a..adf8e612 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A01.umap and b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A02.umap b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A02.umap index 45816149..896705ed 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A02.umap and b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A03.umap b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A03.umap index 2eec9bdb..4be6a8bd 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A03.umap and b/Content/Maps/Interior/GP1/Walls/F02/S04/W_GP1_S04_F02_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A00.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A00.umap index 3e427f26..d69339e9 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A00.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A01.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A01.umap index eca88234..bb6a959d 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A01.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A02.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A02.umap index e65225ae..e02f949f 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A02.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A03.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A03.umap index 2694bd30..1e78b147 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A03.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A04.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A04.umap index 90be9a2a..8d60d5b0 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A04.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S01/W_GP1_S01_F03-05_F08_A04.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A00.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A00.umap index f7db5275..dd4b8c5c 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A00.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A01.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A01.umap index 9cc6b8b3..c15fc067 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A01.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A02.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A02.umap index b93e5f71..e5a81c3e 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A02.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A03.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A03.umap index d831c68d..b19e110f 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A03.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S02/W_GP1_S02_F03-05_F08_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A00.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A00.umap index b9a37bc4..2e795b63 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A00.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A01.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A01.umap index df5922fa..7c0a7411 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A01.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A02.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A02.umap index 3e76f786..ea6f791f 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A02.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A03.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A03.umap index dcea4714..0e2cd080 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A03.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A04.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A04.umap index a1be9fac..b10c80e0 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A04.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S03/W_GP1_S03_F03-05_F08_A04.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A00.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A00.umap index 37f2e056..6ef5aa28 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A00.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A01.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A01.umap index 33b462b0..41d689bb 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A01.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A02.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A02.umap index 8f6ce2e7..5ca08d85 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A02.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A03.umap b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A03.umap index dad61725..1fa6ce95 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A03.umap and b/Content/Maps/Interior/GP1/Walls/F03-F05+F08/S04/W_GP1_S04_F03-05_F08_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A00.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A00.umap index 7b4c8d6a..245ba6c8 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A00.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A01.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A01.umap index 20a53e19..f34f8aa2 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A01.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A02.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A02.umap index 4bcac6b3..b6bf6e41 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A02.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A03.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A03.umap index 9c85bfbe..e2c34c6d 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A03.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A04.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A04.umap index caa40022..aad11dfb 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A04.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S01/W_GP1_S01_F06-07_A04.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A00.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A00.umap index 2db5b097..f1dead6b 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A00.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A01.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A01.umap index f6027c4d..414d4f33 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A01.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A02.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A02.umap index 61c30529..11fb21ed 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A02.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A03.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A03.umap index 6e3f6bc2..719c41a9 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A03.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S02/W_GP1_S02_F06-07_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A00.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A00.umap index cde31b8c..15c88508 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A00.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A01.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A01.umap index 802c9551..5ba3d67a 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A01.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A02.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A02.umap index 62502cda..402d8ab7 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A02.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A03.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A03.umap index cf244681..d2f9d82f 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A03.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A03.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A04.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A04.umap index 27704927..0ab7dcee 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A04.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S03/W_GP1_S03_F06-07_A04.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A00.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A00.umap index 1df442e8..53be2b96 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A00.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A00.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A01.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A01.umap index 0427c437..2de19f3e 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A01.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A01.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A02.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A02.umap index 626998d1..4422a0b0 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A02.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A02.umap differ diff --git a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A03.umap b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A03.umap index c4f3a269..630242dc 100644 Binary files a/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A03.umap and b/Content/Maps/Interior/GP1/Walls/F06-07/S04/W_GP1_S04_F06-07_A03.umap differ diff --git a/Content/Maps/Interior/GP2/F09/S01/GP2_S01_A04_F09.umap b/Content/Maps/Interior/GP2/F09/S01/GP2_S01_A04_F09.umap index 10f920f6..26a69a56 100644 Binary files a/Content/Maps/Interior/GP2/F09/S01/GP2_S01_A04_F09.umap and b/Content/Maps/Interior/GP2/F09/S01/GP2_S01_A04_F09.umap differ diff --git a/Content/Maps/Interior/GP2/F09/S02/GP2_S02_A06_F09.umap b/Content/Maps/Interior/GP2/F09/S02/GP2_S02_A06_F09.umap index b31ca1c3..fe831e7f 100644 Binary files a/Content/Maps/Interior/GP2/F09/S02/GP2_S02_A06_F09.umap and b/Content/Maps/Interior/GP2/F09/S02/GP2_S02_A06_F09.umap differ diff --git a/Content/Maps/Interior/GP2/F09/S03/GP2_S03_A04_F09.umap b/Content/Maps/Interior/GP2/F09/S03/GP2_S03_A04_F09.umap index 50de8865..d3e78235 100644 Binary files a/Content/Maps/Interior/GP2/F09/S03/GP2_S03_A04_F09.umap and b/Content/Maps/Interior/GP2/F09/S03/GP2_S03_A04_F09.umap differ diff --git a/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A05_F09.umap b/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A05_F09.umap index 0c14b81e..51fa9ec5 100644 Binary files a/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A05_F09.umap and b/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A05_F09.umap differ diff --git a/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A06_F09.umap b/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A06_F09.umap index 800320ac..ff601d32 100644 Binary files a/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A06_F09.umap and b/Content/Maps/Interior/GP2/F09/S04/GP2_S04_A06_F09.umap differ diff --git a/Content/Maps/Points.umap b/Content/Maps/Points.umap index 137e4b47..ff60c115 100644 Binary files a/Content/Maps/Points.umap and b/Content/Maps/Points.umap differ diff --git a/Content/Maps/mainScene.umap b/Content/Maps/mainScene.umap index 23f372df..5f64f365 100644 Binary files a/Content/Maps/mainScene.umap and b/Content/Maps/mainScene.umap differ diff --git a/Content/Maps/people.umap b/Content/Maps/people.umap index 8b1fd55e..0cda003e 100644 Binary files a/Content/Maps/people.umap and b/Content/Maps/people.umap differ diff --git a/Content/Materials/Interior/Interior_Mat/MI_Wallpaper_Marburg.uasset b/Content/Materials/Interior/Interior_Mat/MI_Wallpaper_Marburg.uasset index b9724884..5e52a3e4 100644 Binary files a/Content/Materials/Interior/Interior_Mat/MI_Wallpaper_Marburg.uasset and b/Content/Materials/Interior/Interior_Mat/MI_Wallpaper_Marburg.uasset differ diff --git a/Content/Materials/Interior/Interior_Mat/Other/MI_Marble_White_Table.uasset b/Content/Materials/Interior/Interior_Mat/Other/MI_Marble_White_Table.uasset index a490c265..a72a4497 100644 Binary files a/Content/Materials/Interior/Interior_Mat/Other/MI_Marble_White_Table.uasset and b/Content/Materials/Interior/Interior_Mat/Other/MI_Marble_White_Table.uasset differ diff --git a/Content/Materials/Interior/Interior_Mat/Other/MI_Metal_Black_Res_Fade.uasset b/Content/Materials/Interior/Interior_Mat/Other/MI_Metal_Black_Res_Fade.uasset index 2d866e5d..c7989a25 100644 Binary files a/Content/Materials/Interior/Interior_Mat/Other/MI_Metal_Black_Res_Fade.uasset and b/Content/Materials/Interior/Interior_Mat/Other/MI_Metal_Black_Res_Fade.uasset differ diff --git a/Content/Materials/Interior/Interior_Mat/Other/MI_Pastic_White_Kitchen_V2.uasset b/Content/Materials/Interior/Interior_Mat/Other/MI_Pastic_White_Kitchen_V2.uasset index 68df4182..cb48cf6d 100644 Binary files a/Content/Materials/Interior/Interior_Mat/Other/MI_Pastic_White_Kitchen_V2.uasset and b/Content/Materials/Interior/Interior_Mat/Other/MI_Pastic_White_Kitchen_V2.uasset differ diff --git a/Content/Materials/Interior/MI_Door_Res_Fade.uasset b/Content/Materials/Interior/MI_Door_Res_Fade.uasset index 99de552d..b44c7d65 100644 Binary files a/Content/Materials/Interior/MI_Door_Res_Fade.uasset and b/Content/Materials/Interior/MI_Door_Res_Fade.uasset differ diff --git a/Content/Materials/Interior/MI_Fabric_White1.uasset b/Content/Materials/Interior/MI_Fabric_White1.uasset index a4622284..a390d21a 100644 Binary files a/Content/Materials/Interior/MI_Fabric_White1.uasset and b/Content/Materials/Interior/MI_Fabric_White1.uasset differ diff --git a/Content/Materials/Interior/MI_Paint_V4.uasset b/Content/Materials/Interior/MI_Paint_V4.uasset index cba40ac7..9ec965d2 100644 Binary files a/Content/Materials/Interior/MI_Paint_V4.uasset and b/Content/Materials/Interior/MI_Paint_V4.uasset differ diff --git a/Content/Materials/Interior/MI_Paint_V5.uasset b/Content/Materials/Interior/MI_Paint_V5.uasset index a931c363..32b262ef 100644 Binary files a/Content/Materials/Interior/MI_Paint_V5.uasset and b/Content/Materials/Interior/MI_Paint_V5.uasset differ diff --git a/Content/Materials/Interior/MI_Wall_Decor_Paint_V3_1x1_Inst.uasset b/Content/Materials/Interior/MI_Wall_Decor_Paint_V3_1x1_Inst.uasset new file mode 100644 index 00000000..19aad4ef Binary files /dev/null and b/Content/Materials/Interior/MI_Wall_Decor_Paint_V3_1x1_Inst.uasset differ diff --git a/Content/Materials/Interior/MI_Wall_Decor_Paint_V4_1x1_Inst.uasset b/Content/Materials/Interior/MI_Wall_Decor_Paint_V4_1x1_Inst.uasset new file mode 100644 index 00000000..4ab36787 Binary files /dev/null and b/Content/Materials/Interior/MI_Wall_Decor_Paint_V4_1x1_Inst.uasset differ diff --git a/Content/Meshes/Interior/Furniture/BathRoom/SM_Bath_room_shelves.uasset b/Content/Meshes/Interior/Furniture/BathRoom/SM_Bath_room_shelves.uasset index ff4673ca..3c796a27 100644 Binary files a/Content/Meshes/Interior/Furniture/BathRoom/SM_Bath_room_shelves.uasset and b/Content/Meshes/Interior/Furniture/BathRoom/SM_Bath_room_shelves.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_BShampoo.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_BShampoo.uasset new file mode 100644 index 00000000..abc31a99 Binary files /dev/null and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_BShampoo.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_BToothbrush.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_BToothbrush.uasset new file mode 100644 index 00000000..15a9655b Binary files /dev/null and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_BToothbrush.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Lamp_3_SM_Lamp_3.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Lamp_3_SM_Lamp_3.uasset new file mode 100644 index 00000000..e7b37c1f Binary files /dev/null and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Lamp_3_SM_Lamp_3.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Mirror_4.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Mirror_4.uasset new file mode 100644 index 00000000..17304478 Binary files /dev/null and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Mirror_4.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Shelf_1.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Shelf_1.uasset index d1fa6e08..996e3dfa 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Shelf_1.uasset and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Shelf_1.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Sink_3.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Sink_3.uasset new file mode 100644 index 00000000..a408be27 Binary files /dev/null and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Sink_3.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Swedish_wall_sport.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Swedish_wall_sport.uasset index 526ab2e8..cc39ffbe 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Swedish_wall_sport.uasset and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Swedish_wall_sport.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Table_1.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Table_1.uasset index 1c09d979..c2a77ff9 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Table_1.uasset and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Table_1.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Towel_004.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Towel_004.uasset new file mode 100644 index 00000000..2ba427b2 Binary files /dev/null and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Towel_004.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Wall_TV.uasset b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Wall_TV.uasset index 25f74e48..e233c3a7 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V2/SM_Wall_TV.uasset and b/Content/Meshes/Interior/Furniture/Interior_V2/SM_Wall_TV.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_Chair_Lounge_1_Chair_White.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_Chair_Lounge_1_Chair_White.uasset index 88a82965..426d69b0 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_Chair_Lounge_1_Chair_White.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_Chair_Lounge_1_Chair_White.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_ShelfTV_1_SM_ShelfTV_1.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_ShelfTV_1_SM_ShelfTV_1.uasset index 68c51f12..d5183e28 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_ShelfTV_1_SM_ShelfTV_1.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_ShelfTV_1_SM_ShelfTV_1.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_Table_Lounge_Table.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_Table_Lounge_Table.uasset index eb640d0f..90346244 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_Table_Lounge_Table.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_Table_Lounge_Table.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_Tidafors_Sofa.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_Tidafors_Sofa.uasset index 0354832c..a955bb2d 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_Tidafors_Sofa.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_Tidafors_Sofa.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_WallTV_1.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_WallTV_1.uasset index 52cc5444..4da587d4 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_WallTV_1.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_WallTV_1.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_1_SM_child_bed_1.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_1_SM_child_bed_1.uasset index a98d3706..140020fd 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_1_SM_child_bed_1.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_1_SM_child_bed_1.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_2_SM_child_bed_3.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_2_SM_child_bed_3.uasset index 741eb04d..1be4a02f 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_2_SM_child_bed_3.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_bed_2_SM_child_bed_3.uasset differ diff --git a/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_table.uasset b/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_table.uasset index 12d0caf3..1d1a8864 100644 Binary files a/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_table.uasset and b/Content/Meshes/Interior/Furniture/Interior_V3/SM_child_table.uasset differ diff --git a/Content/Meshes/Interior/Furniture/SM_Fireplace_fake.uasset b/Content/Meshes/Interior/Furniture/SM_Fireplace_fake.uasset index 808511e1..7f4772c1 100644 Binary files a/Content/Meshes/Interior/Furniture/SM_Fireplace_fake.uasset and b/Content/Meshes/Interior/Furniture/SM_Fireplace_fake.uasset differ diff --git a/Content/Meshes/Interior/Furniture/SM_LSofa_02.uasset b/Content/Meshes/Interior/Furniture/SM_LSofa_02.uasset index 3ab07288..ba1bbe50 100644 Binary files a/Content/Meshes/Interior/Furniture/SM_LSofa_02.uasset and b/Content/Meshes/Interior/Furniture/SM_LSofa_02.uasset differ diff --git a/Content/Meshes/Interior/Furniture/SM_Planters_hanging_plants.uasset b/Content/Meshes/Interior/Furniture/SM_Planters_hanging_plants.uasset index 175a8d33..da156437 100644 Binary files a/Content/Meshes/Interior/Furniture/SM_Planters_hanging_plants.uasset and b/Content/Meshes/Interior/Furniture/SM_Planters_hanging_plants.uasset differ diff --git a/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Ceiling.uasset b/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Ceiling.uasset index 4e813c97..c5d84aca 100644 Binary files a/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Ceiling.uasset and b/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Floor.uasset b/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Floor.uasset index dab912c4..c4442278 100644 Binary files a/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Floor.uasset and b/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Floor.uasset differ diff --git a/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Walls.uasset b/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Walls.uasset index bb850f87..3ac581a5 100644 Binary files a/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Walls.uasset and b/Content/Meshes/Interior/GP1/F09/SM_GP1_S01_A16_Walls.uasset differ diff --git a/Content/Meshes/Interior/GP1/F09/SM_GP1_S02_A12_Walls.uasset b/Content/Meshes/Interior/GP1/F09/SM_GP1_S02_A12_Walls.uasset index 9bd1579d..e351dfc6 100644 Binary files a/Content/Meshes/Interior/GP1/F09/SM_GP1_S02_A12_Walls.uasset and b/Content/Meshes/Interior/GP1/F09/SM_GP1_S02_A12_Walls.uasset differ diff --git a/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S01_A16_Plinth.uasset b/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S01_A16_Plinth.uasset new file mode 100644 index 00000000..c59767f1 Binary files /dev/null and b/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S01_A16_Plinth.uasset differ diff --git a/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S02_A12_Plinth.uasset b/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S02_A12_Plinth.uasset new file mode 100644 index 00000000..a0160289 Binary files /dev/null and b/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S02_A12_Plinth.uasset differ diff --git a/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S03_A16_Plinth.uasset b/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S03_A16_Plinth.uasset index 637cff5d..affe7d85 100644 Binary files a/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S03_A16_Plinth.uasset and b/Content/Meshes/Interior/GP1/Plinth/SM_GP1_S03_A16_Plinth.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00.uasset index d4db7df1..4c47c56a 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Ceiling.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Ceiling.uasset index afbbb7c7..22e24c6d 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Ceiling.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Floor.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Floor.uasset index bb654260..6ea90e3f 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Floor.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S01_A00_Floor.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01.uasset index e5eeafe9..d2602a0e 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Ceiling.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Ceiling.uasset index 4a6f3c95..9b67641d 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Ceiling.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Floor.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Floor.uasset index f796f62a..33bd5633 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Floor.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S02_A01_Floor.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00.uasset index c1fdc6e5..3ed16bee 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Ceiling.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Ceiling.uasset index 1e1b28cf..0bf9d008 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Ceiling.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Floor.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Floor.uasset index 86696647..4e91c77c 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Floor.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S03_A00_Floor.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00.uasset index b8d7e9d5..b04721b6 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Ceiling.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Ceiling.uasset index d4160b20..af760e52 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Ceiling.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Ceiling.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Floor.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Floor.uasset index 69178d59..ce187d07 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Floor.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A00_Floor.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01.uasset index 7daed79a..419ad141 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01.uasset differ diff --git a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01_Floor.uasset b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01_Floor.uasset index 1df22c8c..8fd58c72 100644 Binary files a/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01_Floor.uasset and b/Content/Meshes/Interior/Gp2/F09/SM_GP2_F9_S04_A01_Floor.uasset differ diff --git a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S01_A00_Plinth.uasset b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S01_A00_Plinth.uasset index 7e0524e6..9e7b5e9a 100644 Binary files a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S01_A00_Plinth.uasset and b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S01_A00_Plinth.uasset differ diff --git a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S02_A01_Plinth.uasset b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S02_A01_Plinth.uasset index 26ebcf3b..729f2979 100644 Binary files a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S02_A01_Plinth.uasset and b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S02_A01_Plinth.uasset differ diff --git a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S03_A00_Plinth.uasset b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S03_A00_Plinth.uasset index 07300692..02e95753 100644 Binary files a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S03_A00_Plinth.uasset and b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S03_A00_Plinth.uasset differ diff --git a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S04_A01_Plinth.uasset b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S04_A01_Plinth.uasset index 23a5cdad..fbc7a539 100644 Binary files a/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S04_A01_Plinth.uasset and b/Content/Meshes/Interior/Gp2/Plinth/SM_GP2_F9_S04_A01_Plinth.uasset differ diff --git a/Content/Meshes/Interior/Gp2/WallCaps/SM_GP2_F9_WallCap.uasset b/Content/Meshes/Interior/Gp2/WallCaps/SM_GP2_F9_WallCap.uasset index 0cfa147e..6861cdeb 100644 Binary files a/Content/Meshes/Interior/Gp2/WallCaps/SM_GP2_F9_WallCap.uasset and b/Content/Meshes/Interior/Gp2/WallCaps/SM_GP2_F9_WallCap.uasset differ diff --git a/Content/Meshes/Interior/Window/SM_Window_08.uasset b/Content/Meshes/Interior/Window/SM_Window_08.uasset index 02eb4799..0c2f74e5 100644 Binary files a/Content/Meshes/Interior/Window/SM_Window_08.uasset and b/Content/Meshes/Interior/Window/SM_Window_08.uasset differ diff --git a/Content/Meshes/Interior/Window/SM_Window_9fl_2Section.uasset b/Content/Meshes/Interior/Window/SM_Window_9fl_2Section.uasset index 790f041e..3a78dac6 100644 Binary files a/Content/Meshes/Interior/Window/SM_Window_9fl_2Section.uasset and b/Content/Meshes/Interior/Window/SM_Window_9fl_2Section.uasset differ diff --git a/Content/Movies/TV.uasset b/Content/Movies/TV.uasset index 548b34ce..d8f89c50 100644 Binary files a/Content/Movies/TV.uasset and b/Content/Movies/TV.uasset differ diff --git a/Content/Movies/paritet.mp4 b/Content/Movies/paritet.mp4 new file mode 100644 index 00000000..f291a1bd Binary files /dev/null and b/Content/Movies/paritet.mp4 differ diff --git a/Content/Movies/paritet.uasset b/Content/Movies/paritet.uasset new file mode 100644 index 00000000..7d62b998 Binary files /dev/null and b/Content/Movies/paritet.uasset differ diff --git a/Content/Peoples/BPs/splineMoverHuman.uasset b/Content/Peoples/BPs/splineMoverHuman.uasset index bcac2d5b..79fa0ccc 100644 Binary files a/Content/Peoples/BPs/splineMoverHuman.uasset and b/Content/Peoples/BPs/splineMoverHuman.uasset differ diff --git a/Content/Peoples/BPs/splineMoverHuman_bike.uasset b/Content/Peoples/BPs/splineMoverHuman_bike.uasset index 60a0e391..9ae71eb5 100644 Binary files a/Content/Peoples/BPs/splineMoverHuman_bike.uasset and b/Content/Peoples/BPs/splineMoverHuman_bike.uasset differ diff --git a/Content/Sounds/AT_birds.uasset b/Content/Sounds/AT_birds.uasset new file mode 100644 index 00000000..39001779 Binary files /dev/null and b/Content/Sounds/AT_birds.uasset differ diff --git a/Content/Sounds/CityMaster.uasset b/Content/Sounds/CityMaster.uasset new file mode 100644 index 00000000..0dfaae8b Binary files /dev/null and b/Content/Sounds/CityMaster.uasset differ diff --git a/Content/Sounds/children.uasset b/Content/Sounds/children.uasset new file mode 100644 index 00000000..8e04201d Binary files /dev/null and b/Content/Sounds/children.uasset differ diff --git a/Content/Sounds/childrenC.uasset b/Content/Sounds/childrenC.uasset new file mode 100644 index 00000000..9af59e4a Binary files /dev/null and b/Content/Sounds/childrenC.uasset differ diff --git a/Content/Sounds/city.uasset b/Content/Sounds/city.uasset new file mode 100644 index 00000000..25b8be7f Binary files /dev/null and b/Content/Sounds/city.uasset differ diff --git a/Content/Sounds/cityAmb.uasset b/Content/Sounds/cityAmb.uasset new file mode 100644 index 00000000..90a4ed22 Binary files /dev/null and b/Content/Sounds/cityAmb.uasset differ diff --git a/Content/Sounds/cityMasterMix.uasset b/Content/Sounds/cityMasterMix.uasset new file mode 100644 index 00000000..7b811418 Binary files /dev/null and b/Content/Sounds/cityMasterMix.uasset differ diff --git a/Content/Sounds/cityandbirds_Cue.uasset b/Content/Sounds/cityandbirds_Cue.uasset new file mode 100644 index 00000000..93217ab9 Binary files /dev/null and b/Content/Sounds/cityandbirds_Cue.uasset differ diff --git a/Content/Sounds/fadeBox.uasset b/Content/Sounds/fadeBox.uasset new file mode 100644 index 00000000..e5559342 Binary files /dev/null and b/Content/Sounds/fadeBox.uasset differ diff --git a/Content/Sounds/freestyler.uasset b/Content/Sounds/freestyler.uasset new file mode 100644 index 00000000..79dcac50 Binary files /dev/null and b/Content/Sounds/freestyler.uasset differ diff --git a/Content/Sounds/music.uasset b/Content/Sounds/music.uasset new file mode 100644 index 00000000..488f1751 Binary files /dev/null and b/Content/Sounds/music.uasset differ diff --git a/Content/Sounds/park1.uasset b/Content/Sounds/park1.uasset new file mode 100644 index 00000000..21fe7d86 Binary files /dev/null and b/Content/Sounds/park1.uasset differ diff --git a/Content/Sounds/park2.uasset b/Content/Sounds/park2.uasset new file mode 100644 index 00000000..d06d2e02 Binary files /dev/null and b/Content/Sounds/park2.uasset differ diff --git a/Content/Sounds/park3.uasset b/Content/Sounds/park3.uasset new file mode 100644 index 00000000..e42654e1 Binary files /dev/null and b/Content/Sounds/park3.uasset differ diff --git a/Content/Sounds/park5.uasset b/Content/Sounds/park5.uasset new file mode 100644 index 00000000..eb9cdd69 Binary files /dev/null and b/Content/Sounds/park5.uasset differ diff --git a/Content/Sounds/parkC.uasset b/Content/Sounds/parkC.uasset new file mode 100644 index 00000000..5b6f5cc7 Binary files /dev/null and b/Content/Sounds/parkC.uasset differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.dll index 078c13c7..b1c55e0c 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.pdb index 9ed3eb48..5d3c7026 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSS.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.dll index ae0395c3..570bdf51 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.pdb index 32434987..72991613 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSBlueprint.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.dll index 8a9fa297..9abd1f80 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.pdb index 097ac96f..0ec66a4b 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSEditor.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.dll index f46ba630..7ab92c9c 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.pdb index b59d4ed4..417380da 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-DLSSUtility.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.dll index 32c22da0..ec5c962c 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.pdb index 5fb6b9ba..18fdca42 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D11RHI.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.dll index 8dd9715f..3a21e5f1 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.pdb index 59a3c9a6..b7340883 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXD3D12RHI.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.dll index df0c00d9..b3ce90ca 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.pdb index 0535ceb8..503042b5 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXRHI.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.dll index cae5c5d2..858df577 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.pdb index d212c0f7..f00d8971 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHI.pdb differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.dll b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.dll index 77ab5879..cea83727 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.dll and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.dll differ diff --git a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.pdb b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.pdb index feda2518..ec40e34d 100644 Binary files a/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.pdb and b/Plugins/DLSS/Binaries/Win64/UnrealEditor-NGXVulkanRHIPreInit.pdb differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res index d3361e03..f987f46c 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res.response index be36d2f8..72cdc9b3 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-DLSS.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSS\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res.response.old new file mode 100644 index 00000000..be36d2f8 --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-DLSS.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSS\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.exp index 43d8a452..6f3d861b 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.lib index bfc4d476..5468bfbd 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSS/UnrealEditor-DLSS.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res index 2872222d..2fb70102 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res.response index f5808e38..22211a4c 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-DLSSBlueprint.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSSBlueprint\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res.response.old new file mode 100644 index 00000000..f5808e38 --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-DLSSBlueprint.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSSBlueprint\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.exp index e277219c..f2dbcdd0 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.lib index 5d968c9b..6514f81b 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSBlueprint/UnrealEditor-DLSSBlueprint.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res index f0534b92..1961890d 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res.response index 309825e8..309cb577 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-DLSSEditor.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSSEditor\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res.response.old new file mode 100644 index 00000000..309825e8 --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-DLSSEditor.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSSEditor\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.exp index 9a7faf58..93bacf0d 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.lib index f77f4f1a..d39c8e8f 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSEditor/UnrealEditor-DLSSEditor.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res index 0572304c..5d288298 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res.response index 4a420151..59a1b4e1 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-DLSSUtility.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSSUtility\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res.response.old new file mode 100644 index 00000000..4a420151 --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-DLSSUtility.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\DLSSUtility\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.exp index 5bd991bf..8a30fde8 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.lib index 3ea74da1..e17dd254 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/DLSSUtility/UnrealEditor-DLSSUtility.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res index 1e0b0ee7..ddd22c78 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res.response index d07de280..5bee299c 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-NGXD3D11RHI.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXD3D11RHI\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res.response.old new file mode 100644 index 00000000..d07de280 --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-NGXD3D11RHI.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXD3D11RHI\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.exp index e4f900f6..bdea5be2 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.lib index 1311d028..a303efc9 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D11RHI/UnrealEditor-NGXD3D11RHI.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res index 634445dd..304474d4 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res.response index 582fc454..294469d1 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-NGXD3D12RHI.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXD3D12RHI\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res.response.old new file mode 100644 index 00000000..582fc454 --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-NGXD3D12RHI.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXD3D12RHI\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.exp index 3f9b2322..907d8578 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.lib index 911c28f3..14a79cad 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXD3D12RHI/UnrealEditor-NGXD3D12RHI.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res index f5624235..984744df 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res.response index 69896d8a..dd090392 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-NGXRHI.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXRHI\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res.response.old new file mode 100644 index 00000000..69896d8a --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-NGXRHI.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXRHI\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.exp index 6dac98a7..a10d2abe 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.lib index b0ead251..9827ff85 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXRHI/UnrealEditor-NGXRHI.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res index 84551bdf..171bac1b 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res.response index 1b3dfc7c..15ebc6d8 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-NGXVulkanRHI.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXVulkanRHI\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res.response.old new file mode 100644 index 00000000..1b3dfc7c --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-NGXVulkanRHI.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXVulkanRHI\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.exp index 6a7365f0..ce9bc051 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.lib index 209023ea..d42ca9b3 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHI/UnrealEditor-NGXVulkanRHI.lib differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res index 00260992..1d2f193b 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res.response b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res.response index 454429b6..3697c7b1 100644 --- a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res.response +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-NGXVulkanRHIPreInit.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXVulkanRHIPreInit\Default.rc2.res" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res.response.old b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res.response.old new file mode 100644 index 00000000..454429b6 --- /dev/null +++ b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-NGXVulkanRHIPreInit.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\DLSS\Intermediate\Build\Win64\UnrealEditor\Development\NGXVulkanRHIPreInit\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.exp b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.exp index 26bcae3c..aaa8ea83 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.exp and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.exp differ diff --git a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.lib b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.lib index 52a23b84..6dc0391e 100644 Binary files a/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.lib and b/Plugins/DLSS/Intermediate/Build/Win64/UnrealEditor/Development/NGXVulkanRHIPreInit/UnrealEditor-NGXVulkanRHIPreInit.lib differ diff --git a/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor-EasyXMLParser.dll b/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor-EasyXMLParser.dll new file mode 100644 index 00000000..28b05e67 Binary files /dev/null and b/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor-EasyXMLParser.dll differ diff --git a/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor-EasyXMLParser.pdb b/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor-EasyXMLParser.pdb new file mode 100644 index 00000000..87f63410 Binary files /dev/null and b/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor-EasyXMLParser.pdb differ diff --git a/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor.modules b/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor.modules new file mode 100644 index 00000000..9485fe35 --- /dev/null +++ b/Plugins/EasyXMLParser/Binaries/Win64/UnrealEditor.modules @@ -0,0 +1,7 @@ +{ + "BuildId": "23058290", + "Modules": + { + "EasyXMLParser": "UnrealEditor-EasyXMLParser.dll" + } +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Config/FilterPlugin.ini b/Plugins/EasyXMLParser/Config/FilterPlugin.ini new file mode 100644 index 00000000..ccebca2f --- /dev/null +++ b/Plugins/EasyXMLParser/Config/FilterPlugin.ini @@ -0,0 +1,8 @@ +[FilterPlugin] +; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and +; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively. +; +; Examples: +; /README.txt +; /Extras/... +; /Binaries/ThirdParty/*.dll diff --git a/Plugins/EasyXMLParser/EasyXMLParser.uplugin b/Plugins/EasyXMLParser/EasyXMLParser.uplugin new file mode 100644 index 00000000..39159dc0 --- /dev/null +++ b/Plugins/EasyXMLParser/EasyXMLParser.uplugin @@ -0,0 +1,29 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0.1", + "FriendlyName": "EasyXMLParser", + "Description": "Parse xml easily", + "Category": "Programming", + "CreatedBy": "ayumax", + "CreatedByURL": "https://github.com/ayumax", + "DocsURL": "https://github.com/ayumax/EasyXMLParserSample", + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/af98110080a4411a8eaf3b8e931b8655", + "SupportURL": "", + "CanContainContent": false, + "IsBetaVersion": false, + "Installed": true, + "Modules": [ + { + "Name": "EasyXMLParser", + "Type": "Runtime", + "LoadingPhase": "Default", + "WhitelistPlatforms": [ + "Android", + "Win64", + "Mac", + "IOS" + ] + } + ] +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res new file mode 100644 index 00000000..3962242f Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res.response b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res.response new file mode 100644 index 00000000..26b4c140 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res.response @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-EasyXMLParser.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res.response.old b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res.response.old new file mode 100644 index 00000000..d034280f --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Default.rc2.res.response.old @@ -0,0 +1,73 @@ +/nologo +/D_WIN64 +/l 0x409 +/I "." +/I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/DIS_PROGRAM=0 +/DUE_EDITOR=1 +/DENABLE_PGO_PROFILE=0 +/DUSE_VORBIS_FOR_STREAMING=1 +/DUSE_XMA2_FOR_STREAMING=1 +/DWITH_DEV_AUTOMATION_TESTS=1 +/DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 +/DUNICODE +/D_UNICODE +/D__UNREAL__ +/DIS_MONOLITHIC=0 +/DWITH_ENGINE=1 +/DWITH_UNREAL_DEVELOPER_TOOLS=1 +/DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 +/DWITH_APPLICATION_CORE=1 +/DWITH_COREUOBJECT=1 +/DWITH_VERSE=1 +/DUSE_STATS_WITHOUT_ENGINE=0 +/DWITH_PLUGIN_SUPPORT=0 +/DWITH_ACCESSIBILITY=1 +/DWITH_PERFCOUNTERS=1 +/DUSE_LOGGING_IN_SHIPPING=0 +/DWITH_LOGGING_TO_MEMORY=0 +/DUSE_CACHE_FREED_OS_ALLOCS=1 +/DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 +/DUSE_ESTIMATED_UTCNOW=0 +/DWITH_EDITOR=1 +/DWITH_IOSTORE_IN_EDITOR=1 +/DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 +/DWITH_PUSH_MODEL=1 +/DWITH_CEF3=1 +/DWITH_LIVE_CODING=1 +/DWITH_CPP_MODULES=0 +/DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 +/DUBT_MODULE_MANIFEST="UnrealEditor.modules" +/DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" +/DUBT_COMPILED_PLATFORM=Win64 +/DUBT_COMPILED_TARGET=Editor +/DUE_APP_NAME="UnrealEditor" +/DNDIS_MINIPORT_MAJOR_VERSION=0 +/DWIN32=1 +/D_WIN32_WINNT=0x0601 +/DWINVER=0x0601 +/DPLATFORM_WINDOWS=1 +/DPLATFORM_MICROSOFT=1 +/DOVERRIDE_PLATFORM_HEADER_NAME=Windows +/DRHI_RAYTRACING=1 +/DNDEBUG=1 +/DUE_BUILD_DEVELOPMENT=1 +/DORIGINAL_FILE_NAME="UnrealEditor-EasyXMLParser.dll" +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 +/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." +/DPROJECT_PRODUCT_IDENTIFIER=myPlugins +/fo "D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Default.rc2.res" +"..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Definitions.EasyXMLParser.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Definitions.EasyXMLParser.h new file mode 100644 index 00000000..ce509cce --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Definitions.EasyXMLParser.h @@ -0,0 +1,379 @@ +#undef EASYXMLPARSER_API +#undef UE_IS_ENGINE_MODULE +#undef DEPRECATED_FORGAME +#define DEPRECATED_FORGAME DEPRECATED +#undef UE_DEPRECATED_FORGAME +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#undef UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 +// Generated by UnrealBuildTool (UEBuildModuleCPP.cs) +#define IS_PROGRAM 0 +#define UE_EDITOR 1 +#define ENABLE_PGO_PROFILE 0 +#define USE_VORBIS_FOR_STREAMING 1 +#define USE_XMA2_FOR_STREAMING 1 +#define WITH_DEV_AUTOMATION_TESTS 1 +#define WITH_PERF_AUTOMATION_TESTS 1 +#define WITH_LOW_LEVEL_TESTS 0 +#define WITH_TESTS 1 +#define UNICODE 1 +#define _UNICODE 1 +#define __UNREAL__ 1 +#define IS_MONOLITHIC 0 +#define WITH_ENGINE 1 +#define WITH_UNREAL_DEVELOPER_TOOLS 1 +#define WITH_UNREAL_TARGET_DEVELOPER_TOOLS 1 +#define WITH_APPLICATION_CORE 1 +#define WITH_COREUOBJECT 1 +#define WITH_VERSE 1 +#define USE_STATS_WITHOUT_ENGINE 0 +#define WITH_PLUGIN_SUPPORT 0 +#define WITH_ACCESSIBILITY 1 +#define WITH_PERFCOUNTERS 1 +#define USE_LOGGING_IN_SHIPPING 0 +#define WITH_LOGGING_TO_MEMORY 0 +#define USE_CACHE_FREED_OS_ALLOCS 1 +#define USE_CHECKS_IN_SHIPPING 0 +#define USE_UTF8_TCHARS 0 +#define USE_ESTIMATED_UTCNOW 0 +#define WITH_EDITOR 1 +#define WITH_IOSTORE_IN_EDITOR 1 +#define WITH_SERVER_CODE 1 +#define WITH_SERVER_CODE_TRUSTED 1 +#define WITH_SERVER_CODE_UNTRUSTED 0 +#define UE_FNAME_OUTLINE_NUMBER 0 +#define WITH_PUSH_MODEL 1 +#define WITH_CEF3 1 +#define WITH_LIVE_CODING 1 +#define WITH_CPP_MODULES 0 +#define WITH_CPP_COROUTINES 0 +#define WITH_PROCESS_PRIORITY_CONTROL 0 +#define UBT_MODULE_MANIFEST "UnrealEditor.modules" +#define UBT_MODULE_MANIFEST_DEBUGGAME "UnrealEditor-Win64-DebugGame.modules" +#define UBT_COMPILED_PLATFORM Win64 +#define UBT_COMPILED_TARGET Editor +#define UE_APP_NAME "UnrealEditor" +#define NDIS_MINIPORT_MAJOR_VERSION 0 +#define WIN32 1 +#define _WIN32_WINNT 0x0601 +#define WINVER 0x0601 +#define PLATFORM_WINDOWS 1 +#define PLATFORM_MICROSOFT 1 +#define OVERRIDE_PLATFORM_HEADER_NAME Windows +#define RHI_RAYTRACING 1 +#define NDEBUG 1 +#define UE_BUILD_DEVELOPMENT 1 +#define UE_IS_ENGINE_MODULE 0 +#define UE_DISABLE_INLINE_GEN_CPP 0 +#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 1 +#define UE_PROJECT_NAME lifeResidence +#define UE_TARGET_NAME lifeResidenceEditor +#define UE_MODULE_NAME "EasyXMLParser" +#define UE_PLUGIN_NAME "EasyXMLParser" +#define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION() +#define IMPLEMENT_SIGNING_KEY_REGISTRATION() +#define DEPRECATED_FORGAME DEPRECATED +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#define COREUOBJECT_API DLLIMPORT +#define UE_MEMORY_TAGS_TRACE_ENABLED 1 +#define UE_ENABLE_ICU 1 +#define WITH_ADDITIONAL_CRASH_CONTEXTS 1 +#define WITH_VS_PERF_PROFILER 1 +#define WITH_SUPERLUMINAL_PROFILER 0 +#define WITH_CONCURRENCYVIEWER_PROFILER 0 +#define WITH_DIRECTXMATH 0 +#define UE_WITH_IRIS 0 +#define PLATFORM_SUPPORTS_PLATFORM_EVENTS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_VIRTUAL_MEMORY_HOOKS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_MODULE_DIAGNOSTICS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_CALLSTACK 1 +#define UE_MEMORY_TRACE_AVAILABLE 1 +#define WITH_MALLOC_STOMP 1 +#define CORE_API DLLIMPORT +#define TRACELOG_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define GPUPARTICLE_LOCAL_VF_ONLY 0 +#define WITH_ODSC 0 +#define UE_WITH_IRIS 0 +#define ENGINE_API DLLIMPORT +#define PLATFORM_MAX_LOCAL_PLAYERS 0 +#define COREONLINE_API DLLIMPORT +#define NETCORE_API DLLIMPORT +#define NETCOMMON_API DLLIMPORT +#define UE_WINDOWS_USING_UIA 1 +#define APPLICATIONCORE_API DLLIMPORT +#define RHI_WANT_BREADCRUMB_EVENTS 1 +#define RHI_WANT_RESOURCE_INFO 1 +#define RHI_API DLLIMPORT +#define IMAGECORE_API DLLIMPORT +#define JSON_API DLLIMPORT +#define JSONUTILITIES_API DLLIMPORT +#define WITH_FREETYPE 1 +#define SLATECORE_API DLLIMPORT +#define INPUTCORE_API DLLIMPORT +#define SLATE_API DLLIMPORT +#define WITH_UNREALPNG 1 +#define WITH_UNREALJPEG 1 +#define WITH_LIBJPEGTURBO 1 +#define WITH_UNREALEXR 1 +#define IMAGEWRAPPER_API DLLIMPORT +#define WITH_LIBTIFF 1 +#define MESSAGING_API DLLIMPORT +#define MESSAGINGCOMMON_API DLLIMPORT +#define RENDERCORE_API DLLIMPORT +#define ANALYTICSET_API DLLIMPORT +#define ANALYTICS_API DLLIMPORT +#define SOCKETS_PACKAGE 1 +#define SOCKETS_API DLLIMPORT +#define ASSETREGISTRY_API DLLIMPORT +#define ENGINEMESSAGES_API DLLIMPORT +#define ENGINESETTINGS_API DLLIMPORT +#define SYNTHBENCHMARK_API DLLIMPORT +#define RENDERER_API DLLIMPORT +#define UE_WITH_IRIS 0 +#define GAMEPLAYTAGS_API DLLIMPORT +#define DEVELOPERSETTINGS_API DLLIMPORT +#define PACKETHANDLER_API DLLIMPORT +#define RELIABILITYHANDLERCOMPONENT_API DLLIMPORT +#define AUDIOPLATFORMCONFIGURATION_API DLLIMPORT +#define MESHDESCRIPTION_API DLLIMPORT +#define STATICMESHDESCRIPTION_API DLLIMPORT +#define SKELETALMESHDESCRIPTION_API DLLIMPORT +#define ANIMATIONCORE_API DLLIMPORT +#define PAKFILE_API DLLIMPORT +#define RSA_API DLLIMPORT +#define NETWORKREPLAYSTREAMING_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define PHYSICSCORE_API DLLIMPORT +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_MEMORY_TRACKING 0 +#define CHAOS_API DLLIMPORT +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_CHECKED 0 +#define CHAOS_DEBUG_NAME 1 +#define CHAOSCORE_API DLLIMPORT +#define INTEL_ISPC 1 +#define VORONOI_API DLLIMPORT +#define GEOMETRYCORE_API DLLIMPORT +#define SIGNALPROCESSING_API DLLIMPORT +#define AUDIOEXTENSIONS_API DLLIMPORT +#define AUDIOMIXERCORE_API DLLIMPORT +#define AUDIOLINKCORE_API DLLIMPORT +#define COOKONTHEFLY_API DLLIMPORT +#define NETWORKING_API DLLIMPORT +#define TEXTUREBUILDUTILITIES_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define WITH_RECAST 1 +#define WITH_NAVMESH_SEGMENT_LINKS 1 +#define WITH_NAVMESH_CLUSTER_LINKS 1 +#define UNREALED_API DLLIMPORT +#define DIRECTORYWATCHER_API DLLIMPORT +#define DOCUMENTATION_API DLLIMPORT +#define MAINFRAME_API DLLIMPORT +#define READ_TARGET_ENABLED_PLUGINS_FROM_RECEIPT 1 +#define LOAD_PLUGINS_FOR_TARGET_PLATFORMS 1 +#define PROJECTS_API DLLIMPORT +#define SANDBOXFILE_API DLLIMPORT +#define EDITORFRAMEWORK_API DLLIMPORT +#define EDITORSUBSYSTEM_API DLLIMPORT +#define INTERACTIVETOOLSFRAMEWORK_API DLLIMPORT +#define TYPEDELEMENTFRAMEWORK_API DLLIMPORT +#define TYPEDELEMENTRUNTIME_API DLLIMPORT +#define SOURCE_CONTROL_WITH_SLATE 1 +#define SOURCECONTROL_API DLLIMPORT +#define UNCONTROLLEDCHANGELISTS_API DLLIMPORT +#define UNREALEDMESSAGES_API DLLIMPORT +#define UE_WITH_IRIS 0 +#define GAMEPLAYDEBUGGER_API DLLIMPORT +#define BLUEPRINTGRAPH_API DLLIMPORT +#define HTTP_PACKAGE 1 +#define CURL_ENABLE_DEBUG_CALLBACK 1 +#define CURL_ENABLE_NO_TIMEOUTS_OPTION 1 +#define WITH_WINHTTP 1 +#define HTTP_API DLLIMPORT +#define FUNCTIONALTESTING_API DLLIMPORT +#define AUTOMATIONCONTROLLER_API DLLIMPORT +#define AUTOMATIONTEST_API DLLIMPORT +#define LOCALIZATION_API DLLIMPORT +#define WITH_SNDFILE_IO 1 +#define AUDIOEDITOR_API DLLIMPORT +#define AUDIOMIXER_API DLLIMPORT +#define AUDIOLINKENGINE_API DLLIMPORT +#define TARGETPLATFORM_API DLLIMPORT +#define TEXTUREFORMAT_API DLLIMPORT +#define LEVELEDITOR_API DLLIMPORT +#define SETTINGS_API DLLIMPORT +#define HEADMOUNTEDDISPLAY_API DLLIMPORT +#define VREDITOR_API DLLIMPORT +#define COMMONMENUEXTENSIONS_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define LANDSCAPE_API DLLIMPORT +#define PROPERTYEDITOR_API DLLIMPORT +#define ACTORPICKERMODE_API DLLIMPORT +#define SCENEDEPTHPICKERMODE_API DLLIMPORT +#define EDITORCONFIG_API DLLIMPORT +#define DETAILCUSTOMIZATIONS_API DLLIMPORT +#define CLASSVIEWER_API DLLIMPORT +#define GRAPHEDITOR_API DLLIMPORT +#define STRUCTVIEWER_API DLLIMPORT +#define CONTENTBROWSER_API DLLIMPORT +#define ASSETTOOLS_API DLLIMPORT +#define MERGE_API DLLIMPORT +#define COLLECTIONMANAGER_API DLLIMPORT +#define CONTENTBROWSERDATA_API DLLIMPORT +#define UELIBSAMPLERATE_API DLLIMPORT +#define ENABLE_HTTP_FOR_NFS 1 +#define NETWORKFILESYSTEM_API DLLIMPORT +#define UMG_API DLLIMPORT +#define MOVIESCENE_API DLLIMPORT +#define TIMEMANAGEMENT_API DLLIMPORT +#define MOVIESCENETRACKS_API DLLIMPORT +#define CONSTRAINTS_API DLLIMPORT +#define PROPERTYPATH_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define WITH_RECAST 1 +#define WITH_NAVMESH_SEGMENT_LINKS 1 +#define WITH_NAVMESH_CLUSTER_LINKS 1 +#define NAVIGATIONSYSTEM_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define GEOMETRYCOLLECTIONENGINE_API DLLIMPORT +#define MATERIALSHADERQUALITYSETTINGS_API DLLIMPORT +#define FIELDSYSTEMENGINE_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define CHAOSSOLVERENGINE_API DLLIMPORT +#define DATAFLOWCORE_API DLLIMPORT +#define DATAFLOWENGINE_API DLLIMPORT +#define MESHBUILDER_API DLLIMPORT +#define MESHUTILITIESCOMMON_API DLLIMPORT +#define TOOLMENUSEDITOR_API DLLIMPORT +#define TOOLMENUS_API DLLIMPORT +#define STATUSBAR_API DLLIMPORT +#define INTERCHANGECORE_API DLLIMPORT +#define INTERCHANGEENGINE_API DLLIMPORT +#define DEVELOPERTOOLSETTINGS_API DLLIMPORT +#define SUBOBJECTDATAINTERFACE_API DLLIMPORT +#define SUBOBJECTEDITOR_API DLLIMPORT +#define KISMET_API DLLIMPORT +#define PHYSICSUTILITIES_API DLLIMPORT +#define TOOLWIDGETS_API DLLIMPORT +#define AUDIOMIXERXAUDIO2_API DLLIMPORT +#define ASSETTAGSEDITOR_API DLLIMPORT +#define ADDCONTENTDIALOG_API DLLIMPORT +#define MESHUTILITIES_API DLLIMPORT +#define MESHMERGEUTILITIES_API DLLIMPORT +#define HIERARCHICALLODUTILITIES_API DLLIMPORT +#define MESHREDUCTIONINTERFACE_API DLLIMPORT +#define SKELETALMESHEDITOR_API DLLIMPORT +#define PERSONA_API DLLIMPORT +#define SKELETONEDITOR_API DLLIMPORT +#define ANIMATIONWIDGETS_API DLLIMPORT +#define ANIMATIONEDITOR_API DLLIMPORT +#define ADVANCEDPREVIEWSCENE_API DLLIMPORT +#define KISMETCOMPILER_API DLLIMPORT +#define GAMEPLAYTASKS_API DLLIMPORT +#define WITH_RECAST 1 +#define WITH_GAMEPLAY_DEBUGGER 1 +#define AIMODULE_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define CLOTHINGSYSTEMRUNTIMEINTERFACE_API DLLIMPORT +#define UE_WITH_IRIS 0 +#define IRISSTUB_API DLLIMPORT +#define MOVIESCENECAPTURE_API DLLIMPORT +#define ANIMATIONDATACONTROLLER_API DLLIMPORT +#define XMLPARSER_API DLLIMPORT +#define EASYXMLPARSER_API DLLEXPORT diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Definitions.EasyXMLParser.h.old b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Definitions.EasyXMLParser.h.old new file mode 100644 index 00000000..aa20e7c3 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Definitions.EasyXMLParser.h.old @@ -0,0 +1,379 @@ +#undef EASYXMLPARSER_API +#undef UE_IS_ENGINE_MODULE +#undef DEPRECATED_FORGAME +#define DEPRECATED_FORGAME DEPRECATED +#undef UE_DEPRECATED_FORGAME +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#undef UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 +// Generated by UnrealBuildTool (UEBuildModuleCPP.cs) +#define IS_PROGRAM 0 +#define UE_EDITOR 1 +#define ENABLE_PGO_PROFILE 0 +#define USE_VORBIS_FOR_STREAMING 1 +#define USE_XMA2_FOR_STREAMING 1 +#define WITH_DEV_AUTOMATION_TESTS 1 +#define WITH_PERF_AUTOMATION_TESTS 1 +#define WITH_LOW_LEVEL_TESTS 0 +#define WITH_TESTS 1 +#define UNICODE 1 +#define _UNICODE 1 +#define __UNREAL__ 1 +#define IS_MONOLITHIC 0 +#define WITH_ENGINE 1 +#define WITH_UNREAL_DEVELOPER_TOOLS 1 +#define WITH_UNREAL_TARGET_DEVELOPER_TOOLS 1 +#define WITH_APPLICATION_CORE 1 +#define WITH_COREUOBJECT 1 +#define WITH_VERSE 1 +#define USE_STATS_WITHOUT_ENGINE 0 +#define WITH_PLUGIN_SUPPORT 0 +#define WITH_ACCESSIBILITY 1 +#define WITH_PERFCOUNTERS 1 +#define USE_LOGGING_IN_SHIPPING 0 +#define WITH_LOGGING_TO_MEMORY 0 +#define USE_CACHE_FREED_OS_ALLOCS 1 +#define USE_CHECKS_IN_SHIPPING 0 +#define USE_UTF8_TCHARS 0 +#define USE_ESTIMATED_UTCNOW 0 +#define WITH_EDITOR 1 +#define WITH_IOSTORE_IN_EDITOR 1 +#define WITH_SERVER_CODE 1 +#define WITH_SERVER_CODE_TRUSTED 1 +#define WITH_SERVER_CODE_UNTRUSTED 0 +#define UE_FNAME_OUTLINE_NUMBER 0 +#define WITH_PUSH_MODEL 1 +#define WITH_CEF3 1 +#define WITH_LIVE_CODING 1 +#define WITH_CPP_MODULES 0 +#define WITH_CPP_COROUTINES 0 +#define WITH_PROCESS_PRIORITY_CONTROL 0 +#define UBT_MODULE_MANIFEST "UnrealEditor.modules" +#define UBT_MODULE_MANIFEST_DEBUGGAME "UnrealEditor-Win64-DebugGame.modules" +#define UBT_COMPILED_PLATFORM Win64 +#define UBT_COMPILED_TARGET Editor +#define UE_APP_NAME "UnrealEditor" +#define NDIS_MINIPORT_MAJOR_VERSION 0 +#define WIN32 1 +#define _WIN32_WINNT 0x0601 +#define WINVER 0x0601 +#define PLATFORM_WINDOWS 1 +#define PLATFORM_MICROSOFT 1 +#define OVERRIDE_PLATFORM_HEADER_NAME Windows +#define RHI_RAYTRACING 1 +#define NDEBUG 1 +#define UE_BUILD_DEVELOPMENT 1 +#define UE_IS_ENGINE_MODULE 0 +#define UE_DISABLE_INLINE_GEN_CPP 0 +#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 1 +#define UE_PROJECT_NAME myPlugins +#define UE_TARGET_NAME MyProject2Editor +#define UE_MODULE_NAME "EasyXMLParser" +#define UE_PLUGIN_NAME "EasyXMLParser" +#define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION() +#define IMPLEMENT_SIGNING_KEY_REGISTRATION() +#define DEPRECATED_FORGAME DEPRECATED +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#define COREUOBJECT_API DLLIMPORT +#define UE_MEMORY_TAGS_TRACE_ENABLED 1 +#define UE_ENABLE_ICU 1 +#define WITH_ADDITIONAL_CRASH_CONTEXTS 1 +#define WITH_VS_PERF_PROFILER 1 +#define WITH_SUPERLUMINAL_PROFILER 0 +#define WITH_CONCURRENCYVIEWER_PROFILER 0 +#define WITH_DIRECTXMATH 0 +#define UE_WITH_IRIS 0 +#define PLATFORM_SUPPORTS_PLATFORM_EVENTS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_VIRTUAL_MEMORY_HOOKS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_MODULE_DIAGNOSTICS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_CALLSTACK 1 +#define UE_MEMORY_TRACE_AVAILABLE 1 +#define WITH_MALLOC_STOMP 1 +#define CORE_API DLLIMPORT +#define TRACELOG_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define GPUPARTICLE_LOCAL_VF_ONLY 0 +#define WITH_ODSC 0 +#define UE_WITH_IRIS 0 +#define ENGINE_API DLLIMPORT +#define PLATFORM_MAX_LOCAL_PLAYERS 0 +#define COREONLINE_API DLLIMPORT +#define NETCORE_API DLLIMPORT +#define NETCOMMON_API DLLIMPORT +#define UE_WINDOWS_USING_UIA 1 +#define APPLICATIONCORE_API DLLIMPORT +#define RHI_WANT_BREADCRUMB_EVENTS 1 +#define RHI_WANT_RESOURCE_INFO 1 +#define RHI_API DLLIMPORT +#define IMAGECORE_API DLLIMPORT +#define JSON_API DLLIMPORT +#define JSONUTILITIES_API DLLIMPORT +#define WITH_FREETYPE 1 +#define SLATECORE_API DLLIMPORT +#define INPUTCORE_API DLLIMPORT +#define SLATE_API DLLIMPORT +#define WITH_UNREALPNG 1 +#define WITH_UNREALJPEG 1 +#define WITH_LIBJPEGTURBO 1 +#define WITH_UNREALEXR 1 +#define IMAGEWRAPPER_API DLLIMPORT +#define WITH_LIBTIFF 1 +#define MESSAGING_API DLLIMPORT +#define MESSAGINGCOMMON_API DLLIMPORT +#define RENDERCORE_API DLLIMPORT +#define ANALYTICSET_API DLLIMPORT +#define ANALYTICS_API DLLIMPORT +#define SOCKETS_PACKAGE 1 +#define SOCKETS_API DLLIMPORT +#define ASSETREGISTRY_API DLLIMPORT +#define ENGINEMESSAGES_API DLLIMPORT +#define ENGINESETTINGS_API DLLIMPORT +#define SYNTHBENCHMARK_API DLLIMPORT +#define RENDERER_API DLLIMPORT +#define UE_WITH_IRIS 0 +#define GAMEPLAYTAGS_API DLLIMPORT +#define DEVELOPERSETTINGS_API DLLIMPORT +#define PACKETHANDLER_API DLLIMPORT +#define RELIABILITYHANDLERCOMPONENT_API DLLIMPORT +#define AUDIOPLATFORMCONFIGURATION_API DLLIMPORT +#define MESHDESCRIPTION_API DLLIMPORT +#define STATICMESHDESCRIPTION_API DLLIMPORT +#define SKELETALMESHDESCRIPTION_API DLLIMPORT +#define ANIMATIONCORE_API DLLIMPORT +#define PAKFILE_API DLLIMPORT +#define RSA_API DLLIMPORT +#define NETWORKREPLAYSTREAMING_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define PHYSICSCORE_API DLLIMPORT +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_MEMORY_TRACKING 0 +#define CHAOS_API DLLIMPORT +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_CHECKED 0 +#define CHAOS_DEBUG_NAME 1 +#define CHAOSCORE_API DLLIMPORT +#define INTEL_ISPC 1 +#define VORONOI_API DLLIMPORT +#define GEOMETRYCORE_API DLLIMPORT +#define SIGNALPROCESSING_API DLLIMPORT +#define AUDIOEXTENSIONS_API DLLIMPORT +#define AUDIOMIXERCORE_API DLLIMPORT +#define AUDIOLINKCORE_API DLLIMPORT +#define COOKONTHEFLY_API DLLIMPORT +#define NETWORKING_API DLLIMPORT +#define TEXTUREBUILDUTILITIES_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define WITH_RECAST 1 +#define WITH_NAVMESH_SEGMENT_LINKS 1 +#define WITH_NAVMESH_CLUSTER_LINKS 1 +#define UNREALED_API DLLIMPORT +#define DIRECTORYWATCHER_API DLLIMPORT +#define DOCUMENTATION_API DLLIMPORT +#define MAINFRAME_API DLLIMPORT +#define READ_TARGET_ENABLED_PLUGINS_FROM_RECEIPT 1 +#define LOAD_PLUGINS_FOR_TARGET_PLATFORMS 1 +#define PROJECTS_API DLLIMPORT +#define SANDBOXFILE_API DLLIMPORT +#define EDITORFRAMEWORK_API DLLIMPORT +#define EDITORSUBSYSTEM_API DLLIMPORT +#define INTERACTIVETOOLSFRAMEWORK_API DLLIMPORT +#define TYPEDELEMENTFRAMEWORK_API DLLIMPORT +#define TYPEDELEMENTRUNTIME_API DLLIMPORT +#define SOURCE_CONTROL_WITH_SLATE 1 +#define SOURCECONTROL_API DLLIMPORT +#define UNCONTROLLEDCHANGELISTS_API DLLIMPORT +#define UNREALEDMESSAGES_API DLLIMPORT +#define UE_WITH_IRIS 0 +#define GAMEPLAYDEBUGGER_API DLLIMPORT +#define BLUEPRINTGRAPH_API DLLIMPORT +#define HTTP_PACKAGE 1 +#define CURL_ENABLE_DEBUG_CALLBACK 1 +#define CURL_ENABLE_NO_TIMEOUTS_OPTION 1 +#define WITH_WINHTTP 1 +#define HTTP_API DLLIMPORT +#define FUNCTIONALTESTING_API DLLIMPORT +#define AUTOMATIONCONTROLLER_API DLLIMPORT +#define AUTOMATIONTEST_API DLLIMPORT +#define LOCALIZATION_API DLLIMPORT +#define WITH_SNDFILE_IO 1 +#define AUDIOEDITOR_API DLLIMPORT +#define AUDIOMIXER_API DLLIMPORT +#define AUDIOLINKENGINE_API DLLIMPORT +#define TARGETPLATFORM_API DLLIMPORT +#define TEXTUREFORMAT_API DLLIMPORT +#define LEVELEDITOR_API DLLIMPORT +#define SETTINGS_API DLLIMPORT +#define HEADMOUNTEDDISPLAY_API DLLIMPORT +#define VREDITOR_API DLLIMPORT +#define COMMONMENUEXTENSIONS_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define LANDSCAPE_API DLLIMPORT +#define PROPERTYEDITOR_API DLLIMPORT +#define ACTORPICKERMODE_API DLLIMPORT +#define SCENEDEPTHPICKERMODE_API DLLIMPORT +#define EDITORCONFIG_API DLLIMPORT +#define DETAILCUSTOMIZATIONS_API DLLIMPORT +#define CLASSVIEWER_API DLLIMPORT +#define GRAPHEDITOR_API DLLIMPORT +#define STRUCTVIEWER_API DLLIMPORT +#define CONTENTBROWSER_API DLLIMPORT +#define ASSETTOOLS_API DLLIMPORT +#define MERGE_API DLLIMPORT +#define COLLECTIONMANAGER_API DLLIMPORT +#define CONTENTBROWSERDATA_API DLLIMPORT +#define UELIBSAMPLERATE_API DLLIMPORT +#define ENABLE_HTTP_FOR_NFS 1 +#define NETWORKFILESYSTEM_API DLLIMPORT +#define UMG_API DLLIMPORT +#define MOVIESCENE_API DLLIMPORT +#define TIMEMANAGEMENT_API DLLIMPORT +#define MOVIESCENETRACKS_API DLLIMPORT +#define CONSTRAINTS_API DLLIMPORT +#define PROPERTYPATH_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define WITH_RECAST 1 +#define WITH_NAVMESH_SEGMENT_LINKS 1 +#define WITH_NAVMESH_CLUSTER_LINKS 1 +#define NAVIGATIONSYSTEM_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define GEOMETRYCOLLECTIONENGINE_API DLLIMPORT +#define MATERIALSHADERQUALITYSETTINGS_API DLLIMPORT +#define FIELDSYSTEMENGINE_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define CHAOSSOLVERENGINE_API DLLIMPORT +#define DATAFLOWCORE_API DLLIMPORT +#define DATAFLOWENGINE_API DLLIMPORT +#define MESHBUILDER_API DLLIMPORT +#define MESHUTILITIESCOMMON_API DLLIMPORT +#define TOOLMENUSEDITOR_API DLLIMPORT +#define TOOLMENUS_API DLLIMPORT +#define STATUSBAR_API DLLIMPORT +#define INTERCHANGECORE_API DLLIMPORT +#define INTERCHANGEENGINE_API DLLIMPORT +#define DEVELOPERTOOLSETTINGS_API DLLIMPORT +#define SUBOBJECTDATAINTERFACE_API DLLIMPORT +#define SUBOBJECTEDITOR_API DLLIMPORT +#define KISMET_API DLLIMPORT +#define PHYSICSUTILITIES_API DLLIMPORT +#define TOOLWIDGETS_API DLLIMPORT +#define AUDIOMIXERXAUDIO2_API DLLIMPORT +#define ASSETTAGSEDITOR_API DLLIMPORT +#define ADDCONTENTDIALOG_API DLLIMPORT +#define MESHUTILITIES_API DLLIMPORT +#define MESHMERGEUTILITIES_API DLLIMPORT +#define HIERARCHICALLODUTILITIES_API DLLIMPORT +#define MESHREDUCTIONINTERFACE_API DLLIMPORT +#define SKELETALMESHEDITOR_API DLLIMPORT +#define PERSONA_API DLLIMPORT +#define SKELETONEDITOR_API DLLIMPORT +#define ANIMATIONWIDGETS_API DLLIMPORT +#define ANIMATIONEDITOR_API DLLIMPORT +#define ADVANCEDPREVIEWSCENE_API DLLIMPORT +#define KISMETCOMPILER_API DLLIMPORT +#define GAMEPLAYTASKS_API DLLIMPORT +#define WITH_RECAST 1 +#define WITH_GAMEPLAY_DEBUGGER 1 +#define AIMODULE_API DLLIMPORT +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define CLOTHINGSYSTEMRUNTIMEINTERFACE_API DLLIMPORT +#define UE_WITH_IRIS 0 +#define IRISSTUB_API DLLIMPORT +#define MOVIESCENECAPTURE_API DLLIMPORT +#define ANIMATIONDATACONTROLLER_API DLLIMPORT +#define XMLPARSER_API DLLIMPORT +#define EASYXMLPARSER_API DLLEXPORT diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/LiveCodingInfo.json b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/LiveCodingInfo.json new file mode 100644 index 00000000..1c682b28 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/LiveCodingInfo.json @@ -0,0 +1,25 @@ +{ + "RemapUnityFiles": + { + "Module.EasyXMLParser.cpp.obj": [ + "EasyXMLAsyncLoadFromFile.gen.cpp.obj", + "EasyXMLAsyncLoadFromString.gen.cpp.obj", + "EasyXMLAttribute.gen.cpp.obj", + "EasyXMLElement.gen.cpp.obj", + "EasyXMLObject.gen.cpp.obj", + "EasyXMLParseManager.gen.cpp.obj", + "EasyXMLParser.init.gen.cpp.obj", + "EasyXMLParserEnums.gen.cpp.obj", + "EasyXMLAsyncLoadFromFile.cpp.obj", + "EasyXMLAsyncLoadFromString.cpp.obj", + "EasyXMLAttribute.cpp.obj", + "EasyXMLElement.cpp.obj", + "EasyXMLObject.cpp.obj", + "EasyXMLParseManager.cpp.obj", + "EasyXMLParser.cpp.obj", + "NodeAccessTest.cpp.obj", + "ReadValueTest.cpp.obj", + "CustomXMLParser.cpp.obj" + ] + } +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp new file mode 100644 index 00000000..7bfa8b72 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp @@ -0,0 +1,19 @@ +// This file is automatically generated at compile-time to include some subset of the user-created cpp files. +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromFile.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromString.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAttribute.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLElement.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLObject.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParseManager.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParser.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/NodeAccessTest.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/ReadValueTest.cpp" +#include "E:/Projects/dron666_lifeResidence/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.cpp" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json new file mode 100644 index 00000000..963833ee --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json @@ -0,0 +1,56 @@ +{ + "Version": "1.2", + "Data": { + "Source": "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\development\\easyxmlparser\\module.easyxmlparser.cpp", + "ProvidedModule": "", + "PCH": "e:\\projects\\dron666_liferesidence\\intermediate\\build\\win64\\liferesidenceeditor\\development\\engine\\sharedpch.engine.shadowerrors.inclorderunreal5_0.h.pch", + "Includes": [ + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\development\\easyxmlparser\\definitions.easyxmlparser.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromfile.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlasyncloadfromfile.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\engine\\classes\\kismet\\blueprintasyncactionbase.h", + "f:\\ue\\ue_5.1\\engine\\intermediate\\build\\win64\\unrealeditor\\inc\\engine\\uht\\blueprintasyncactionbase.generated.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\uobject\\noexporttypes.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\uobject\\propertyaccessutil.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.inl", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\misc\\optionalfwd.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\internationalization\\polyglottextdata.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\assetregistry\\arfilter.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlelement.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlobject.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlobject.generated.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparserenums.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlelement.generated.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromfile.generated.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromstring.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlasyncloadfromstring.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromstring.generated.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlattribute.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlattribute.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlattribute.generated.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlelement.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlobject.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlparsemanager.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparsemanager.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlparsemanager.generated.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlparser.init.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealeditor\\inc\\easyxmlparser\\uht\\easyxmlparserenums.gen.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlasyncloadfromfile.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\utils\\customxmlparser.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\xmlparser\\public\\fastxml.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlasyncloadfromstring.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlattribute.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlelement.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlobject.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlparsemanager.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlparser.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparser.h", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\tests\\nodeaccesstest.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\tests\\readvaluetest.cpp", + "e:\\projects\\dron666_liferesidence\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\utils\\customxmlparser.cpp" + ], + "ImportedModules": [], + "ImportedHeaderUnits": [] + } +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj new file mode 100644 index 00000000..fb8acaee Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response new file mode 100644 index 00000000..80cae271 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response @@ -0,0 +1,331 @@ +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp +/I . +/I E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Private +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreUObject\UHT +/I Runtime +/I Runtime\CoreUObject\Public +/I Runtime\TraceLog\Public +/I Runtime\Core\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Engine\UHT +/I ..\Shaders\Shared +/I Runtime\Engine\Classes +/I Runtime\Engine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreOnline\UHT +/I Runtime\CoreOnline\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\NetCore\UHT +/I Runtime\Net +/I Runtime\Net\Core\Classes +/I Runtime\Net\Core\Public +/I Runtime\Net\Common\Public +/I Runtime\ApplicationCore\Public +/I Runtime\RHI\Public +/I Runtime\ImageCore\Public +/I Runtime\Json\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\JsonUtilities\UHT +/I Runtime\JsonUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SlateCore\UHT +/I Runtime\SlateCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InputCore\UHT +/I Runtime\InputCore\Classes +/I Runtime\InputCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Slate\UHT +/I Runtime\Slate\Public +/I Runtime\ImageWrapper\Public +/I ThirdParty +/I Runtime\Messaging\Public +/I Runtime\MessagingCommon\Public +/I Runtime\RenderCore\Public +/I Runtime\Analytics +/I Runtime\Analytics\AnalyticsET\Public +/I Runtime\Analytics\Analytics\Public +/I Runtime\Sockets\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AssetRegistry\UHT +/I Runtime\AssetRegistry\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EngineMessages\UHT +/I Runtime\EngineMessages\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EngineSettings\UHT +/I Runtime\EngineSettings\Classes +/I Runtime\EngineSettings\Public +/I Runtime\SynthBenchmark\Public +/I Runtime\Renderer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GameplayTags\UHT +/I Runtime\GameplayTags\Classes +/I Runtime\GameplayTags\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DeveloperSettings\UHT +/I Runtime\DeveloperSettings\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PacketHandler\UHT +/I Runtime\PacketHandlers +/I Runtime\PacketHandlers\PacketHandler\Classes +/I Runtime\PacketHandlers\PacketHandler\Public +/I Runtime\PacketHandlers\ReliabilityHandlerComponent\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioPlatformConfiguration\UHT +/I Runtime\AudioPlatformConfiguration\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MeshDescription\UHT +/I Runtime\MeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\StaticMeshDescription\UHT +/I Runtime\StaticMeshDescription\Public +/I Runtime\SkeletalMeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationCore\UHT +/I Runtime\AnimationCore\Public +/I Runtime\PakFile\Public +/I Runtime\RSA\Public +/I Runtime\NetworkReplayStreaming +/I Runtime\NetworkReplayStreaming\NetworkReplayStreaming\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PhysicsCore\UHT +/I Runtime\PhysicsCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Chaos\UHT +/I Runtime\Experimental +/I Runtime\Experimental\Chaos\Public +/I Runtime\Experimental\ChaosCore\Public +/I ThirdParty\Intel +/I Runtime\Experimental\Voronoi\Public +/I Runtime\GeometryCore\Public +/I Runtime\SignalProcessing\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioExtensions\UHT +/I Runtime\AudioExtensions\Public +/I Runtime\AudioMixerCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioLinkCore\UHT +/I Runtime\AudioLink +/I Runtime\AudioLink\AudioLinkCore\Public +/I Runtime\Networking\Public +/I Developer +/I Developer\TextureBuildUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\UnrealEd\UHT +/I Editor +/I Programs\UnrealLightmass\Public +/I Editor\UnrealEd\Classes +/I Editor\UnrealEd\Public +/I Developer\DirectoryWatcher\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Documentation\UHT +/I Editor\Documentation\Public +/I Editor\MainFrame\Public +/I Runtime\Projects\Public +/I Runtime\SandboxFile\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorFramework\UHT +/I Editor\EditorFramework\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorSubsystem\UHT +/I Editor\EditorSubsystem\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InteractiveToolsFramework\UHT +/I Runtime\InteractiveToolsFramework\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\TypedElementFramework\UHT +/I Runtime\TypedElementFramework\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\TypedElementRuntime\UHT +/I Runtime\TypedElementRuntime\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SourceControl\UHT +/I Developer\SourceControl\Public +/I Developer\UncontrolledChangelists\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\UnrealEdMessages\UHT +/I Editor\UnrealEdMessages\Classes +/I Editor\UnrealEdMessages\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GameplayDebugger\UHT +/I Developer\GameplayDebugger\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\BlueprintGraph\UHT +/I Editor\BlueprintGraph\Classes +/I Editor\BlueprintGraph\Public +/I Runtime\Online +/I Runtime\Online\HTTP\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\FunctionalTesting\UHT +/I Developer\FunctionalTesting\Classes +/I Developer\FunctionalTesting\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AutomationController\UHT +/I Developer\AutomationController\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AutomationTest\UHT +/I Runtime\AutomationTest\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Localization\UHT +/I Developer\Localization\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioEditor\UHT +/I Editor\AudioEditor\Classes +/I Editor\AudioEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioMixer\UHT +/I Runtime\AudioMixer\Classes +/I Runtime\AudioMixer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioLinkEngine\UHT +/I Runtime\AudioLink\AudioLinkEngine\Public +/I Developer\TargetPlatform\Public +/I Developer\TextureFormat\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\LevelEditor\UHT +/I Editor\LevelEditor\Public +/I Developer\Settings\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\HeadMountedDisplay\UHT +/I Runtime\HeadMountedDisplay\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\VREditor\UHT +/I Editor\VREditor +/I Editor\VREditor\Public +/I Editor\CommonMenuExtensions\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Landscape\UHT +/I Runtime\Landscape\Classes +/I Runtime\Landscape\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PropertyEditor\UHT +/I Editor\PropertyEditor\Public +/I Editor\ActorPickerMode\Public +/I Editor\SceneDepthPickerMode\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorConfig\UHT +/I Editor\EditorConfig\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DetailCustomizations\UHT +/I Editor\DetailCustomizations\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ClassViewer\UHT +/I Editor\ClassViewer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GraphEditor\UHT +/I Editor\GraphEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\StructViewer\UHT +/I Editor\StructViewer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ContentBrowser\UHT +/I Editor\ContentBrowser\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AssetTools\UHT +/I Developer\AssetTools\Public +/I Developer\Merge\Public +/I Developer\CollectionManager\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ContentBrowserData\UHT +/I Editor\ContentBrowserData\Public +/I ThirdParty\libSampleRate\Public +/I Runtime\NetworkFileSystem\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\UMG\UHT +/I Runtime\UMG\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MovieScene\UHT +/I Runtime\MovieScene\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\TimeManagement\UHT +/I Runtime\TimeManagement\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MovieSceneTracks\UHT +/I Runtime\MovieSceneTracks\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Constraints\UHT +/I Runtime\Experimental\Animation +/I Runtime\Experimental\Animation\Constraints\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PropertyPath\UHT +/I Runtime\PropertyPath\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\NavigationSystem\UHT +/I Runtime\NavigationSystem\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GeometryCollectionEngine\UHT +/I Runtime\Experimental\GeometryCollectionEngine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MSQS\UHT +/I Runtime\MaterialShaderQualitySettings\Classes +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\FieldSystemEngine\UHT +/I Runtime\Experimental\FieldSystem\Source +/I Runtime\Experimental\FieldSystem\Source\FieldSystemEngine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ChaosSolverEngine\UHT +/I Runtime\Experimental\ChaosSolverEngine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DataflowCore\UHT +/I Runtime\Experimental\Dataflow +/I Runtime\Experimental\Dataflow\Core\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DataflowEngine\UHT +/I Runtime\Experimental\Dataflow\Engine\Public +/I Developer\MeshBuilder\Public +/I Runtime\MeshUtilitiesCommon\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ToolMenusEditor\UHT +/I Editor\ToolMenusEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ToolMenus\UHT +/I Developer\ToolMenus\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\StatusBar\UHT +/I Editor\StatusBar\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InterchangeCore\UHT +/I Runtime\Interchange +/I Runtime\Interchange\Core\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InterchangeEngine\UHT +/I Runtime\Interchange\Engine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DeveloperToolSettings\UHT +/I Developer\DeveloperToolSettings\Classes +/I Developer\DeveloperToolSettings\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SubobjectDataInterface\UHT +/I Editor\SubobjectDataInterface\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SubobjectEditor\UHT +/I Editor\SubobjectEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Kismet\UHT +/I Editor\Kismet\Classes +/I Editor\Kismet\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PhysicsUtilities\UHT +/I Developer\PhysicsUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ToolWidgets\UHT +/I Developer\ToolWidgets\Public +/I Runtime\Windows +/I Editor\AssetTagsEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AddContentDialog\UHT +/I Editor\AddContentDialog\Public +/I Developer\MeshUtilities\Public +/I Developer\MeshMergeUtilities\Public +/I Developer\HierarchicalLODUtilities\Public +/I Developer\MeshReductionInterface\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SkeletalMeshEditor\UHT +/I Editor\SkeletalMeshEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Persona\UHT +/I Editor\Persona\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SkeletonEditor\UHT +/I Editor\SkeletonEditor\Public +/I Developer\AnimationWidgets\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationEditor\UHT +/I Editor\AnimationEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AdvancedPreviewScene\UHT +/I Editor\AdvancedPreviewScene\Public +/I Editor\KismetCompiler\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GameplayTasks\UHT +/I Runtime\GameplayTasks\Classes +/I Runtime\GameplayTasks\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AIModule\UHT +/I Runtime\AIModule\Public +/I Runtime\AIModule\Classes +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ClothSysRuntimeIntrfc\UHT +/I Runtime\ClothingSystemRuntimeInterface\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\IrisStub\UHT +/I Runtime\Experimental\Iris +/I Runtime\Experimental\Iris\Stub\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MovieSceneCapture\UHT +/I Runtime\MovieSceneCapture\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationDataController\UHT +/I Developer\AnimationDataController\Public +/I Runtime\XmlParser\Public +/I E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Inc\EasyXMLParser\UHT +/I E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source +/I E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public +/external:W0 +/external:I ThirdParty\mimalloc\include +/external:I ThirdParty\LibTiff\Source\Win64 +/external:I ThirdParty\LibTiff\Source +/external:I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/FI"E:\Projects\dron666_lifeResidence\Intermediate\Build\Win64\lifeResidenceEditor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/FI"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Definitions.EasyXMLParser.h" +/Yu"E:\Projects\dron666_lifeResidence\Intermediate\Build\Win64\lifeResidenceEditor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/Fp"E:\Projects\dron666_lifeResidence\Intermediate\Build\Win64\lifeResidenceEditor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.pch" +/Fo"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +/sourceDependencies E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.dep.json +/Zc:inline +/nologo +/Oi +/FC +/c +/Gw +/Gy +/Zm1000 +/wd4819 +/D_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1 +/D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 +/D_WINDLL +/D_DISABLE_EXTENDED_ALIGNED_STORAGE +/source-charset:utf-8 +/execution-charset:utf-8 +/Ob2 +/fastfail +/Ox +/Ot +/GF +/errorReport:prompt +/EHsc +/DPLATFORM_EXCEPTIONS_DISABLED=0 +/Z7 +/MD +/bigobj +/fp:fast +/Zo +/Zp8 +/we4456 +/we4458 +/we4459 +/wd4463 +/we4668 +/wd4244 +/wd4838 +/TP +/GR- +/W4 +/std:c++17 diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response.old b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response.old new file mode 100644 index 00000000..33d1a4e3 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response.old @@ -0,0 +1,331 @@ +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp +/I . +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Private +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreUObject\UHT +/I Runtime +/I Runtime\CoreUObject\Public +/I Runtime\TraceLog\Public +/I Runtime\Core\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Engine\UHT +/I ..\Shaders\Shared +/I Runtime\Engine\Classes +/I Runtime\Engine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\CoreOnline\UHT +/I Runtime\CoreOnline\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\NetCore\UHT +/I Runtime\Net +/I Runtime\Net\Core\Classes +/I Runtime\Net\Core\Public +/I Runtime\Net\Common\Public +/I Runtime\ApplicationCore\Public +/I Runtime\RHI\Public +/I Runtime\ImageCore\Public +/I Runtime\Json\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\JsonUtilities\UHT +/I Runtime\JsonUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SlateCore\UHT +/I Runtime\SlateCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InputCore\UHT +/I Runtime\InputCore\Classes +/I Runtime\InputCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Slate\UHT +/I Runtime\Slate\Public +/I Runtime\ImageWrapper\Public +/I ThirdParty +/I Runtime\Messaging\Public +/I Runtime\MessagingCommon\Public +/I Runtime\RenderCore\Public +/I Runtime\Analytics +/I Runtime\Analytics\AnalyticsET\Public +/I Runtime\Analytics\Analytics\Public +/I Runtime\Sockets\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AssetRegistry\UHT +/I Runtime\AssetRegistry\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EngineMessages\UHT +/I Runtime\EngineMessages\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EngineSettings\UHT +/I Runtime\EngineSettings\Classes +/I Runtime\EngineSettings\Public +/I Runtime\SynthBenchmark\Public +/I Runtime\Renderer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GameplayTags\UHT +/I Runtime\GameplayTags\Classes +/I Runtime\GameplayTags\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DeveloperSettings\UHT +/I Runtime\DeveloperSettings\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PacketHandler\UHT +/I Runtime\PacketHandlers +/I Runtime\PacketHandlers\PacketHandler\Classes +/I Runtime\PacketHandlers\PacketHandler\Public +/I Runtime\PacketHandlers\ReliabilityHandlerComponent\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioPlatformConfiguration\UHT +/I Runtime\AudioPlatformConfiguration\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MeshDescription\UHT +/I Runtime\MeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\StaticMeshDescription\UHT +/I Runtime\StaticMeshDescription\Public +/I Runtime\SkeletalMeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationCore\UHT +/I Runtime\AnimationCore\Public +/I Runtime\PakFile\Public +/I Runtime\RSA\Public +/I Runtime\NetworkReplayStreaming +/I Runtime\NetworkReplayStreaming\NetworkReplayStreaming\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PhysicsCore\UHT +/I Runtime\PhysicsCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Chaos\UHT +/I Runtime\Experimental +/I Runtime\Experimental\Chaos\Public +/I Runtime\Experimental\ChaosCore\Public +/I ThirdParty\Intel +/I Runtime\Experimental\Voronoi\Public +/I Runtime\GeometryCore\Public +/I Runtime\SignalProcessing\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioExtensions\UHT +/I Runtime\AudioExtensions\Public +/I Runtime\AudioMixerCore\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioLinkCore\UHT +/I Runtime\AudioLink +/I Runtime\AudioLink\AudioLinkCore\Public +/I Runtime\Networking\Public +/I Developer +/I Developer\TextureBuildUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\UnrealEd\UHT +/I Editor +/I Programs\UnrealLightmass\Public +/I Editor\UnrealEd\Classes +/I Editor\UnrealEd\Public +/I Developer\DirectoryWatcher\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Documentation\UHT +/I Editor\Documentation\Public +/I Editor\MainFrame\Public +/I Runtime\Projects\Public +/I Runtime\SandboxFile\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorFramework\UHT +/I Editor\EditorFramework\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorSubsystem\UHT +/I Editor\EditorSubsystem\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InteractiveToolsFramework\UHT +/I Runtime\InteractiveToolsFramework\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\TypedElementFramework\UHT +/I Runtime\TypedElementFramework\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\TypedElementRuntime\UHT +/I Runtime\TypedElementRuntime\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SourceControl\UHT +/I Developer\SourceControl\Public +/I Developer\UncontrolledChangelists\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\UnrealEdMessages\UHT +/I Editor\UnrealEdMessages\Classes +/I Editor\UnrealEdMessages\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GameplayDebugger\UHT +/I Developer\GameplayDebugger\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\BlueprintGraph\UHT +/I Editor\BlueprintGraph\Classes +/I Editor\BlueprintGraph\Public +/I Runtime\Online +/I Runtime\Online\HTTP\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\FunctionalTesting\UHT +/I Developer\FunctionalTesting\Classes +/I Developer\FunctionalTesting\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AutomationController\UHT +/I Developer\AutomationController\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AutomationTest\UHT +/I Runtime\AutomationTest\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Localization\UHT +/I Developer\Localization\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioEditor\UHT +/I Editor\AudioEditor\Classes +/I Editor\AudioEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioMixer\UHT +/I Runtime\AudioMixer\Classes +/I Runtime\AudioMixer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AudioLinkEngine\UHT +/I Runtime\AudioLink\AudioLinkEngine\Public +/I Developer\TargetPlatform\Public +/I Developer\TextureFormat\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\LevelEditor\UHT +/I Editor\LevelEditor\Public +/I Developer\Settings\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\HeadMountedDisplay\UHT +/I Runtime\HeadMountedDisplay\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\VREditor\UHT +/I Editor\VREditor +/I Editor\VREditor\Public +/I Editor\CommonMenuExtensions\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Landscape\UHT +/I Runtime\Landscape\Classes +/I Runtime\Landscape\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PropertyEditor\UHT +/I Editor\PropertyEditor\Public +/I Editor\ActorPickerMode\Public +/I Editor\SceneDepthPickerMode\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\EditorConfig\UHT +/I Editor\EditorConfig\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DetailCustomizations\UHT +/I Editor\DetailCustomizations\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ClassViewer\UHT +/I Editor\ClassViewer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GraphEditor\UHT +/I Editor\GraphEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\StructViewer\UHT +/I Editor\StructViewer\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ContentBrowser\UHT +/I Editor\ContentBrowser\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AssetTools\UHT +/I Developer\AssetTools\Public +/I Developer\Merge\Public +/I Developer\CollectionManager\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ContentBrowserData\UHT +/I Editor\ContentBrowserData\Public +/I ThirdParty\libSampleRate\Public +/I Runtime\NetworkFileSystem\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\UMG\UHT +/I Runtime\UMG\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MovieScene\UHT +/I Runtime\MovieScene\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\TimeManagement\UHT +/I Runtime\TimeManagement\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MovieSceneTracks\UHT +/I Runtime\MovieSceneTracks\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Constraints\UHT +/I Runtime\Experimental\Animation +/I Runtime\Experimental\Animation\Constraints\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PropertyPath\UHT +/I Runtime\PropertyPath\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\NavigationSystem\UHT +/I Runtime\NavigationSystem\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GeometryCollectionEngine\UHT +/I Runtime\Experimental\GeometryCollectionEngine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MSQS\UHT +/I Runtime\MaterialShaderQualitySettings\Classes +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\FieldSystemEngine\UHT +/I Runtime\Experimental\FieldSystem\Source +/I Runtime\Experimental\FieldSystem\Source\FieldSystemEngine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ChaosSolverEngine\UHT +/I Runtime\Experimental\ChaosSolverEngine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DataflowCore\UHT +/I Runtime\Experimental\Dataflow +/I Runtime\Experimental\Dataflow\Core\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DataflowEngine\UHT +/I Runtime\Experimental\Dataflow\Engine\Public +/I Developer\MeshBuilder\Public +/I Runtime\MeshUtilitiesCommon\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ToolMenusEditor\UHT +/I Editor\ToolMenusEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ToolMenus\UHT +/I Developer\ToolMenus\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\StatusBar\UHT +/I Editor\StatusBar\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InterchangeCore\UHT +/I Runtime\Interchange +/I Runtime\Interchange\Core\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\InterchangeEngine\UHT +/I Runtime\Interchange\Engine\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\DeveloperToolSettings\UHT +/I Developer\DeveloperToolSettings\Classes +/I Developer\DeveloperToolSettings\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SubobjectDataInterface\UHT +/I Editor\SubobjectDataInterface\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SubobjectEditor\UHT +/I Editor\SubobjectEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Kismet\UHT +/I Editor\Kismet\Classes +/I Editor\Kismet\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\PhysicsUtilities\UHT +/I Developer\PhysicsUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ToolWidgets\UHT +/I Developer\ToolWidgets\Public +/I Runtime\Windows +/I Editor\AssetTagsEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AddContentDialog\UHT +/I Editor\AddContentDialog\Public +/I Developer\MeshUtilities\Public +/I Developer\MeshMergeUtilities\Public +/I Developer\HierarchicalLODUtilities\Public +/I Developer\MeshReductionInterface\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SkeletalMeshEditor\UHT +/I Editor\SkeletalMeshEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\Persona\UHT +/I Editor\Persona\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\SkeletonEditor\UHT +/I Editor\SkeletonEditor\Public +/I Developer\AnimationWidgets\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationEditor\UHT +/I Editor\AnimationEditor\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AdvancedPreviewScene\UHT +/I Editor\AdvancedPreviewScene\Public +/I Editor\KismetCompiler\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\GameplayTasks\UHT +/I Runtime\GameplayTasks\Classes +/I Runtime\GameplayTasks\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AIModule\UHT +/I Runtime\AIModule\Public +/I Runtime\AIModule\Classes +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\ClothSysRuntimeIntrfc\UHT +/I Runtime\ClothingSystemRuntimeInterface\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\IrisStub\UHT +/I Runtime\Experimental\Iris +/I Runtime\Experimental\Iris\Stub\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\MovieSceneCapture\UHT +/I Runtime\MovieSceneCapture\Public +/I ..\Intermediate\Build\Win64\UnrealEditor\Inc\AnimationDataController\UHT +/I Developer\AnimationDataController\Public +/I Runtime\XmlParser\Public +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Inc\EasyXMLParser\UHT +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public +/external:W0 +/external:I ThirdParty\mimalloc\include +/external:I ThirdParty\LibTiff\Source\Win64 +/external:I ThirdParty\LibTiff\Source +/external:I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/FI"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2Editor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/FI"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Definitions.EasyXMLParser.h" +/Yu"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2Editor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/Fp"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2Editor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.pch" +/Fo"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +/sourceDependencies D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.dep.json +/Zc:inline +/nologo +/Oi +/FC +/c +/Gw +/Gy +/Zm1000 +/wd4819 +/D_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1 +/D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 +/D_WINDLL +/D_DISABLE_EXTENDED_ALIGNED_STORAGE +/source-charset:utf-8 +/execution-charset:utf-8 +/Ob2 +/fastfail +/Ox +/Ot +/GF +/errorReport:prompt +/EHsc +/DPLATFORM_EXCEPTIONS_DISABLED=0 +/Z7 +/MD +/bigobj +/fp:fast +/Zo +/Zp8 +/we4456 +/we4458 +/we4459 +/wd4463 +/we4668 +/wd4244 +/wd4838 +/TP +/GR- +/W4 +/std:c++17 diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.old b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.old new file mode 100644 index 00000000..d45e6068 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/Module.EasyXMLParser.cpp.old @@ -0,0 +1,19 @@ +// This file is automatically generated at compile-time to include some subset of the user-created cpp files. +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromFile.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromString.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAttribute.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLElement.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLObject.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParseManager.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParser.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/NodeAccessTest.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/ReadValueTest.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.cpp" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.dll.response b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.dll.response new file mode 100644 index 00000000..a59f4bb7 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.dll.response @@ -0,0 +1,72 @@ +/MANIFEST:EMBED +/MANIFESTINPUT:"..\Build\Windows\Resources\Default-Win64.manifest" +/NOLOGO +/DEBUG:FULL +/errorReport:prompt +/MACHINE:x64 +/SUBSYSTEM:WINDOWS +/FIXED:No +/NXCOMPAT +/STACK:12000000 +/DELAY:UNLOAD +/DLL +/PDBALTPATH:%_PDB% +/fastfail +/OPT:NOREF +/OPT:NOICF +/INCREMENTAL:NO +/ignore:4199 +/ignore:4099 +/DELAYLOAD:"d3d12.dll" +/DELAYLOAD:"DBGHELP.DLL" +/LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\lib\x64" +/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" +/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" +/NODEFAULTLIB:"LIBCMT" +/NODEFAULTLIB:"LIBCPMT" +/NODEFAULTLIB:"LIBCMTD" +/NODEFAULTLIB:"LIBCPMTD" +/NODEFAULTLIB:"MSVCRTD" +/NODEFAULTLIB:"MSVCPRTD" +/NODEFAULTLIB:"LIBC" +/NODEFAULTLIB:"LIBCP" +/NODEFAULTLIB:"LIBCD" +/NODEFAULTLIB:"LIBCPD" +/FUNCTIONPADMIN:6 +"E:\Projects\dron666_lifeResidence\Intermediate\Build\Win64\lifeResidenceEditor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.obj" +"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Default.rc2.res" +"..\Intermediate\Build\Win64\UnrealEditor\Development\CoreUObject\UnrealEditor-CoreUObject.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\Engine\UnrealEditor-Engine.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\Slate\UnrealEditor-Slate.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\SlateCore\UnrealEditor-SlateCore.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\XmlParser\UnrealEditor-XmlParser.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\Core\UnrealEditor-Core.lib" +"delayimp.lib" +"wininet.lib" +"rpcrt4.lib" +"ws2_32.lib" +"dbghelp.lib" +"comctl32.lib" +"Winmm.lib" +"kernel32.lib" +"user32.lib" +"gdi32.lib" +"winspool.lib" +"comdlg32.lib" +"advapi32.lib" +"shell32.lib" +"ole32.lib" +"oleaut32.lib" +"uuid.lib" +"odbc32.lib" +"odbccp32.lib" +"netapi32.lib" +"iphlpapi.lib" +"setupapi.lib" +"dwmapi.lib" +"imm32.lib" +/OUT:"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Binaries\Win64\UnrealEditor-EasyXMLParser.dll" +/IMPLIB:"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\UnrealEditor-EasyXMLParser.suppressed.lib" +/PDB:"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Binaries\Win64\UnrealEditor-EasyXMLParser.pdb" +/ignore:4078 diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.dll.response.old b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.dll.response.old new file mode 100644 index 00000000..0a2af535 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.dll.response.old @@ -0,0 +1,72 @@ +/MANIFEST:EMBED +/MANIFESTINPUT:"..\Build\Windows\Resources\Default-Win64.manifest" +/NOLOGO +/DEBUG:FULL +/errorReport:prompt +/MACHINE:x64 +/SUBSYSTEM:WINDOWS +/FIXED:No +/NXCOMPAT +/STACK:12000000 +/DELAY:UNLOAD +/DLL +/PDBALTPATH:%_PDB% +/fastfail +/OPT:NOREF +/OPT:NOICF +/INCREMENTAL:NO +/ignore:4199 +/ignore:4099 +/DELAYLOAD:"d3d12.dll" +/DELAYLOAD:"DBGHELP.DLL" +/LIBPATH:"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\lib\x64" +/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" +/LIBPATH:"C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" +/NODEFAULTLIB:"LIBCMT" +/NODEFAULTLIB:"LIBCPMT" +/NODEFAULTLIB:"LIBCMTD" +/NODEFAULTLIB:"LIBCPMTD" +/NODEFAULTLIB:"MSVCRTD" +/NODEFAULTLIB:"MSVCPRTD" +/NODEFAULTLIB:"LIBC" +/NODEFAULTLIB:"LIBCP" +/NODEFAULTLIB:"LIBCD" +/NODEFAULTLIB:"LIBCPD" +/FUNCTIONPADMIN:6 +"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2Editor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.obj" +"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Default.rc2.res" +"..\Intermediate\Build\Win64\UnrealEditor\Development\CoreUObject\UnrealEditor-CoreUObject.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\Engine\UnrealEditor-Engine.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\Slate\UnrealEditor-Slate.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\SlateCore\UnrealEditor-SlateCore.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\XmlParser\UnrealEditor-XmlParser.lib" +"..\Intermediate\Build\Win64\UnrealEditor\Development\Core\UnrealEditor-Core.lib" +"delayimp.lib" +"wininet.lib" +"rpcrt4.lib" +"ws2_32.lib" +"dbghelp.lib" +"comctl32.lib" +"Winmm.lib" +"kernel32.lib" +"user32.lib" +"gdi32.lib" +"winspool.lib" +"comdlg32.lib" +"advapi32.lib" +"shell32.lib" +"ole32.lib" +"oleaut32.lib" +"uuid.lib" +"odbc32.lib" +"odbccp32.lib" +"netapi32.lib" +"iphlpapi.lib" +"setupapi.lib" +"dwmapi.lib" +"imm32.lib" +/OUT:"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Binaries\Win64\UnrealEditor-EasyXMLParser.dll" +/IMPLIB:"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\UnrealEditor-EasyXMLParser.suppressed.lib" +/PDB:"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Binaries\Win64\UnrealEditor-EasyXMLParser.pdb" +/ignore:4078 diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.exp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.exp new file mode 100644 index 00000000..88a89d8b Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.exp differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib new file mode 100644 index 00000000..62502111 Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib.response b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib.response new file mode 100644 index 00000000..acbfc8c1 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib.response @@ -0,0 +1,12 @@ +/NOLOGO +/errorReport:prompt +/MACHINE:x64 +/SUBSYSTEM:WINDOWS +/DEF +/NAME:"UnrealEditor-EasyXMLParser.dll" +/IGNORE:4221 +/NODEFAULTLIB +"E:\Projects\dron666_lifeResidence\Intermediate\Build\Win64\lifeResidenceEditor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.obj" +"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Default.rc2.res" +/OUT:"E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\UnrealEditor-EasyXMLParser.lib" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib.response.old b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib.response.old new file mode 100644 index 00000000..b0a8d763 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.lib.response.old @@ -0,0 +1,12 @@ +/NOLOGO +/errorReport:prompt +/MACHINE:x64 +/SUBSYSTEM:WINDOWS +/DEF +/NAME:"UnrealEditor-EasyXMLParser.dll" +/IGNORE:4221 +/NODEFAULTLIB +"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2Editor\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.obj" +"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\Default.rc2.res" +/OUT:"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealEditor\Development\EasyXMLParser\UnrealEditor-EasyXMLParser.lib" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.suppressed.exp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.suppressed.exp new file mode 100644 index 00000000..fcfdb1fb Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.suppressed.exp differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.suppressed.lib b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.suppressed.lib new file mode 100644 index 00000000..ba5f51eb Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Development/EasyXMLParser/UnrealEditor-EasyXMLParser.suppressed.lib differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp new file mode 100644 index 00000000..14679c43 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp @@ -0,0 +1,258 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLAsyncLoadFromFile.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLAsyncLoadFromFile() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature(); + ENGINE_API UClass* Z_Construct_UClass_UBlueprintAsyncActionBase(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + struct Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics + { + struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms + { + UEasyXMLElement* XMLObject; + FString ErrorMessage; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_XMLObject; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_XMLObject = { "XMLObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms, XMLObject), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_XMLObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_ErrorMessage, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::Function_MetaDataParams[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, nullptr, "EasyXMLAsyncLoadFromFile_Result__DelegateSignature", nullptr, nullptr, sizeof(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::FuncParams); + } + return ReturnFunction; + } + DEFINE_FUNCTION(UEasyXMLAsyncLoadFromFile::execAsyncLoadFromFile) + { + P_GET_OBJECT(UObject,Z_Param_WorldContextObject); + P_GET_PROPERTY(FStrProperty,Z_Param_FilePath); + P_GET_UBOOL(Z_Param_IsAblolute); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLAsyncLoadFromFile**)Z_Param__Result=UEasyXMLAsyncLoadFromFile::AsyncLoadFromFile(Z_Param_WorldContextObject,Z_Param_FilePath,Z_Param_IsAblolute); + P_NATIVE_END; + } + void UEasyXMLAsyncLoadFromFile::StaticRegisterNativesUEasyXMLAsyncLoadFromFile() + { + UClass* Class = UEasyXMLAsyncLoadFromFile::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "AsyncLoadFromFile", &UEasyXMLAsyncLoadFromFile::execAsyncLoadFromFile }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics + { + struct EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms + { + UObject* WorldContextObject; + FString FilePath; + bool IsAblolute; + UEasyXMLAsyncLoadFromFile* ReturnValue; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_FilePath_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_FilePath; + static void NewProp_IsAblolute_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_IsAblolute; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath = { "FilePath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms, FilePath), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath_MetaData)) }; + void Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute_SetBit(void* Obj) + { + ((EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms*)Obj)->IsAblolute = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute = { "IsAblolute", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms), &Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_WorldContextObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::Function_MetaDataParams[] = { + { "BlueprintInternalUseOnly", "true" }, + { "Category", "EasyXMLParser" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + { "WorldContext", "WorldContextObject" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLAsyncLoadFromFile, nullptr, "AsyncLoadFromFile", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms), Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLAsyncLoadFromFile); + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_NoRegister() + { + return UEasyXMLAsyncLoadFromFile::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Successed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Successed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Failed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Failed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp__XMLFile_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp__XMLFile; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp__IsAblolute_MetaData[]; +#endif + static void NewProp__IsAblolute_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp__IsAblolute; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UBlueprintAsyncActionBase, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile, "AsyncLoadFromFile" }, // 1410767924 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::Class_MetaDataParams[] = { + { "IncludePath", "EasyXMLAsyncLoadFromFile.h" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + { "ObjectInitializerConstructorDeclared", "" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed = { "Successed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromFile, Successed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed_MetaData)) }; // 3739232047 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed = { "Failed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromFile, Failed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed_MetaData)) }; // 3739232047 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile = { "_XMLFile", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromFile, _XMLFile), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + void Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_SetBit(void* Obj) + { + ((UEasyXMLAsyncLoadFromFile*)Obj)->_IsAblolute = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute = { "_IsAblolute", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(UEasyXMLAsyncLoadFromFile), &Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_SetBit, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::ClassParams = { + &UEasyXMLAsyncLoadFromFile::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::PropPointers), + 0, + 0x009000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile() + { + if (!Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile.OuterSingleton, Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLAsyncLoadFromFile::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLAsyncLoadFromFile); + UEasyXMLAsyncLoadFromFile::~UEasyXMLAsyncLoadFromFile() {} + struct Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLAsyncLoadFromFile, UEasyXMLAsyncLoadFromFile::StaticClass, TEXT("UEasyXMLAsyncLoadFromFile"), &Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLAsyncLoadFromFile), 1083321652U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_3635915602(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.generated.h new file mode 100644 index 00000000..c29193a6 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.generated.h @@ -0,0 +1,122 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLAsyncLoadFromFile.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLAsyncLoadFromFile; +class UEasyXMLElement; +class UObject; +#ifdef EASYXMLPARSER_EasyXMLAsyncLoadFromFile_generated_h +#error "EasyXMLAsyncLoadFromFile.generated.h already included, missing '#pragma once' in EasyXMLAsyncLoadFromFile.h" +#endif +#define EASYXMLPARSER_EasyXMLAsyncLoadFromFile_generated_h + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_10_DELEGATE \ +struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms \ +{ \ + UEasyXMLElement* XMLObject; \ + FString ErrorMessage; \ +}; \ +static inline void FEasyXMLAsyncLoadFromFile_Result_DelegateWrapper(const FMulticastScriptDelegate& EasyXMLAsyncLoadFromFile_Result, UEasyXMLElement* XMLObject, const FString& ErrorMessage) \ +{ \ + _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms Parms; \ + Parms.XMLObject=XMLObject; \ + Parms.ErrorMessage=ErrorMessage; \ + EasyXMLAsyncLoadFromFile_Result.ProcessMulticastDelegate(&Parms); \ +} + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_SPARSE_DATA +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromFile); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromFile); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ACCESSORS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromFile(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromFile, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromFile) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromFile(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromFile, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromFile) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAsyncLoadFromFile(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromFile) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromFile); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromFile); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromFile(UEasyXMLAsyncLoadFromFile&&); \ + NO_API UEasyXMLAsyncLoadFromFile(const UEasyXMLAsyncLoadFromFile&); \ +public: \ + NO_API virtual ~UEasyXMLAsyncLoadFromFile(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ENHANCED_CONSTRUCTORS \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromFile(UEasyXMLAsyncLoadFromFile&&); \ + NO_API UEasyXMLAsyncLoadFromFile(const UEasyXMLAsyncLoadFromFile&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromFile); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromFile); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromFile) \ + NO_API virtual ~UEasyXMLAsyncLoadFromFile(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_13_PROLOG +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp new file mode 100644 index 00000000..b2d20a9d --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp @@ -0,0 +1,232 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLAsyncLoadFromString.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLAsyncLoadFromString() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature(); + ENGINE_API UClass* Z_Construct_UClass_UBlueprintAsyncActionBase(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + struct Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics + { + struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms + { + UEasyXMLElement* XMLObject; + FString ErrorMessage; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_XMLObject; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_XMLObject = { "XMLObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms, XMLObject), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_XMLObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_ErrorMessage, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::Function_MetaDataParams[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, nullptr, "EasyXMLAsyncLoadFromString_Result__DelegateSignature", nullptr, nullptr, sizeof(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::FuncParams); + } + return ReturnFunction; + } + DEFINE_FUNCTION(UEasyXMLAsyncLoadFromString::execAsyncLoadFromString) + { + P_GET_OBJECT(UObject,Z_Param_WorldContextObject); + P_GET_PROPERTY(FStrProperty,Z_Param_XMLString); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLAsyncLoadFromString**)Z_Param__Result=UEasyXMLAsyncLoadFromString::AsyncLoadFromString(Z_Param_WorldContextObject,Z_Param_XMLString); + P_NATIVE_END; + } + void UEasyXMLAsyncLoadFromString::StaticRegisterNativesUEasyXMLAsyncLoadFromString() + { + UClass* Class = UEasyXMLAsyncLoadFromString::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "AsyncLoadFromString", &UEasyXMLAsyncLoadFromString::execAsyncLoadFromString }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics + { + struct EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms + { + UObject* WorldContextObject; + FString XMLString; + UEasyXMLAsyncLoadFromString* ReturnValue; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_XMLString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_XMLString; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString = { "XMLString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms, XMLString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString_MetaData)) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLAsyncLoadFromString_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_WorldContextObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::Function_MetaDataParams[] = { + { "BlueprintInternalUseOnly", "true" }, + { "Category", "EasyXMLParser" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + { "WorldContext", "WorldContextObject" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLAsyncLoadFromString, nullptr, "AsyncLoadFromString", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms), Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLAsyncLoadFromString); + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString_NoRegister() + { + return UEasyXMLAsyncLoadFromString::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Successed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Successed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Failed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Failed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp__XMLString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp__XMLString; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UBlueprintAsyncActionBase, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString, "AsyncLoadFromString" }, // 2197637281 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::Class_MetaDataParams[] = { + { "IncludePath", "EasyXMLAsyncLoadFromString.h" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + { "ObjectInitializerConstructorDeclared", "" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed = { "Successed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromString, Successed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed_MetaData)) }; // 1775020479 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed = { "Failed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromString, Failed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed_MetaData)) }; // 1775020479 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString = { "_XMLString", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromString, _XMLString), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::ClassParams = { + &UEasyXMLAsyncLoadFromString::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::PropPointers), + 0, + 0x009000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString() + { + if (!Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString.OuterSingleton, Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLAsyncLoadFromString::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLAsyncLoadFromString); + UEasyXMLAsyncLoadFromString::~UEasyXMLAsyncLoadFromString() {} + struct Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLAsyncLoadFromString, UEasyXMLAsyncLoadFromString::StaticClass, TEXT("UEasyXMLAsyncLoadFromString"), &Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLAsyncLoadFromString), 2137856294U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_4017057474(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.generated.h new file mode 100644 index 00000000..7734a9b4 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.generated.h @@ -0,0 +1,122 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLAsyncLoadFromString.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLAsyncLoadFromString; +class UEasyXMLElement; +class UObject; +#ifdef EASYXMLPARSER_EasyXMLAsyncLoadFromString_generated_h +#error "EasyXMLAsyncLoadFromString.generated.h already included, missing '#pragma once' in EasyXMLAsyncLoadFromString.h" +#endif +#define EASYXMLPARSER_EasyXMLAsyncLoadFromString_generated_h + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_10_DELEGATE \ +struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms \ +{ \ + UEasyXMLElement* XMLObject; \ + FString ErrorMessage; \ +}; \ +static inline void FEasyXMLAsyncLoadFromString_Result_DelegateWrapper(const FMulticastScriptDelegate& EasyXMLAsyncLoadFromString_Result, UEasyXMLElement* XMLObject, const FString& ErrorMessage) \ +{ \ + _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms Parms; \ + Parms.XMLObject=XMLObject; \ + Parms.ErrorMessage=ErrorMessage; \ + EasyXMLAsyncLoadFromString_Result.ProcessMulticastDelegate(&Parms); \ +} + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_SPARSE_DATA +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromString); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromString); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ACCESSORS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromString(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromString, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromString) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromString(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromString, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromString) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAsyncLoadFromString(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromString) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromString); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromString); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromString(UEasyXMLAsyncLoadFromString&&); \ + NO_API UEasyXMLAsyncLoadFromString(const UEasyXMLAsyncLoadFromString&); \ +public: \ + NO_API virtual ~UEasyXMLAsyncLoadFromString(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ENHANCED_CONSTRUCTORS \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromString(UEasyXMLAsyncLoadFromString&&); \ + NO_API UEasyXMLAsyncLoadFromString(const UEasyXMLAsyncLoadFromString&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromString); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromString); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromString) \ + NO_API virtual ~UEasyXMLAsyncLoadFromString(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_13_PROLOG +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp new file mode 100644 index 00000000..db008a98 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp @@ -0,0 +1,89 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLAttribute.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLAttribute() {} +// Cross Module References + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAttribute(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAttribute_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + void UEasyXMLAttribute::StaticRegisterNativesUEasyXMLAttribute() + { + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLAttribute); + UClass* Z_Construct_UClass_UEasyXMLAttribute_NoRegister() + { + return UEasyXMLAttribute::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLAttribute_Statics + { + static UObject* (*const DependentSingletons[])(); +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLAttribute_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UEasyXMLObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAttribute_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "IncludePath", "EasyXMLAttribute.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLAttribute.h" }, + }; +#endif + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLAttribute_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLAttribute_Statics::ClassParams = { + &UEasyXMLAttribute::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + nullptr, + nullptr, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + 0, + 0, + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAttribute_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAttribute_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLAttribute() + { + if (!Z_Registration_Info_UClass_UEasyXMLAttribute.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLAttribute.OuterSingleton, Z_Construct_UClass_UEasyXMLAttribute_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLAttribute.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLAttribute::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLAttribute); + UEasyXMLAttribute::~UEasyXMLAttribute() {} + struct Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLAttribute, UEasyXMLAttribute::StaticClass, TEXT("UEasyXMLAttribute"), &Z_Registration_Info_UClass_UEasyXMLAttribute, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLAttribute), 1037029290U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_3109178401(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.generated.h new file mode 100644 index 00000000..4f888466 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLAttribute.generated.h @@ -0,0 +1,98 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLAttribute.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +#ifdef EASYXMLPARSER_EasyXMLAttribute_generated_h +#error "EasyXMLAttribute.generated.h already included, missing '#pragma once' in EasyXMLAttribute.h" +#endif +#define EASYXMLPARSER_EasyXMLAttribute_generated_h + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_SPARSE_DATA +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS_NO_PURE_DECLS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ACCESSORS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLAttribute(); \ + friend struct Z_Construct_UClass_UEasyXMLAttribute_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAttribute, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAttribute) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLAttribute(); \ + friend struct Z_Construct_UClass_UEasyXMLAttribute_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAttribute, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAttribute) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAttribute(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAttribute) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAttribute); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAttribute); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAttribute(UEasyXMLAttribute&&); \ + NO_API UEasyXMLAttribute(const UEasyXMLAttribute&); \ +public: \ + NO_API virtual ~UEasyXMLAttribute(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAttribute(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAttribute(UEasyXMLAttribute&&); \ + NO_API UEasyXMLAttribute(const UEasyXMLAttribute&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAttribute); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAttribute); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAttribute) \ + NO_API virtual ~UEasyXMLAttribute(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_10_PROLOG +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp new file mode 100644 index 00000000..9be80be3 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp @@ -0,0 +1,618 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLElement.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLElement() {} +// Cross Module References + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAttribute_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject(); + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + DEFINE_FUNCTION(UEasyXMLElement::execGetAttribute) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AtrributeName); + P_GET_ENUM_REF(EEasyXMLParserFound,Z_Param_Out_Result); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLAttribute**)Z_Param__Result=P_THIS->GetAttribute(Z_Param_AtrributeName,(EEasyXMLParserFound&)(Z_Param_Out_Result)); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadElements) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_ENUM_REF(EEasyXMLParserFound,Z_Param_Out_Result); + P_FINISH; + P_NATIVE_BEGIN; + *(TArray*)Z_Param__Result=P_THIS->ReadElements(Z_Param_AccessString,(EEasyXMLParserFound&)(Z_Param_Out_Result)); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadElement) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_ENUM_REF(EEasyXMLParserFound,Z_Param_Out_Result); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLElement**)Z_Param__Result=P_THIS->ReadElement(Z_Param_AccessString,(EEasyXMLParserFound&)(Z_Param_Out_Result)); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadBool) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_UBOOL(Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(bool*)Z_Param__Result=P_THIS->ReadBool(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadString) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_PROPERTY(FStrProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(FString*)Z_Param__Result=P_THIS->ReadString(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadFloat) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_PROPERTY(FFloatProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(float*)Z_Param__Result=P_THIS->ReadFloat(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadInt) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_PROPERTY(FIntProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(int32*)Z_Param__Result=P_THIS->ReadInt(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + void UEasyXMLElement::StaticRegisterNativesUEasyXMLElement() + { + UClass* Class = UEasyXMLElement::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "GetAttribute", &UEasyXMLElement::execGetAttribute }, + { "ReadBool", &UEasyXMLElement::execReadBool }, + { "ReadElement", &UEasyXMLElement::execReadElement }, + { "ReadElements", &UEasyXMLElement::execReadElements }, + { "ReadFloat", &UEasyXMLElement::execReadFloat }, + { "ReadInt", &UEasyXMLElement::execReadInt }, + { "ReadString", &UEasyXMLElement::execReadString }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics + { + struct EasyXMLElement_eventGetAttribute_Parms + { + FString AtrributeName; + EEasyXMLParserFound Result; + UEasyXMLAttribute* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AtrributeName_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AtrributeName; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName = { "AtrributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventGetAttribute_Parms, AtrributeName), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventGetAttribute_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, METADATA_PARAMS(nullptr, 0) }; // 2318316098 + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventGetAttribute_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLAttribute_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|Object" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "GetAttribute", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::EasyXMLElement_eventGetAttribute_Parms), Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_GetAttribute() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics + { + struct EasyXMLElement_eventReadBool_Parms + { + FString AccessString; + bool DefaultValue; + bool ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static void NewProp_DefaultValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_DefaultValue; + static void NewProp_ReturnValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadBool_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString_MetaData)) }; + void Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue_SetBit(void* Obj) + { + ((EasyXMLElement_eventReadBool_Parms*)Obj)->DefaultValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLElement_eventReadBool_Parms), &Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + void Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue_SetBit(void* Obj) + { + ((EasyXMLElement_eventReadBool_Parms*)Obj)->ReturnValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLElement_eventReadBool_Parms), &Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "false" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadBool", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::EasyXMLElement_eventReadBool_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadBool() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics + { + struct EasyXMLElement_eventReadElement_Parms + { + FString AccessString; + EEasyXMLParserFound Result; + UEasyXMLElement* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElement_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElement_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, METADATA_PARAMS(nullptr, 0) }; // 2318316098 + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElement_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadElement", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::EasyXMLElement_eventReadElement_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadElement() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics + { + struct EasyXMLElement_eventReadElements_Parms + { + FString AccessString; + EEasyXMLParserFound Result; + TArray ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner; + static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElements_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElements_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, METADATA_PARAMS(nullptr, 0) }; // 2318316098 + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElements_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadElements", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::EasyXMLElement_eventReadElements_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadElements() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics + { + struct EasyXMLElement_eventReadFloat_Parms + { + FString AccessString; + float DefaultValue; + float ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadFloat_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadFloat_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadFloat_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "0.000000" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadFloat", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::EasyXMLElement_eventReadFloat_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadFloat() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics + { + struct EasyXMLElement_eventReadInt_Parms + { + FString AccessString; + int32 DefaultValue; + int32 ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FIntPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadInt_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadInt_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadInt_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "0" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadInt", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::EasyXMLElement_eventReadInt_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadInt() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics + { + struct EasyXMLElement_eventReadString_Parms + { + FString AccessString; + FString DefaultValue; + FString ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadString_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadString_Parms, DefaultValue), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue_MetaData)) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadString_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadString", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::EasyXMLElement_eventReadString_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadString() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLElement); + UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister() + { + return UEasyXMLElement::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLElement_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_LineNumber_MetaData[]; +#endif + static const UECodeGen_Private::FIntPropertyParams NewProp_LineNumber; + static const UECodeGen_Private::FObjectPropertyParams NewProp_Children_Inner; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Children_MetaData[]; +#endif + static const UECodeGen_Private::FArrayPropertyParams NewProp_Children; + static const UECodeGen_Private::FObjectPropertyParams NewProp_Attributes_ValueProp; + static const UECodeGen_Private::FStrPropertyParams NewProp_Attributes_Key_KeyProp; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Attributes_MetaData[]; +#endif + static const UECodeGen_Private::FMapPropertyParams NewProp_Attributes; + static const UECodeGen_Private::FStrPropertyParams NewProp_Comments_Inner; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Comments_MetaData[]; +#endif + static const UECodeGen_Private::FArrayPropertyParams NewProp_Comments; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLElement_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UEasyXMLObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLElement_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLElement_GetAttribute, "GetAttribute" }, // 1151137576 + { &Z_Construct_UFunction_UEasyXMLElement_ReadBool, "ReadBool" }, // 2632873847 + { &Z_Construct_UFunction_UEasyXMLElement_ReadElement, "ReadElement" }, // 3741050575 + { &Z_Construct_UFunction_UEasyXMLElement_ReadElements, "ReadElements" }, // 2138776787 + { &Z_Construct_UFunction_UEasyXMLElement_ReadFloat, "ReadFloat" }, // 3562800672 + { &Z_Construct_UFunction_UEasyXMLElement_ReadInt, "ReadInt" }, // 1157246041 + { &Z_Construct_UFunction_UEasyXMLElement_ReadString, "ReadString" }, // 4057766004 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "IncludePath", "EasyXMLElement.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber = { "LineNumber", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, LineNumber), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber_MetaData)) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_Inner = { "Children", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children = { "Children", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, Children), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_MetaData)) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_ValueProp = { "Attributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 1, Z_Construct_UClass_UEasyXMLAttribute_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_Key_KeyProp = { "Attributes_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes = { "Attributes", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, Attributes), EMapPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_MetaData)) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_Inner = { "Comments", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments = { "Comments", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, Comments), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLElement_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_ValueProp, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_Key_KeyProp, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLElement_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLElement_Statics::ClassParams = { + &UEasyXMLElement::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLElement_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::PropPointers), + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLElement() + { + if (!Z_Registration_Info_UClass_UEasyXMLElement.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLElement.OuterSingleton, Z_Construct_UClass_UEasyXMLElement_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLElement.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLElement::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLElement); + UEasyXMLElement::~UEasyXMLElement() {} + struct Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLElement, UEasyXMLElement::StaticClass, TEXT("UEasyXMLElement"), &Z_Registration_Info_UClass_UEasyXMLElement, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLElement), 1977929170U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_3885483459(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.generated.h new file mode 100644 index 00000000..966804d7 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLElement.generated.h @@ -0,0 +1,121 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLElement.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLAttribute; +class UEasyXMLElement; +enum class EEasyXMLParserFound : uint8; +#ifdef EASYXMLPARSER_EasyXMLElement_generated_h +#error "EasyXMLElement.generated.h already included, missing '#pragma once' in EasyXMLElement.h" +#endif +#define EASYXMLPARSER_EasyXMLElement_generated_h + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_SPARSE_DATA +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execGetAttribute); \ + DECLARE_FUNCTION(execReadElements); \ + DECLARE_FUNCTION(execReadElement); \ + DECLARE_FUNCTION(execReadBool); \ + DECLARE_FUNCTION(execReadString); \ + DECLARE_FUNCTION(execReadFloat); \ + DECLARE_FUNCTION(execReadInt); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execGetAttribute); \ + DECLARE_FUNCTION(execReadElements); \ + DECLARE_FUNCTION(execReadElement); \ + DECLARE_FUNCTION(execReadBool); \ + DECLARE_FUNCTION(execReadString); \ + DECLARE_FUNCTION(execReadFloat); \ + DECLARE_FUNCTION(execReadInt); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ACCESSORS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLElement(); \ + friend struct Z_Construct_UClass_UEasyXMLElement_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLElement, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLElement) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLElement(); \ + friend struct Z_Construct_UClass_UEasyXMLElement_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLElement, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLElement) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLElement(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLElement) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLElement); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLElement); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLElement(UEasyXMLElement&&); \ + NO_API UEasyXMLElement(const UEasyXMLElement&); \ +public: \ + NO_API virtual ~UEasyXMLElement(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLElement(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLElement(UEasyXMLElement&&); \ + NO_API UEasyXMLElement(const UEasyXMLElement&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLElement); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLElement); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLElement) \ + NO_API virtual ~UEasyXMLElement(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_10_PROLOG +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp new file mode 100644 index 00000000..bfd8ef82 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp @@ -0,0 +1,337 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLObject.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLObject() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject_NoRegister(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + DEFINE_FUNCTION(UEasyXMLObject::execGetBoolValue) + { + P_GET_UBOOL(Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(bool*)Z_Param__Result=P_THIS->GetBoolValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLObject::execGetStringValue) + { + P_GET_PROPERTY(FStrProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(FString*)Z_Param__Result=P_THIS->GetStringValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLObject::execGetFloatValue) + { + P_GET_PROPERTY(FFloatProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(float*)Z_Param__Result=P_THIS->GetFloatValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLObject::execGetIntValue) + { + P_GET_PROPERTY(FIntProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(int32*)Z_Param__Result=P_THIS->GetIntValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + void UEasyXMLObject::StaticRegisterNativesUEasyXMLObject() + { + UClass* Class = UEasyXMLObject::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "GetBoolValue", &UEasyXMLObject::execGetBoolValue }, + { "GetFloatValue", &UEasyXMLObject::execGetFloatValue }, + { "GetIntValue", &UEasyXMLObject::execGetIntValue }, + { "GetStringValue", &UEasyXMLObject::execGetStringValue }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics + { + struct EasyXMLObject_eventGetBoolValue_Parms + { + bool DefaultValue; + bool ReturnValue; + }; + static void NewProp_DefaultValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_DefaultValue; + static void NewProp_ReturnValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + void Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue_SetBit(void* Obj) + { + ((EasyXMLObject_eventGetBoolValue_Parms*)Obj)->DefaultValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLObject_eventGetBoolValue_Parms), &Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + void Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue_SetBit(void* Obj) + { + ((EasyXMLObject_eventGetBoolValue_Parms*)Obj)->ReturnValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLObject_eventGetBoolValue_Parms), &Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "false" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetBoolValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::EasyXMLObject_eventGetBoolValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetBoolValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics + { + struct EasyXMLObject_eventGetFloatValue_Parms + { + float DefaultValue; + float ReturnValue; + }; + static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetFloatValue_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetFloatValue_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "0.000000" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetFloatValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::EasyXMLObject_eventGetFloatValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetFloatValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics + { + struct EasyXMLObject_eventGetIntValue_Parms + { + int32 DefaultValue; + int32 ReturnValue; + }; + static const UECodeGen_Private::FIntPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetIntValue_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetIntValue_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "0" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetIntValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::EasyXMLObject_eventGetIntValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetIntValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics + { + struct EasyXMLObject_eventGetStringValue_Parms + { + FString DefaultValue; + FString ReturnValue; + }; + static const UECodeGen_Private::FStrPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetStringValue_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetStringValue_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetStringValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::EasyXMLObject_eventGetStringValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetStringValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLObject); + UClass* Z_Construct_UClass_UEasyXMLObject_NoRegister() + { + return UEasyXMLObject::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLObject_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_Name; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_Value; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Parent_MetaData[]; +#endif + static const UECodeGen_Private::FObjectPropertyParams NewProp_Parent; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLObject_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLObject_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLObject_GetBoolValue, "GetBoolValue" }, // 2894835845 + { &Z_Construct_UFunction_UEasyXMLObject_GetFloatValue, "GetFloatValue" }, // 1805917884 + { &Z_Construct_UFunction_UEasyXMLObject_GetIntValue, "GetIntValue" }, // 3192512854 + { &Z_Construct_UFunction_UEasyXMLObject_GetStringValue, "GetStringValue" }, // 4192660389 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "IncludePath", "EasyXMLObject.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLObject, Name), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLObject, Value), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent = { "Parent", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLObject, Parent), Z_Construct_UClass_UEasyXMLObject_NoRegister, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLObject_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLObject_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLObject_Statics::ClassParams = { + &UEasyXMLObject::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLObject_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::PropPointers), + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLObject() + { + if (!Z_Registration_Info_UClass_UEasyXMLObject.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLObject.OuterSingleton, Z_Construct_UClass_UEasyXMLObject_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLObject.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLObject::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLObject); + UEasyXMLObject::~UEasyXMLObject() {} + struct Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLObject, UEasyXMLObject::StaticClass, TEXT("UEasyXMLObject"), &Z_Registration_Info_UClass_UEasyXMLObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLObject), 1229725770U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_3773692656(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.generated.h new file mode 100644 index 00000000..1584ab06 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLObject.generated.h @@ -0,0 +1,112 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLObject.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +#ifdef EASYXMLPARSER_EasyXMLObject_generated_h +#error "EasyXMLObject.generated.h already included, missing '#pragma once' in EasyXMLObject.h" +#endif +#define EASYXMLPARSER_EasyXMLObject_generated_h + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_SPARSE_DATA +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execGetBoolValue); \ + DECLARE_FUNCTION(execGetStringValue); \ + DECLARE_FUNCTION(execGetFloatValue); \ + DECLARE_FUNCTION(execGetIntValue); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execGetBoolValue); \ + DECLARE_FUNCTION(execGetStringValue); \ + DECLARE_FUNCTION(execGetFloatValue); \ + DECLARE_FUNCTION(execGetIntValue); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ACCESSORS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLObject(); \ + friend struct Z_Construct_UClass_UEasyXMLObject_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLObject, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLObject) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLObject(); \ + friend struct Z_Construct_UClass_UEasyXMLObject_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLObject, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLObject) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLObject(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLObject) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLObject); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLObject); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLObject(UEasyXMLObject&&); \ + NO_API UEasyXMLObject(const UEasyXMLObject&); \ +public: \ + NO_API virtual ~UEasyXMLObject(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLObject(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLObject(UEasyXMLObject&&); \ + NO_API UEasyXMLObject(const UEasyXMLObject&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLObject); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLObject); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLObject) \ + NO_API virtual ~UEasyXMLObject(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_9_PROLOG +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp new file mode 100644 index 00000000..9847fbdd --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp @@ -0,0 +1,251 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLParseManager.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLParseManager() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLParseManager(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLParseManager_NoRegister(); + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + DEFINE_FUNCTION(UEasyXMLParseManager::execLoadFromString) + { + P_GET_PROPERTY(FStrProperty,Z_Param_XMLString); + P_GET_ENUM_REF(EEasyXMLParserErrorCode,Z_Param_Out_Result); + P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_ErrorMessage); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLElement**)Z_Param__Result=UEasyXMLParseManager::LoadFromString(Z_Param_XMLString,(EEasyXMLParserErrorCode&)(Z_Param_Out_Result),Z_Param_Out_ErrorMessage); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLParseManager::execLoadFromFile) + { + P_GET_PROPERTY(FStrProperty,Z_Param_FilePath); + P_GET_UBOOL(Z_Param_IsAblolute); + P_GET_ENUM_REF(EEasyXMLParserErrorCode,Z_Param_Out_Result); + P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_ErrorMessage); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLElement**)Z_Param__Result=UEasyXMLParseManager::LoadFromFile(Z_Param_FilePath,Z_Param_IsAblolute,(EEasyXMLParserErrorCode&)(Z_Param_Out_Result),Z_Param_Out_ErrorMessage); + P_NATIVE_END; + } + void UEasyXMLParseManager::StaticRegisterNativesUEasyXMLParseManager() + { + UClass* Class = UEasyXMLParseManager::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "LoadFromFile", &UEasyXMLParseManager::execLoadFromFile }, + { "LoadFromString", &UEasyXMLParseManager::execLoadFromString }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics + { + struct EasyXMLParseManager_eventLoadFromFile_Parms + { + FString FilePath; + bool IsAblolute; + EEasyXMLParserErrorCode Result; + FString ErrorMessage; + UEasyXMLElement* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_FilePath_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_FilePath; + static void NewProp_IsAblolute_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_IsAblolute; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath = { "FilePath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, FilePath), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath_MetaData)) }; + void Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute_SetBit(void* Obj) + { + ((EasyXMLParseManager_eventLoadFromFile_Parms*)Obj)->IsAblolute = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute = { "IsAblolute", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLParseManager_eventLoadFromFile_Parms), &Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode, METADATA_PARAMS(nullptr, 0) }; // 3999638294 + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ErrorMessage, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser" }, + { "Comment", "/**\n\x09 * load xml file\n\x09 * @param FilePath - xml file path\n\x09 * @param IsAblolute - true:FilePath is absolute path, false:Relative path from \"Content\"\n\x09 * @return xml object\n\x09 */" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLParseManager.h" }, + { "ToolTip", "load xml file\n@param FilePath - xml file path\n@param IsAblolute - true:FilePath is absolute path, false:Relative path from \"Content\"\n@return xml object" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLParseManager, nullptr, "LoadFromFile", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::EasyXMLParseManager_eventLoadFromFile_Parms), Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics + { + struct EasyXMLParseManager_eventLoadFromString_Parms + { + FString XMLString; + EEasyXMLParserErrorCode Result; + FString ErrorMessage; + UEasyXMLElement* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_XMLString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_XMLString; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString = { "XMLString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, XMLString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode, METADATA_PARAMS(nullptr, 0) }; // 3999638294 + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ErrorMessage, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser" }, + { "Comment", "/**\n\x09 * load xml string\n\x09 * @param XMLString - xml file path\n\x09 * @return xml object\n\x09 */" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLParseManager.h" }, + { "ToolTip", "load xml string\n@param XMLString - xml file path\n@return xml object" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLParseManager, nullptr, "LoadFromString", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::EasyXMLParseManager_eventLoadFromString_Parms), Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLParseManager); + UClass* Z_Construct_UClass_UEasyXMLParseManager_NoRegister() + { + return UEasyXMLParseManager::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLParseManager_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLParseManager_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLParseManager_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile, "LoadFromFile" }, // 2274537438 + { &Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString, "LoadFromString" }, // 364944488 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLParseManager_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "Comment", "/**\n * \n */" }, + { "IncludePath", "EasyXMLParseManager.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLParseManager.h" }, + }; +#endif + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLParseManager_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLParseManager_Statics::ClassParams = { + &UEasyXMLParseManager::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + nullptr, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + 0, + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLParseManager_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLParseManager_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLParseManager() + { + if (!Z_Registration_Info_UClass_UEasyXMLParseManager.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLParseManager.OuterSingleton, Z_Construct_UClass_UEasyXMLParseManager_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLParseManager.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLParseManager::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLParseManager); + UEasyXMLParseManager::~UEasyXMLParseManager() {} + struct Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLParseManager, UEasyXMLParseManager::StaticClass, TEXT("UEasyXMLParseManager"), &Z_Registration_Info_UClass_UEasyXMLParseManager, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLParseManager), 2546931556U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_1096825654(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.generated.h new file mode 100644 index 00000000..2d7be0fc --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParseManager.generated.h @@ -0,0 +1,110 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLParseManager.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLElement; +enum class EEasyXMLParserErrorCode : uint8; +#ifdef EASYXMLPARSER_EasyXMLParseManager_generated_h +#error "EasyXMLParseManager.generated.h already included, missing '#pragma once' in EasyXMLParseManager.h" +#endif +#define EASYXMLPARSER_EasyXMLParseManager_generated_h + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_SPARSE_DATA +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execLoadFromString); \ + DECLARE_FUNCTION(execLoadFromFile); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execLoadFromString); \ + DECLARE_FUNCTION(execLoadFromFile); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ACCESSORS +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLParseManager(); \ + friend struct Z_Construct_UClass_UEasyXMLParseManager_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLParseManager, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLParseManager) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLParseManager(); \ + friend struct Z_Construct_UClass_UEasyXMLParseManager_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLParseManager, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLParseManager) + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLParseManager(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLParseManager) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLParseManager); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLParseManager); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLParseManager(UEasyXMLParseManager&&); \ + NO_API UEasyXMLParseManager(const UEasyXMLParseManager&); \ +public: \ + NO_API virtual ~UEasyXMLParseManager(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLParseManager(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLParseManager(UEasyXMLParseManager&&); \ + NO_API UEasyXMLParseManager(const UEasyXMLParseManager&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLParseManager); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLParseManager); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLParseManager) \ + NO_API virtual ~UEasyXMLParseManager(); + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_13_PROLOG +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_SPARSE_DATA \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ACCESSORS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS_NO_PURE_DECLS \ + FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp new file mode 100644 index 00000000..3d2f5ad7 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp @@ -0,0 +1,35 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLParser_init() {} + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature(); + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature(); + static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_EasyXMLParser; + FORCENOINLINE UPackage* Z_Construct_UPackage__Script_EasyXMLParser() + { + if (!Z_Registration_Info_UPackage__Script_EasyXMLParser.OuterSingleton) + { + static UObject* (*const SingletonFuncArray[])() = { + (UObject* (*)())Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature, + (UObject* (*)())Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature, + }; + static const UECodeGen_Private::FPackageParams PackageParams = { + "/Script/EasyXMLParser", + SingletonFuncArray, + UE_ARRAY_COUNT(SingletonFuncArray), + PKG_CompiledIn | 0x00000000, + 0xCFC309B5, + 0x5229CB6F, + METADATA_PARAMS(nullptr, 0) + }; + UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_EasyXMLParser.OuterSingleton, PackageParams); + } + return Z_Registration_Info_UPackage__Script_EasyXMLParser.OuterSingleton; + } + static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_EasyXMLParser(Z_Construct_UPackage__Script_EasyXMLParser, TEXT("/Script/EasyXMLParser"), Z_Registration_Info_UPackage__Script_EasyXMLParser, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xCFC309B5, 0x5229CB6F)); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserClasses.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserClasses.h new file mode 100644 index 00000000..82953124 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserClasses.h @@ -0,0 +1,10 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#pragma once + + + diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp new file mode 100644 index 00000000..3d9a7d2d --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp @@ -0,0 +1,134 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLParserEnums.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLParserEnums() {} +// Cross Module References + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode(); + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + static FEnumRegistrationInfo Z_Registration_Info_UEnum_EEasyXMLParserErrorCode; + static UEnum* EEasyXMLParserErrorCode_StaticEnum() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.OuterSingleton) + { + Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode, Z_Construct_UPackage__Script_EasyXMLParser(), TEXT("EEasyXMLParserErrorCode")); + } + return Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.OuterSingleton; + } + template<> EASYXMLPARSER_API UEnum* StaticEnum() + { + return EEasyXMLParserErrorCode_StaticEnum(); + } + struct Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics + { + static const UECodeGen_Private::FEnumeratorParam Enumerators[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[]; +#endif + static const UECodeGen_Private::FEnumParams EnumParams; + }; + const UECodeGen_Private::FEnumeratorParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enumerators[] = { + { "EEasyXMLParserErrorCode::Successed", (int64)EEasyXMLParserErrorCode::Successed }, + { "EEasyXMLParserErrorCode::Failed", (int64)EEasyXMLParserErrorCode::Failed }, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enum_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "Failed.Name", "EEasyXMLParserErrorCode::Failed" }, + { "ModuleRelativePath", "Public/EasyXMLParserEnums.h" }, + { "Successed.Name", "EEasyXMLParserErrorCode::Successed" }, + }; +#endif + const UECodeGen_Private::FEnumParams Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::EnumParams = { + (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, + nullptr, + "EEasyXMLParserErrorCode", + "EEasyXMLParserErrorCode", + Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enumerators, + UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enumerators), + RF_Public|RF_Transient|RF_MarkAsNative, + EEnumFlags::None, + (uint8)UEnum::ECppForm::EnumClass, + METADATA_PARAMS(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enum_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enum_MetaDataParams)) + }; + UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.InnerSingleton) + { + UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.InnerSingleton, Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::EnumParams); + } + return Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.InnerSingleton; + } + static FEnumRegistrationInfo Z_Registration_Info_UEnum_EEasyXMLParserFound; + static UEnum* EEasyXMLParserFound_StaticEnum() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserFound.OuterSingleton) + { + Z_Registration_Info_UEnum_EEasyXMLParserFound.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, Z_Construct_UPackage__Script_EasyXMLParser(), TEXT("EEasyXMLParserFound")); + } + return Z_Registration_Info_UEnum_EEasyXMLParserFound.OuterSingleton; + } + template<> EASYXMLPARSER_API UEnum* StaticEnum() + { + return EEasyXMLParserFound_StaticEnum(); + } + struct Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics + { + static const UECodeGen_Private::FEnumeratorParam Enumerators[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[]; +#endif + static const UECodeGen_Private::FEnumParams EnumParams; + }; + const UECodeGen_Private::FEnumeratorParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enumerators[] = { + { "EEasyXMLParserFound::Found", (int64)EEasyXMLParserFound::Found }, + { "EEasyXMLParserFound::NotFound", (int64)EEasyXMLParserFound::NotFound }, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enum_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "Found.Name", "EEasyXMLParserFound::Found" }, + { "ModuleRelativePath", "Public/EasyXMLParserEnums.h" }, + { "NotFound.Name", "EEasyXMLParserFound::NotFound" }, + }; +#endif + const UECodeGen_Private::FEnumParams Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::EnumParams = { + (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, + nullptr, + "EEasyXMLParserFound", + "EEasyXMLParserFound", + Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enumerators, + UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enumerators), + RF_Public|RF_Transient|RF_MarkAsNative, + EEnumFlags::None, + (uint8)UEnum::ECppForm::EnumClass, + METADATA_PARAMS(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enum_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enum_MetaDataParams)) + }; + UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserFound.InnerSingleton) + { + UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EEasyXMLParserFound.InnerSingleton, Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::EnumParams); + } + return Z_Registration_Info_UEnum_EEasyXMLParserFound.InnerSingleton; + } + struct Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics + { + static const FEnumRegisterCompiledInInfo EnumInfo[]; + }; + const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics::EnumInfo[] = { + { EEasyXMLParserErrorCode_StaticEnum, TEXT("EEasyXMLParserErrorCode"), &Z_Registration_Info_UEnum_EEasyXMLParserErrorCode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3999638294U) }, + { EEasyXMLParserFound_StaticEnum, TEXT("EEasyXMLParserFound"), &Z_Registration_Info_UEnum_EEasyXMLParserFound, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2318316098U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_1240852195(TEXT("/Script/EasyXMLParser"), + nullptr, 0, + nullptr, 0, + Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics::EnumInfo)); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.generated.h new file mode 100644 index 00000000..aae67652 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.generated.h @@ -0,0 +1,37 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLParserEnums.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +#ifdef EASYXMLPARSER_EasyXMLParserEnums_generated_h +#error "EasyXMLParserEnums.generated.h already included, missing '#pragma once' in EasyXMLParserEnums.h" +#endif +#define EASYXMLPARSER_EasyXMLParserEnums_generated_h + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_dron666_lifeResidence_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h + + +#define FOREACH_ENUM_EEASYXMLPARSERERRORCODE(op) \ + op(EEasyXMLParserErrorCode::Successed) \ + op(EEasyXMLParserErrorCode::Failed) + +enum class EEasyXMLParserErrorCode : uint8; +template<> struct TIsUEnumClass { enum { Value = true }; }; +template<> EASYXMLPARSER_API UEnum* StaticEnum(); + +#define FOREACH_ENUM_EEASYXMLPARSERFOUND(op) \ + op(EEasyXMLParserFound::Found) \ + op(EEasyXMLParserFound::NotFound) + +enum class EEasyXMLParserFound : uint8; +template<> struct TIsUEnumClass { enum { Value = true }; }; +template<> EASYXMLPARSER_API UEnum* StaticEnum(); + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/Timestamp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/Timestamp new file mode 100644 index 00000000..aaacbd20 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealEditor/Inc/EasyXMLParser/UHT/Timestamp @@ -0,0 +1,7 @@ +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLObject.h +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLParserEnums.h +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLAttribute.h +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLAsyncLoadFromString.h +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLParseManager.h +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLAsyncLoadFromFile.h +E:\Projects\dron666_lifeResidence\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLElement.h diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Definitions.EasyXMLParser.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Definitions.EasyXMLParser.h new file mode 100644 index 00000000..7a12dbe2 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Definitions.EasyXMLParser.h @@ -0,0 +1,213 @@ +#undef EASYXMLPARSER_API +#undef UE_IS_ENGINE_MODULE +#undef DEPRECATED_FORGAME +#define DEPRECATED_FORGAME DEPRECATED +#undef UE_DEPRECATED_FORGAME +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#undef UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 +// Generated by UnrealBuildTool (UEBuildModuleCPP.cs) +#define IS_PROGRAM 0 +#define UE_GAME 1 +#define ENABLE_PGO_PROFILE 0 +#define USE_VORBIS_FOR_STREAMING 1 +#define USE_XMA2_FOR_STREAMING 1 +#define WITH_DEV_AUTOMATION_TESTS 1 +#define WITH_PERF_AUTOMATION_TESTS 1 +#define WITH_LOW_LEVEL_TESTS 0 +#define WITH_TESTS 1 +#define UNICODE 1 +#define _UNICODE 1 +#define __UNREAL__ 1 +#define IS_MONOLITHIC 1 +#define WITH_ENGINE 1 +#define WITH_UNREAL_DEVELOPER_TOOLS 1 +#define WITH_UNREAL_TARGET_DEVELOPER_TOOLS 1 +#define WITH_APPLICATION_CORE 1 +#define WITH_COREUOBJECT 1 +#define WITH_VERSE 1 +#define USE_STATS_WITHOUT_ENGINE 0 +#define WITH_PLUGIN_SUPPORT 0 +#define WITH_ACCESSIBILITY 1 +#define WITH_PERFCOUNTERS 0 +#define USE_LOGGING_IN_SHIPPING 0 +#define WITH_LOGGING_TO_MEMORY 0 +#define USE_CACHE_FREED_OS_ALLOCS 1 +#define USE_CHECKS_IN_SHIPPING 0 +#define USE_UTF8_TCHARS 0 +#define USE_ESTIMATED_UTCNOW 0 +#define WITH_EDITOR 0 +#define WITH_EDITORONLY_DATA 0 +#define WITH_SERVER_CODE 1 +#define WITH_SERVER_CODE_TRUSTED 1 +#define WITH_SERVER_CODE_UNTRUSTED 0 +#define UE_FNAME_OUTLINE_NUMBER 0 +#define WITH_PUSH_MODEL 0 +#define WITH_CEF3 1 +#define WITH_LIVE_CODING 1 +#define UE_LIVE_CODING_ENGINE_DIR "F:\\UE\\UE_5.1\\Engine" +#define UE_LIVE_CODING_PROJECT "D:\\UnrealEngine4\\Projects\\myPlugins\\myPlugins.uproject" +#define WITH_CPP_MODULES 0 +#define WITH_CPP_COROUTINES 0 +#define WITH_PROCESS_PRIORITY_CONTROL 0 +#define UBT_MODULE_MANIFEST "UnrealGame.modules" +#define UBT_MODULE_MANIFEST_DEBUGGAME "UnrealGame-Win64-DebugGame.modules" +#define UBT_COMPILED_PLATFORM Win64 +#define UBT_COMPILED_TARGET Game +#define UE_APP_NAME "UnrealGame" +#define UE_ENGINE_DIRECTORY "F:/UE/UE_5.1/Engine/" +#define NDIS_MINIPORT_MAJOR_VERSION 0 +#define WIN32 1 +#define _WIN32_WINNT 0x0601 +#define WINVER 0x0601 +#define PLATFORM_WINDOWS 1 +#define PLATFORM_MICROSOFT 1 +#define OVERRIDE_PLATFORM_HEADER_NAME Windows +#define RHI_RAYTRACING 1 +#define NDEBUG 1 +#define UE_BUILD_DEVELOPMENT 1 +#define UE_IS_ENGINE_MODULE 0 +#define UE_DISABLE_INLINE_GEN_CPP 0 +#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 1 +#define UE_PROJECT_NAME myPlugins +#define UE_TARGET_NAME MyProject2 +#define UE_MODULE_NAME "EasyXMLParser" +#define UE_PLUGIN_NAME "EasyXMLParser" +#define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION() +#define IMPLEMENT_SIGNING_KEY_REGISTRATION() +#define DEPRECATED_FORGAME DEPRECATED +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#define COREUOBJECT_API +#define UE_MEMORY_TAGS_TRACE_ENABLED 1 +#define UE_ENABLE_ICU 1 +#define WITH_ADDITIONAL_CRASH_CONTEXTS 1 +#define WITH_VS_PERF_PROFILER 1 +#define WITH_SUPERLUMINAL_PROFILER 0 +#define WITH_CONCURRENCYVIEWER_PROFILER 0 +#define WITH_DIRECTXMATH 0 +#define UE_WITH_IRIS 0 +#define PLATFORM_SUPPORTS_PLATFORM_EVENTS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_VIRTUAL_MEMORY_HOOKS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_MODULE_DIAGNOSTICS 1 +#define PLATFORM_SUPPORTS_TRACE_WIN32_CALLSTACK 1 +#define UE_MEMORY_TRACE_AVAILABLE 1 +#define WITH_MALLOC_STOMP 1 +#define CORE_API +#define TRACELOG_API +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define GPUPARTICLE_LOCAL_VF_ONLY 0 +#define WITH_ODSC 1 +#define UE_WITH_IRIS 0 +#define ENGINE_API +#define PLATFORM_MAX_LOCAL_PLAYERS 0 +#define COREONLINE_API +#define NETCORE_API +#define NETCOMMON_API +#define UE_WINDOWS_USING_UIA 1 +#define APPLICATIONCORE_API +#define RHI_WANT_BREADCRUMB_EVENTS 1 +#define RHI_WANT_RESOURCE_INFO 1 +#define RHI_API +#define IMAGECORE_API +#define JSON_API +#define JSONUTILITIES_API +#define WITH_FREETYPE 1 +#define SLATECORE_API +#define INPUTCORE_API +#define SLATE_API +#define WITH_UNREALPNG 1 +#define WITH_UNREALJPEG 1 +#define WITH_LIBJPEGTURBO 1 +#define WITH_UNREALEXR 1 +#define IMAGEWRAPPER_API +#define WITH_LIBTIFF 1 +#define MESSAGING_API +#define MESSAGINGCOMMON_API +#define RENDERCORE_API +#define ANALYTICSET_API +#define ANALYTICS_API +#define SOCKETS_PACKAGE 1 +#define SOCKETS_API +#define ASSETREGISTRY_API +#define ENGINEMESSAGES_API +#define ENGINESETTINGS_API +#define SYNTHBENCHMARK_API +#define RENDERER_API +#define UE_WITH_IRIS 0 +#define GAMEPLAYTAGS_API +#define DEVELOPERSETTINGS_API +#define PACKETHANDLER_API +#define RELIABILITYHANDLERCOMPONENT_API +#define AUDIOPLATFORMCONFIGURATION_API +#define MESHDESCRIPTION_API +#define STATICMESHDESCRIPTION_API +#define SKELETALMESHDESCRIPTION_API +#define ANIMATIONCORE_API +#define PAKFILE_API +#define RSA_API +#define NETWORKREPLAYSTREAMING_API +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define PHYSICSCORE_API +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_MEMORY_TRACKING 0 +#define CHAOS_API +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_CHECKED 0 +#define CHAOS_DEBUG_NAME 1 +#define CHAOSCORE_API +#define INTEL_ISPC 1 +#define VORONOI_API +#define GEOMETRYCORE_API +#define SIGNALPROCESSING_API +#define AUDIOEXTENSIONS_API +#define AUDIOMIXERCORE_API +#define AUDIOLINKCORE_API +#define COOKONTHEFLY_API +#define NETWORKING_API +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define CLOTHINGSYSTEMRUNTIMEINTERFACE_API +#define UE_WITH_IRIS 0 +#define IRISSTUB_API +#define AUDIOMIXER_API +#define TARGETPLATFORM_API +#define TEXTUREFORMAT_API +#define MOVIESCENECAPTURE_API +#define TYPEDELEMENTFRAMEWORK_API +#define TYPEDELEMENTRUNTIME_API +#define XMLPARSER_API +#define EASYXMLPARSER_API diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/LiveCodingInfo.json b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/LiveCodingInfo.json new file mode 100644 index 00000000..1c682b28 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/LiveCodingInfo.json @@ -0,0 +1,25 @@ +{ + "RemapUnityFiles": + { + "Module.EasyXMLParser.cpp.obj": [ + "EasyXMLAsyncLoadFromFile.gen.cpp.obj", + "EasyXMLAsyncLoadFromString.gen.cpp.obj", + "EasyXMLAttribute.gen.cpp.obj", + "EasyXMLElement.gen.cpp.obj", + "EasyXMLObject.gen.cpp.obj", + "EasyXMLParseManager.gen.cpp.obj", + "EasyXMLParser.init.gen.cpp.obj", + "EasyXMLParserEnums.gen.cpp.obj", + "EasyXMLAsyncLoadFromFile.cpp.obj", + "EasyXMLAsyncLoadFromString.cpp.obj", + "EasyXMLAttribute.cpp.obj", + "EasyXMLElement.cpp.obj", + "EasyXMLObject.cpp.obj", + "EasyXMLParseManager.cpp.obj", + "EasyXMLParser.cpp.obj", + "NodeAccessTest.cpp.obj", + "ReadValueTest.cpp.obj", + "CustomXMLParser.cpp.obj" + ] + } +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp new file mode 100644 index 00000000..462b373a --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp @@ -0,0 +1,19 @@ +// This file is automatically generated at compile-time to include some subset of the user-created cpp files. +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromFile.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromString.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAttribute.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLElement.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLObject.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParseManager.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParser.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/NodeAccessTest.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/ReadValueTest.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.cpp" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json new file mode 100644 index 00000000..0fb03dcb --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json @@ -0,0 +1,56 @@ +{ + "Version": "1.2", + "Data": { + "Source": "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\development\\easyxmlparser\\module.easyxmlparser.cpp", + "ProvidedModule": "", + "PCH": "d:\\unrealengine4\\projects\\myplugins\\intermediate\\build\\win64\\myproject2\\development\\engine\\sharedpch.engine.shadowerrors.inclorderunreal5_0.h.pch", + "Includes": [ + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\development\\easyxmlparser\\definitions.easyxmlparser.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromfile.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlasyncloadfromfile.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\engine\\classes\\kismet\\blueprintasyncactionbase.h", + "f:\\ue\\ue_5.1\\engine\\intermediate\\build\\win64\\unrealgame\\inc\\engine\\uht\\blueprintasyncactionbase.generated.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\uobject\\noexporttypes.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\uobject\\propertyaccessutil.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.inl", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\misc\\optionalfwd.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\internationalization\\polyglottextdata.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\assetregistry\\arfilter.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlelement.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlobject.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlobject.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparserenums.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlelement.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromfile.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromstring.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlasyncloadfromstring.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromstring.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlattribute.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlattribute.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlattribute.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlelement.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlobject.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparsemanager.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparsemanager.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparsemanager.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparser.init.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparserenums.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlasyncloadfromfile.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\utils\\customxmlparser.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\xmlparser\\public\\fastxml.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlasyncloadfromstring.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlattribute.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlelement.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlobject.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlparsemanager.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlparser.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparser.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\tests\\nodeaccesstest.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\tests\\readvaluetest.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\utils\\customxmlparser.cpp" + ], + "ImportedModules": [], + "ImportedHeaderUnits": [] + } +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj new file mode 100644 index 00000000..ec16bb1a Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response new file mode 100644 index 00000000..f76c2da8 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Development/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response @@ -0,0 +1,165 @@ +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Development\EasyXMLParser\Module.EasyXMLParser.cpp +/I . +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Private +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\CoreUObject\UHT +/I Runtime +/I Runtime\CoreUObject\Public +/I Runtime\TraceLog\Public +/I Runtime\Core\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\Engine\UHT +/I ..\Shaders\Shared +/I Runtime\Engine\Classes +/I Runtime\Engine\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\CoreOnline\UHT +/I Runtime\CoreOnline\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\NetCore\UHT +/I Runtime\Net +/I Runtime\Net\Core\Classes +/I Runtime\Net\Core\Public +/I Runtime\Net\Common\Public +/I Runtime\ApplicationCore\Public +/I Runtime\RHI\Public +/I Runtime\ImageCore\Public +/I Runtime\Json\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\JsonUtilities\UHT +/I Runtime\JsonUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\SlateCore\UHT +/I Runtime\SlateCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\InputCore\UHT +/I Runtime\InputCore\Classes +/I Runtime\InputCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\Slate\UHT +/I Runtime\Slate\Public +/I Runtime\ImageWrapper\Public +/I ThirdParty +/I Runtime\Messaging\Public +/I Runtime\MessagingCommon\Public +/I Runtime\RenderCore\Public +/I Runtime\Analytics +/I Runtime\Analytics\AnalyticsET\Public +/I Runtime\Analytics\Analytics\Public +/I Runtime\Sockets\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AssetRegistry\UHT +/I Runtime\AssetRegistry\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\EngineMessages\UHT +/I Runtime\EngineMessages\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\EngineSettings\UHT +/I Runtime\EngineSettings\Classes +/I Runtime\EngineSettings\Public +/I Runtime\SynthBenchmark\Public +/I Runtime\Renderer\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\GameplayTags\UHT +/I Runtime\GameplayTags\Classes +/I Runtime\GameplayTags\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\DeveloperSettings\UHT +/I Runtime\DeveloperSettings\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\PacketHandler\UHT +/I Runtime\PacketHandlers +/I Runtime\PacketHandlers\PacketHandler\Classes +/I Runtime\PacketHandlers\PacketHandler\Public +/I Runtime\PacketHandlers\ReliabilityHandlerComponent\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioPlatformConfiguration\UHT +/I Runtime\AudioPlatformConfiguration\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\MeshDescription\UHT +/I Runtime\MeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\StaticMeshDescription\UHT +/I Runtime\StaticMeshDescription\Public +/I Runtime\SkeletalMeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AnimationCore\UHT +/I Runtime\AnimationCore\Public +/I Runtime\PakFile\Public +/I Runtime\RSA\Public +/I Runtime\NetworkReplayStreaming +/I Runtime\NetworkReplayStreaming\NetworkReplayStreaming\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\PhysicsCore\UHT +/I Runtime\PhysicsCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\Chaos\UHT +/I Runtime\Experimental +/I Runtime\Experimental\Chaos\Public +/I Runtime\Experimental\ChaosCore\Public +/I ThirdParty\Intel +/I Runtime\Experimental\Voronoi\Public +/I Runtime\GeometryCore\Public +/I Runtime\SignalProcessing\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioExtensions\UHT +/I Runtime\AudioExtensions\Public +/I Runtime\AudioMixerCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioLinkCore\UHT +/I Runtime\AudioLink +/I Runtime\AudioLink\AudioLinkCore\Public +/I Runtime\Networking\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\ClothSysRuntimeIntrfc\UHT +/I Runtime\ClothingSystemRuntimeInterface\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\IrisStub\UHT +/I Runtime\Experimental\Iris +/I Runtime\Experimental\Iris\Stub\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioMixer\UHT +/I Runtime\AudioMixer\Classes +/I Runtime\AudioMixer\Public +/I Developer +/I Developer\TargetPlatform\Public +/I Developer\TextureFormat\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\MovieSceneCapture\UHT +/I Runtime\MovieSceneCapture\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\TypedElementFramework\UHT +/I Runtime\TypedElementFramework\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\TypedElementRuntime\UHT +/I Runtime\TypedElementRuntime\Public +/I Runtime\XmlParser\Public +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Inc\EasyXMLParser\UHT +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public +/external:W0 +/external:I ThirdParty\mimalloc\include +/external:I ThirdParty\LibTiff\Source\Win64 +/external:I ThirdParty\LibTiff\Source +/external:I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/FI"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/FI"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Development\EasyXMLParser\Definitions.EasyXMLParser.h" +/Yu"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/Fp"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2\Development\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.pch" +/Fo"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Development\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +/sourceDependencies D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Development\EasyXMLParser\Module.EasyXMLParser.cpp.dep.json +/Zc:inline +/nologo +/Oi +/FC +/c +/Gw +/Gy +/Zm1000 +/wd4819 +/D_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1 +/D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 +/D_DISABLE_EXTENDED_ALIGNED_STORAGE +/source-charset:utf-8 +/execution-charset:utf-8 +/Ob2 +/fastfail +/Ox +/Ot +/GF +/errorReport:prompt +/D_HAS_EXCEPTIONS=0 +/DPLATFORM_EXCEPTIONS_DISABLED=1 +/Z7 +/MD +/bigobj +/fp:fast +/Zo +/Zp8 +/we4456 +/we4458 +/we4459 +/wd4463 +/we4668 +/wd4244 +/wd4838 +/TP +/GR- +/W4 +/std:c++17 diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp new file mode 100644 index 00000000..3e09d3cc --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp @@ -0,0 +1,258 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLAsyncLoadFromFile.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLAsyncLoadFromFile() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature(); + ENGINE_API UClass* Z_Construct_UClass_UBlueprintAsyncActionBase(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + struct Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics + { + struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms + { + UEasyXMLElement* XMLObject; + FString ErrorMessage; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_XMLObject; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_XMLObject = { "XMLObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms, XMLObject), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_XMLObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::NewProp_ErrorMessage, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::Function_MetaDataParams[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, nullptr, "EasyXMLAsyncLoadFromFile_Result__DelegateSignature", nullptr, nullptr, sizeof(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature_Statics::FuncParams); + } + return ReturnFunction; + } + DEFINE_FUNCTION(UEasyXMLAsyncLoadFromFile::execAsyncLoadFromFile) + { + P_GET_OBJECT(UObject,Z_Param_WorldContextObject); + P_GET_PROPERTY(FStrProperty,Z_Param_FilePath); + P_GET_UBOOL(Z_Param_IsAblolute); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLAsyncLoadFromFile**)Z_Param__Result=UEasyXMLAsyncLoadFromFile::AsyncLoadFromFile(Z_Param_WorldContextObject,Z_Param_FilePath,Z_Param_IsAblolute); + P_NATIVE_END; + } + void UEasyXMLAsyncLoadFromFile::StaticRegisterNativesUEasyXMLAsyncLoadFromFile() + { + UClass* Class = UEasyXMLAsyncLoadFromFile::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "AsyncLoadFromFile", &UEasyXMLAsyncLoadFromFile::execAsyncLoadFromFile }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics + { + struct EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms + { + UObject* WorldContextObject; + FString FilePath; + bool IsAblolute; + UEasyXMLAsyncLoadFromFile* ReturnValue; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_FilePath_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_FilePath; + static void NewProp_IsAblolute_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_IsAblolute; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath = { "FilePath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms, FilePath), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath_MetaData)) }; + void Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute_SetBit(void* Obj) + { + ((EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms*)Obj)->IsAblolute = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute = { "IsAblolute", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms), &Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_WorldContextObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_FilePath, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_IsAblolute, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::Function_MetaDataParams[] = { + { "BlueprintInternalUseOnly", "true" }, + { "Category", "EasyXMLParser" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + { "WorldContext", "WorldContextObject" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLAsyncLoadFromFile, nullptr, "AsyncLoadFromFile", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::EasyXMLAsyncLoadFromFile_eventAsyncLoadFromFile_Parms), Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLAsyncLoadFromFile); + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_NoRegister() + { + return UEasyXMLAsyncLoadFromFile::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Successed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Successed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Failed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Failed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp__XMLFile_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp__XMLFile; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp__IsAblolute_MetaData[]; +#endif + static void NewProp__IsAblolute_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp__IsAblolute; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UBlueprintAsyncActionBase, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLAsyncLoadFromFile_AsyncLoadFromFile, "AsyncLoadFromFile" }, // 1410767924 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::Class_MetaDataParams[] = { + { "IncludePath", "EasyXMLAsyncLoadFromFile.h" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + { "ObjectInitializerConstructorDeclared", "" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed = { "Successed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromFile, Successed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed_MetaData)) }; // 3739232047 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed = { "Failed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromFile, Failed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed_MetaData)) }; // 3739232047 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile = { "_XMLFile", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromFile, _XMLFile), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromFile.h" }, + }; +#endif + void Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_SetBit(void* Obj) + { + ((UEasyXMLAsyncLoadFromFile*)Obj)->_IsAblolute = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute = { "_IsAblolute", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(UEasyXMLAsyncLoadFromFile), &Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_SetBit, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Successed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp_Failed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__XMLFile, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::NewProp__IsAblolute, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::ClassParams = { + &UEasyXMLAsyncLoadFromFile::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::PropPointers), + 0, + 0x009000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromFile() + { + if (!Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile.OuterSingleton, Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLAsyncLoadFromFile::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLAsyncLoadFromFile); + UEasyXMLAsyncLoadFromFile::~UEasyXMLAsyncLoadFromFile() {} + struct Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLAsyncLoadFromFile, UEasyXMLAsyncLoadFromFile::StaticClass, TEXT("UEasyXMLAsyncLoadFromFile"), &Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromFile, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLAsyncLoadFromFile), 1083321652U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_3635915602(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.generated.h new file mode 100644 index 00000000..6eb4b49c --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.generated.h @@ -0,0 +1,122 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLAsyncLoadFromFile.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLAsyncLoadFromFile; +class UEasyXMLElement; +class UObject; +#ifdef EASYXMLPARSER_EasyXMLAsyncLoadFromFile_generated_h +#error "EasyXMLAsyncLoadFromFile.generated.h already included, missing '#pragma once' in EasyXMLAsyncLoadFromFile.h" +#endif +#define EASYXMLPARSER_EasyXMLAsyncLoadFromFile_generated_h + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_10_DELEGATE \ +struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms \ +{ \ + UEasyXMLElement* XMLObject; \ + FString ErrorMessage; \ +}; \ +static inline void FEasyXMLAsyncLoadFromFile_Result_DelegateWrapper(const FMulticastScriptDelegate& EasyXMLAsyncLoadFromFile_Result, UEasyXMLElement* XMLObject, const FString& ErrorMessage) \ +{ \ + _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromFile_Result_Parms Parms; \ + Parms.XMLObject=XMLObject; \ + Parms.ErrorMessage=ErrorMessage; \ + EasyXMLAsyncLoadFromFile_Result.ProcessMulticastDelegate(&Parms); \ +} + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_SPARSE_DATA +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromFile); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromFile); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ACCESSORS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromFile(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromFile, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromFile) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromFile(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromFile_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromFile, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromFile) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAsyncLoadFromFile(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromFile) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromFile); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromFile); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromFile(UEasyXMLAsyncLoadFromFile&&); \ + NO_API UEasyXMLAsyncLoadFromFile(const UEasyXMLAsyncLoadFromFile&); \ +public: \ + NO_API virtual ~UEasyXMLAsyncLoadFromFile(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ENHANCED_CONSTRUCTORS \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromFile(UEasyXMLAsyncLoadFromFile&&); \ + NO_API UEasyXMLAsyncLoadFromFile(const UEasyXMLAsyncLoadFromFile&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromFile); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromFile); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromFile) \ + NO_API virtual ~UEasyXMLAsyncLoadFromFile(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_13_PROLOG +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_INCLASS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h_16_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromFile_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp new file mode 100644 index 00000000..b362ea66 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp @@ -0,0 +1,232 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLAsyncLoadFromString.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLAsyncLoadFromString() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature(); + ENGINE_API UClass* Z_Construct_UClass_UBlueprintAsyncActionBase(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + struct Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics + { + struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms + { + UEasyXMLElement* XMLObject; + FString ErrorMessage; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_XMLObject; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_XMLObject = { "XMLObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms, XMLObject), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_XMLObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::NewProp_ErrorMessage, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::Function_MetaDataParams[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, nullptr, "EasyXMLAsyncLoadFromString_Result__DelegateSignature", nullptr, nullptr, sizeof(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::_Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature_Statics::FuncParams); + } + return ReturnFunction; + } + DEFINE_FUNCTION(UEasyXMLAsyncLoadFromString::execAsyncLoadFromString) + { + P_GET_OBJECT(UObject,Z_Param_WorldContextObject); + P_GET_PROPERTY(FStrProperty,Z_Param_XMLString); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLAsyncLoadFromString**)Z_Param__Result=UEasyXMLAsyncLoadFromString::AsyncLoadFromString(Z_Param_WorldContextObject,Z_Param_XMLString); + P_NATIVE_END; + } + void UEasyXMLAsyncLoadFromString::StaticRegisterNativesUEasyXMLAsyncLoadFromString() + { + UClass* Class = UEasyXMLAsyncLoadFromString::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "AsyncLoadFromString", &UEasyXMLAsyncLoadFromString::execAsyncLoadFromString }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics + { + struct EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms + { + UObject* WorldContextObject; + FString XMLString; + UEasyXMLAsyncLoadFromString* ReturnValue; + }; + static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_XMLString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_XMLString; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString = { "XMLString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms, XMLString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString_MetaData)) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLAsyncLoadFromString_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_WorldContextObject, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_XMLString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::Function_MetaDataParams[] = { + { "BlueprintInternalUseOnly", "true" }, + { "Category", "EasyXMLParser" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + { "WorldContext", "WorldContextObject" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLAsyncLoadFromString, nullptr, "AsyncLoadFromString", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::EasyXMLAsyncLoadFromString_eventAsyncLoadFromString_Parms), Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLAsyncLoadFromString); + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString_NoRegister() + { + return UEasyXMLAsyncLoadFromString::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Successed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Successed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Failed_MetaData[]; +#endif + static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Failed; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp__XMLString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp__XMLString; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UBlueprintAsyncActionBase, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLAsyncLoadFromString_AsyncLoadFromString, "AsyncLoadFromString" }, // 2197637281 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::Class_MetaDataParams[] = { + { "IncludePath", "EasyXMLAsyncLoadFromString.h" }, + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + { "ObjectInitializerConstructorDeclared", "" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed = { "Successed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromString, Successed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed_MetaData)) }; // 1775020479 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed = { "Failed", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromString, Failed), Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed_MetaData)) }; // 1775020479 +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString_MetaData[] = { + { "ModuleRelativePath", "Public/EasyXMLAsyncLoadFromString.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString = { "_XMLString", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLAsyncLoadFromString, _XMLString), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Successed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp_Failed, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::NewProp__XMLString, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::ClassParams = { + &UEasyXMLAsyncLoadFromString::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::PropPointers), + 0, + 0x009000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLAsyncLoadFromString() + { + if (!Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString.OuterSingleton, Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLAsyncLoadFromString::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLAsyncLoadFromString); + UEasyXMLAsyncLoadFromString::~UEasyXMLAsyncLoadFromString() {} + struct Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLAsyncLoadFromString, UEasyXMLAsyncLoadFromString::StaticClass, TEXT("UEasyXMLAsyncLoadFromString"), &Z_Registration_Info_UClass_UEasyXMLAsyncLoadFromString, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLAsyncLoadFromString), 2137856294U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_4017057474(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.generated.h new file mode 100644 index 00000000..ef4573fb --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.generated.h @@ -0,0 +1,122 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLAsyncLoadFromString.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLAsyncLoadFromString; +class UEasyXMLElement; +class UObject; +#ifdef EASYXMLPARSER_EasyXMLAsyncLoadFromString_generated_h +#error "EasyXMLAsyncLoadFromString.generated.h already included, missing '#pragma once' in EasyXMLAsyncLoadFromString.h" +#endif +#define EASYXMLPARSER_EasyXMLAsyncLoadFromString_generated_h + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_10_DELEGATE \ +struct _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms \ +{ \ + UEasyXMLElement* XMLObject; \ + FString ErrorMessage; \ +}; \ +static inline void FEasyXMLAsyncLoadFromString_Result_DelegateWrapper(const FMulticastScriptDelegate& EasyXMLAsyncLoadFromString_Result, UEasyXMLElement* XMLObject, const FString& ErrorMessage) \ +{ \ + _Script_EasyXMLParser_eventEasyXMLAsyncLoadFromString_Result_Parms Parms; \ + Parms.XMLObject=XMLObject; \ + Parms.ErrorMessage=ErrorMessage; \ + EasyXMLAsyncLoadFromString_Result.ProcessMulticastDelegate(&Parms); \ +} + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_SPARSE_DATA +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromString); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execAsyncLoadFromString); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ACCESSORS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromString(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromString, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromString) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLAsyncLoadFromString(); \ + friend struct Z_Construct_UClass_UEasyXMLAsyncLoadFromString_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAsyncLoadFromString, UBlueprintAsyncActionBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAsyncLoadFromString) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAsyncLoadFromString(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromString) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromString); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromString); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromString(UEasyXMLAsyncLoadFromString&&); \ + NO_API UEasyXMLAsyncLoadFromString(const UEasyXMLAsyncLoadFromString&); \ +public: \ + NO_API virtual ~UEasyXMLAsyncLoadFromString(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ENHANCED_CONSTRUCTORS \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAsyncLoadFromString(UEasyXMLAsyncLoadFromString&&); \ + NO_API UEasyXMLAsyncLoadFromString(const UEasyXMLAsyncLoadFromString&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAsyncLoadFromString); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAsyncLoadFromString); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAsyncLoadFromString) \ + NO_API virtual ~UEasyXMLAsyncLoadFromString(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_13_PROLOG +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_INCLASS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h_16_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAsyncLoadFromString_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp new file mode 100644 index 00000000..923aae0d --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp @@ -0,0 +1,89 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLAttribute.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLAttribute() {} +// Cross Module References + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAttribute(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAttribute_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + void UEasyXMLAttribute::StaticRegisterNativesUEasyXMLAttribute() + { + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLAttribute); + UClass* Z_Construct_UClass_UEasyXMLAttribute_NoRegister() + { + return UEasyXMLAttribute::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLAttribute_Statics + { + static UObject* (*const DependentSingletons[])(); +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLAttribute_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UEasyXMLObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLAttribute_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "IncludePath", "EasyXMLAttribute.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLAttribute.h" }, + }; +#endif + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLAttribute_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLAttribute_Statics::ClassParams = { + &UEasyXMLAttribute::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + nullptr, + nullptr, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + 0, + 0, + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLAttribute_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLAttribute_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLAttribute() + { + if (!Z_Registration_Info_UClass_UEasyXMLAttribute.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLAttribute.OuterSingleton, Z_Construct_UClass_UEasyXMLAttribute_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLAttribute.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLAttribute::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLAttribute); + UEasyXMLAttribute::~UEasyXMLAttribute() {} + struct Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLAttribute, UEasyXMLAttribute::StaticClass, TEXT("UEasyXMLAttribute"), &Z_Registration_Info_UClass_UEasyXMLAttribute, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLAttribute), 1037029290U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_3109178401(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.generated.h new file mode 100644 index 00000000..19e46d38 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.generated.h @@ -0,0 +1,98 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLAttribute.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +#ifdef EASYXMLPARSER_EasyXMLAttribute_generated_h +#error "EasyXMLAttribute.generated.h already included, missing '#pragma once' in EasyXMLAttribute.h" +#endif +#define EASYXMLPARSER_EasyXMLAttribute_generated_h + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_SPARSE_DATA +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS_NO_PURE_DECLS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ACCESSORS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLAttribute(); \ + friend struct Z_Construct_UClass_UEasyXMLAttribute_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAttribute, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAttribute) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLAttribute(); \ + friend struct Z_Construct_UClass_UEasyXMLAttribute_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLAttribute, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLAttribute) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAttribute(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAttribute) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAttribute); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAttribute); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAttribute(UEasyXMLAttribute&&); \ + NO_API UEasyXMLAttribute(const UEasyXMLAttribute&); \ +public: \ + NO_API virtual ~UEasyXMLAttribute(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLAttribute(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLAttribute(UEasyXMLAttribute&&); \ + NO_API UEasyXMLAttribute(const UEasyXMLAttribute&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLAttribute); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLAttribute); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLAttribute) \ + NO_API virtual ~UEasyXMLAttribute(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_10_PROLOG +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_INCLASS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h_13_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLAttribute_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp new file mode 100644 index 00000000..e63ee1b0 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp @@ -0,0 +1,618 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLElement.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLElement() {} +// Cross Module References + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLAttribute_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject(); + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + DEFINE_FUNCTION(UEasyXMLElement::execGetAttribute) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AtrributeName); + P_GET_ENUM_REF(EEasyXMLParserFound,Z_Param_Out_Result); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLAttribute**)Z_Param__Result=P_THIS->GetAttribute(Z_Param_AtrributeName,(EEasyXMLParserFound&)(Z_Param_Out_Result)); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadElements) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_ENUM_REF(EEasyXMLParserFound,Z_Param_Out_Result); + P_FINISH; + P_NATIVE_BEGIN; + *(TArray*)Z_Param__Result=P_THIS->ReadElements(Z_Param_AccessString,(EEasyXMLParserFound&)(Z_Param_Out_Result)); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadElement) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_ENUM_REF(EEasyXMLParserFound,Z_Param_Out_Result); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLElement**)Z_Param__Result=P_THIS->ReadElement(Z_Param_AccessString,(EEasyXMLParserFound&)(Z_Param_Out_Result)); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadBool) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_UBOOL(Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(bool*)Z_Param__Result=P_THIS->ReadBool(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadString) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_PROPERTY(FStrProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(FString*)Z_Param__Result=P_THIS->ReadString(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadFloat) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_PROPERTY(FFloatProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(float*)Z_Param__Result=P_THIS->ReadFloat(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLElement::execReadInt) + { + P_GET_PROPERTY(FStrProperty,Z_Param_AccessString); + P_GET_PROPERTY(FIntProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(int32*)Z_Param__Result=P_THIS->ReadInt(Z_Param_AccessString,Z_Param_DefaultValue); + P_NATIVE_END; + } + void UEasyXMLElement::StaticRegisterNativesUEasyXMLElement() + { + UClass* Class = UEasyXMLElement::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "GetAttribute", &UEasyXMLElement::execGetAttribute }, + { "ReadBool", &UEasyXMLElement::execReadBool }, + { "ReadElement", &UEasyXMLElement::execReadElement }, + { "ReadElements", &UEasyXMLElement::execReadElements }, + { "ReadFloat", &UEasyXMLElement::execReadFloat }, + { "ReadInt", &UEasyXMLElement::execReadInt }, + { "ReadString", &UEasyXMLElement::execReadString }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics + { + struct EasyXMLElement_eventGetAttribute_Parms + { + FString AtrributeName; + EEasyXMLParserFound Result; + UEasyXMLAttribute* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AtrributeName_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AtrributeName; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName = { "AtrributeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventGetAttribute_Parms, AtrributeName), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventGetAttribute_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, METADATA_PARAMS(nullptr, 0) }; // 2318316098 + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventGetAttribute_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLAttribute_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_AtrributeName, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|Object" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "GetAttribute", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::EasyXMLElement_eventGetAttribute_Parms), Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_GetAttribute() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_GetAttribute_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics + { + struct EasyXMLElement_eventReadBool_Parms + { + FString AccessString; + bool DefaultValue; + bool ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static void NewProp_DefaultValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_DefaultValue; + static void NewProp_ReturnValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadBool_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString_MetaData)) }; + void Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue_SetBit(void* Obj) + { + ((EasyXMLElement_eventReadBool_Parms*)Obj)->DefaultValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLElement_eventReadBool_Parms), &Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + void Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue_SetBit(void* Obj) + { + ((EasyXMLElement_eventReadBool_Parms*)Obj)->ReturnValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLElement_eventReadBool_Parms), &Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "false" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadBool", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::EasyXMLElement_eventReadBool_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadBool() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadBool_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics + { + struct EasyXMLElement_eventReadElement_Parms + { + FString AccessString; + EEasyXMLParserFound Result; + UEasyXMLElement* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElement_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElement_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, METADATA_PARAMS(nullptr, 0) }; // 2318316098 + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElement_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadElement", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::EasyXMLElement_eventReadElement_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadElement() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadElement_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics + { + struct EasyXMLElement_eventReadElements_Parms + { + FString AccessString; + EEasyXMLParserFound Result; + TArray ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner; + static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElements_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElements_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, METADATA_PARAMS(nullptr, 0) }; // 2318316098 + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadElements_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadElements", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::EasyXMLElement_eventReadElements_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadElements() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadElements_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics + { + struct EasyXMLElement_eventReadFloat_Parms + { + FString AccessString; + float DefaultValue; + float ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadFloat_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadFloat_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadFloat_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "0.000000" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadFloat", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::EasyXMLElement_eventReadFloat_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadFloat() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadFloat_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics + { + struct EasyXMLElement_eventReadInt_Parms + { + FString AccessString; + int32 DefaultValue; + int32 ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; + static const UECodeGen_Private::FIntPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadInt_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString_MetaData)) }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadInt_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadInt_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "0" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadInt", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::EasyXMLElement_eventReadInt_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadInt() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadInt_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics + { + struct EasyXMLElement_eventReadString_Parms + { + FString AccessString; + FString DefaultValue; + FString ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_AccessString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_AccessString; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString = { "AccessString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadString_Parms, AccessString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadString_Parms, DefaultValue), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue_MetaData)) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLElement_eventReadString_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_AccessString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|ReadValue" }, + { "CPP_Default_DefaultValue", "" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLElement, nullptr, "ReadString", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::EasyXMLElement_eventReadString_Parms), Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLElement_ReadString() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLElement_ReadString_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLElement); + UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister() + { + return UEasyXMLElement::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLElement_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_LineNumber_MetaData[]; +#endif + static const UECodeGen_Private::FIntPropertyParams NewProp_LineNumber; + static const UECodeGen_Private::FObjectPropertyParams NewProp_Children_Inner; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Children_MetaData[]; +#endif + static const UECodeGen_Private::FArrayPropertyParams NewProp_Children; + static const UECodeGen_Private::FObjectPropertyParams NewProp_Attributes_ValueProp; + static const UECodeGen_Private::FStrPropertyParams NewProp_Attributes_Key_KeyProp; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Attributes_MetaData[]; +#endif + static const UECodeGen_Private::FMapPropertyParams NewProp_Attributes; + static const UECodeGen_Private::FStrPropertyParams NewProp_Comments_Inner; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Comments_MetaData[]; +#endif + static const UECodeGen_Private::FArrayPropertyParams NewProp_Comments; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLElement_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UEasyXMLObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLElement_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLElement_GetAttribute, "GetAttribute" }, // 1151137576 + { &Z_Construct_UFunction_UEasyXMLElement_ReadBool, "ReadBool" }, // 2632873847 + { &Z_Construct_UFunction_UEasyXMLElement_ReadElement, "ReadElement" }, // 3741050575 + { &Z_Construct_UFunction_UEasyXMLElement_ReadElements, "ReadElements" }, // 2138776787 + { &Z_Construct_UFunction_UEasyXMLElement_ReadFloat, "ReadFloat" }, // 3562800672 + { &Z_Construct_UFunction_UEasyXMLElement_ReadInt, "ReadInt" }, // 1157246041 + { &Z_Construct_UFunction_UEasyXMLElement_ReadString, "ReadString" }, // 4057766004 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "IncludePath", "EasyXMLElement.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber = { "LineNumber", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, LineNumber), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber_MetaData)) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_Inner = { "Children", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children = { "Children", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, Children), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_MetaData)) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_ValueProp = { "Attributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 1, Z_Construct_UClass_UEasyXMLAttribute_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_Key_KeyProp = { "Attributes_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes = { "Attributes", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, Attributes), EMapPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_MetaData)) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_Inner = { "Comments", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, METADATA_PARAMS(nullptr, 0) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLElement.h" }, + }; +#endif + const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments = { "Comments", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLElement, Comments), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLElement_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_LineNumber, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Children, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_ValueProp, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes_Key_KeyProp, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Attributes, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments_Inner, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLElement_Statics::NewProp_Comments, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLElement_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLElement_Statics::ClassParams = { + &UEasyXMLElement::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLElement_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::PropPointers), + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLElement_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLElement_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLElement() + { + if (!Z_Registration_Info_UClass_UEasyXMLElement.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLElement.OuterSingleton, Z_Construct_UClass_UEasyXMLElement_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLElement.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLElement::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLElement); + UEasyXMLElement::~UEasyXMLElement() {} + struct Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLElement, UEasyXMLElement::StaticClass, TEXT("UEasyXMLElement"), &Z_Registration_Info_UClass_UEasyXMLElement, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLElement), 1977929170U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_3885483459(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.generated.h new file mode 100644 index 00000000..935c7e9d --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.generated.h @@ -0,0 +1,121 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLElement.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLAttribute; +class UEasyXMLElement; +enum class EEasyXMLParserFound : uint8; +#ifdef EASYXMLPARSER_EasyXMLElement_generated_h +#error "EasyXMLElement.generated.h already included, missing '#pragma once' in EasyXMLElement.h" +#endif +#define EASYXMLPARSER_EasyXMLElement_generated_h + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_SPARSE_DATA +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execGetAttribute); \ + DECLARE_FUNCTION(execReadElements); \ + DECLARE_FUNCTION(execReadElement); \ + DECLARE_FUNCTION(execReadBool); \ + DECLARE_FUNCTION(execReadString); \ + DECLARE_FUNCTION(execReadFloat); \ + DECLARE_FUNCTION(execReadInt); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execGetAttribute); \ + DECLARE_FUNCTION(execReadElements); \ + DECLARE_FUNCTION(execReadElement); \ + DECLARE_FUNCTION(execReadBool); \ + DECLARE_FUNCTION(execReadString); \ + DECLARE_FUNCTION(execReadFloat); \ + DECLARE_FUNCTION(execReadInt); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ACCESSORS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLElement(); \ + friend struct Z_Construct_UClass_UEasyXMLElement_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLElement, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLElement) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLElement(); \ + friend struct Z_Construct_UClass_UEasyXMLElement_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLElement, UEasyXMLObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLElement) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLElement(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLElement) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLElement); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLElement); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLElement(UEasyXMLElement&&); \ + NO_API UEasyXMLElement(const UEasyXMLElement&); \ +public: \ + NO_API virtual ~UEasyXMLElement(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLElement(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLElement(UEasyXMLElement&&); \ + NO_API UEasyXMLElement(const UEasyXMLElement&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLElement); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLElement); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLElement) \ + NO_API virtual ~UEasyXMLElement(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_10_PROLOG +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_INCLASS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h_13_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLElement_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp new file mode 100644 index 00000000..43d31fca --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp @@ -0,0 +1,337 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLObject.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLObject() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLObject_NoRegister(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + DEFINE_FUNCTION(UEasyXMLObject::execGetBoolValue) + { + P_GET_UBOOL(Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(bool*)Z_Param__Result=P_THIS->GetBoolValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLObject::execGetStringValue) + { + P_GET_PROPERTY(FStrProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(FString*)Z_Param__Result=P_THIS->GetStringValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLObject::execGetFloatValue) + { + P_GET_PROPERTY(FFloatProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(float*)Z_Param__Result=P_THIS->GetFloatValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLObject::execGetIntValue) + { + P_GET_PROPERTY(FIntProperty,Z_Param_DefaultValue); + P_FINISH; + P_NATIVE_BEGIN; + *(int32*)Z_Param__Result=P_THIS->GetIntValue(Z_Param_DefaultValue); + P_NATIVE_END; + } + void UEasyXMLObject::StaticRegisterNativesUEasyXMLObject() + { + UClass* Class = UEasyXMLObject::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "GetBoolValue", &UEasyXMLObject::execGetBoolValue }, + { "GetFloatValue", &UEasyXMLObject::execGetFloatValue }, + { "GetIntValue", &UEasyXMLObject::execGetIntValue }, + { "GetStringValue", &UEasyXMLObject::execGetStringValue }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics + { + struct EasyXMLObject_eventGetBoolValue_Parms + { + bool DefaultValue; + bool ReturnValue; + }; + static void NewProp_DefaultValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_DefaultValue; + static void NewProp_ReturnValue_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + void Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue_SetBit(void* Obj) + { + ((EasyXMLObject_eventGetBoolValue_Parms*)Obj)->DefaultValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLObject_eventGetBoolValue_Parms), &Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + void Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue_SetBit(void* Obj) + { + ((EasyXMLObject_eventGetBoolValue_Parms*)Obj)->ReturnValue = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLObject_eventGetBoolValue_Parms), &Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "false" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetBoolValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::EasyXMLObject_eventGetBoolValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetBoolValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetBoolValue_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics + { + struct EasyXMLObject_eventGetFloatValue_Parms + { + float DefaultValue; + float ReturnValue; + }; + static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetFloatValue_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetFloatValue_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "0.000000" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetFloatValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::EasyXMLObject_eventGetFloatValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetFloatValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetFloatValue_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics + { + struct EasyXMLObject_eventGetIntValue_Parms + { + int32 DefaultValue; + int32 ReturnValue; + }; + static const UECodeGen_Private::FIntPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetIntValue_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetIntValue_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "0" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetIntValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::EasyXMLObject_eventGetIntValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetIntValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetIntValue_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics + { + struct EasyXMLObject_eventGetStringValue_Parms + { + FString DefaultValue; + FString ReturnValue; + }; + static const UECodeGen_Private::FStrPropertyParams NewProp_DefaultValue; + static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetStringValue_Parms, DefaultValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLObject_eventGetStringValue_Parms, ReturnValue), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_DefaultValue, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser|GetValue" }, + { "CPP_Default_DefaultValue", "" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLObject, nullptr, "GetStringValue", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::EasyXMLObject_eventGetStringValue_Parms), Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLObject_GetStringValue() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLObject_GetStringValue_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLObject); + UClass* Z_Construct_UClass_UEasyXMLObject_NoRegister() + { + return UEasyXMLObject::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLObject_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_Name; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_Value; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_Parent_MetaData[]; +#endif + static const UECodeGen_Private::FObjectPropertyParams NewProp_Parent; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLObject_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLObject_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLObject_GetBoolValue, "GetBoolValue" }, // 2894835845 + { &Z_Construct_UFunction_UEasyXMLObject_GetFloatValue, "GetFloatValue" }, // 1805917884 + { &Z_Construct_UFunction_UEasyXMLObject_GetIntValue, "GetIntValue" }, // 3192512854 + { &Z_Construct_UFunction_UEasyXMLObject_GetStringValue, "GetStringValue" }, // 4192660389 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "IncludePath", "EasyXMLObject.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLObject, Name), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLObject, Value), METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value_MetaData)) }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent_MetaData[] = { + { "Category", "EasyXMLParser|Object" }, + { "ModuleRelativePath", "Public/EasyXMLObject.h" }, + }; +#endif + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent = { "Parent", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UEasyXMLObject, Parent), Z_Construct_UClass_UEasyXMLObject_NoRegister, METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent_MetaData)) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEasyXMLObject_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Name, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Value, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEasyXMLObject_Statics::NewProp_Parent, + }; + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLObject_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLObject_Statics::ClassParams = { + &UEasyXMLObject::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + Z_Construct_UClass_UEasyXMLObject_Statics::PropPointers, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::PropPointers), + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLObject_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLObject_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLObject() + { + if (!Z_Registration_Info_UClass_UEasyXMLObject.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLObject.OuterSingleton, Z_Construct_UClass_UEasyXMLObject_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLObject.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLObject::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLObject); + UEasyXMLObject::~UEasyXMLObject() {} + struct Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLObject, UEasyXMLObject::StaticClass, TEXT("UEasyXMLObject"), &Z_Registration_Info_UClass_UEasyXMLObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLObject), 1229725770U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_3773692656(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.generated.h new file mode 100644 index 00000000..18a70487 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.generated.h @@ -0,0 +1,112 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLObject.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +#ifdef EASYXMLPARSER_EasyXMLObject_generated_h +#error "EasyXMLObject.generated.h already included, missing '#pragma once' in EasyXMLObject.h" +#endif +#define EASYXMLPARSER_EasyXMLObject_generated_h + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_SPARSE_DATA +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execGetBoolValue); \ + DECLARE_FUNCTION(execGetStringValue); \ + DECLARE_FUNCTION(execGetFloatValue); \ + DECLARE_FUNCTION(execGetIntValue); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execGetBoolValue); \ + DECLARE_FUNCTION(execGetStringValue); \ + DECLARE_FUNCTION(execGetFloatValue); \ + DECLARE_FUNCTION(execGetIntValue); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ACCESSORS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLObject(); \ + friend struct Z_Construct_UClass_UEasyXMLObject_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLObject, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLObject) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLObject(); \ + friend struct Z_Construct_UClass_UEasyXMLObject_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLObject, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLObject) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLObject(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLObject) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLObject); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLObject); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLObject(UEasyXMLObject&&); \ + NO_API UEasyXMLObject(const UEasyXMLObject&); \ +public: \ + NO_API virtual ~UEasyXMLObject(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLObject(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLObject(UEasyXMLObject&&); \ + NO_API UEasyXMLObject(const UEasyXMLObject&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLObject); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLObject); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLObject) \ + NO_API virtual ~UEasyXMLObject(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_9_PROLOG +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_INCLASS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h_12_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLObject_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp new file mode 100644 index 00000000..728916b8 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp @@ -0,0 +1,251 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLParseManager.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLParseManager() {} +// Cross Module References + COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLElement_NoRegister(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLParseManager(); + EASYXMLPARSER_API UClass* Z_Construct_UClass_UEasyXMLParseManager_NoRegister(); + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + DEFINE_FUNCTION(UEasyXMLParseManager::execLoadFromString) + { + P_GET_PROPERTY(FStrProperty,Z_Param_XMLString); + P_GET_ENUM_REF(EEasyXMLParserErrorCode,Z_Param_Out_Result); + P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_ErrorMessage); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLElement**)Z_Param__Result=UEasyXMLParseManager::LoadFromString(Z_Param_XMLString,(EEasyXMLParserErrorCode&)(Z_Param_Out_Result),Z_Param_Out_ErrorMessage); + P_NATIVE_END; + } + DEFINE_FUNCTION(UEasyXMLParseManager::execLoadFromFile) + { + P_GET_PROPERTY(FStrProperty,Z_Param_FilePath); + P_GET_UBOOL(Z_Param_IsAblolute); + P_GET_ENUM_REF(EEasyXMLParserErrorCode,Z_Param_Out_Result); + P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_ErrorMessage); + P_FINISH; + P_NATIVE_BEGIN; + *(UEasyXMLElement**)Z_Param__Result=UEasyXMLParseManager::LoadFromFile(Z_Param_FilePath,Z_Param_IsAblolute,(EEasyXMLParserErrorCode&)(Z_Param_Out_Result),Z_Param_Out_ErrorMessage); + P_NATIVE_END; + } + void UEasyXMLParseManager::StaticRegisterNativesUEasyXMLParseManager() + { + UClass* Class = UEasyXMLParseManager::StaticClass(); + static const FNameNativePtrPair Funcs[] = { + { "LoadFromFile", &UEasyXMLParseManager::execLoadFromFile }, + { "LoadFromString", &UEasyXMLParseManager::execLoadFromString }, + }; + FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); + } + struct Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics + { + struct EasyXMLParseManager_eventLoadFromFile_Parms + { + FString FilePath; + bool IsAblolute; + EEasyXMLParserErrorCode Result; + FString ErrorMessage; + UEasyXMLElement* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_FilePath_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_FilePath; + static void NewProp_IsAblolute_SetBit(void* Obj); + static const UECodeGen_Private::FBoolPropertyParams NewProp_IsAblolute; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath = { "FilePath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, FilePath), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath_MetaData)) }; + void Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute_SetBit(void* Obj) + { + ((EasyXMLParseManager_eventLoadFromFile_Parms*)Obj)->IsAblolute = 1; + } + const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute = { "IsAblolute", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(EasyXMLParseManager_eventLoadFromFile_Parms), &Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute_SetBit, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode, METADATA_PARAMS(nullptr, 0) }; // 3999638294 + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromFile_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_FilePath, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_IsAblolute, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ErrorMessage, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser" }, + { "Comment", "/**\n\x09 * load xml file\n\x09 * @param FilePath - xml file path\n\x09 * @param IsAblolute - true:FilePath is absolute path, false:Relative path from \"Content\"\n\x09 * @return xml object\n\x09 */" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLParseManager.h" }, + { "ToolTip", "load xml file\n@param FilePath - xml file path\n@param IsAblolute - true:FilePath is absolute path, false:Relative path from \"Content\"\n@return xml object" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLParseManager, nullptr, "LoadFromFile", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::EasyXMLParseManager_eventLoadFromFile_Parms), Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile_Statics::FuncParams); + } + return ReturnFunction; + } + struct Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics + { + struct EasyXMLParseManager_eventLoadFromString_Parms + { + FString XMLString; + EEasyXMLParserErrorCode Result; + FString ErrorMessage; + UEasyXMLElement* ReturnValue; + }; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam NewProp_XMLString_MetaData[]; +#endif + static const UECodeGen_Private::FStrPropertyParams NewProp_XMLString; + static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; + static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; + static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage; + static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; + static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[]; +#endif + static const UECodeGen_Private::FFunctionParams FuncParams; + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString_MetaData[] = { + { "NativeConst", "" }, + }; +#endif + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString = { "XMLString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, XMLString), METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString_MetaData, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString_MetaData)) }; + const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, nullptr, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, Result), Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode, METADATA_PARAMS(nullptr, 0) }; // 3999638294 + const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, ErrorMessage), METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(EasyXMLParseManager_eventLoadFromString_Parms, ReturnValue), Z_Construct_UClass_UEasyXMLElement_NoRegister, METADATA_PARAMS(nullptr, 0) }; + const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::PropPointers[] = { + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_XMLString, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result_Underlying, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_Result, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ErrorMessage, + (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::NewProp_ReturnValue, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::Function_MetaDataParams[] = { + { "Category", "EasyXMLParser" }, + { "Comment", "/**\n\x09 * load xml string\n\x09 * @param XMLString - xml file path\n\x09 * @return xml object\n\x09 */" }, + { "ExpandEnumAsExecs", "Result" }, + { "ModuleRelativePath", "Public/EasyXMLParseManager.h" }, + { "ToolTip", "load xml string\n@param XMLString - xml file path\n@return xml object" }, + }; +#endif + const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEasyXMLParseManager, nullptr, "LoadFromString", nullptr, nullptr, sizeof(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::EasyXMLParseManager_eventLoadFromString_Parms), Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::Function_MetaDataParams)) }; + UFunction* Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString() + { + static UFunction* ReturnFunction = nullptr; + if (!ReturnFunction) + { + UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString_Statics::FuncParams); + } + return ReturnFunction; + } + IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEasyXMLParseManager); + UClass* Z_Construct_UClass_UEasyXMLParseManager_NoRegister() + { + return UEasyXMLParseManager::StaticClass(); + } + struct Z_Construct_UClass_UEasyXMLParseManager_Statics + { + static UObject* (*const DependentSingletons[])(); + static const FClassFunctionLinkInfo FuncInfo[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; +#endif + static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; + static const UECodeGen_Private::FClassParams ClassParams; + }; + UObject* (*const Z_Construct_UClass_UEasyXMLParseManager_Statics::DependentSingletons[])() = { + (UObject* (*)())Z_Construct_UClass_UObject, + (UObject* (*)())Z_Construct_UPackage__Script_EasyXMLParser, + }; + const FClassFunctionLinkInfo Z_Construct_UClass_UEasyXMLParseManager_Statics::FuncInfo[] = { + { &Z_Construct_UFunction_UEasyXMLParseManager_LoadFromFile, "LoadFromFile" }, // 2274537438 + { &Z_Construct_UFunction_UEasyXMLParseManager_LoadFromString, "LoadFromString" }, // 364944488 + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UEasyXMLParseManager_Statics::Class_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "Comment", "/**\n * \n */" }, + { "IncludePath", "EasyXMLParseManager.h" }, + { "IsBlueprintBase", "true" }, + { "ModuleRelativePath", "Public/EasyXMLParseManager.h" }, + }; +#endif + const FCppClassTypeInfoStatic Z_Construct_UClass_UEasyXMLParseManager_Statics::StaticCppClassTypeInfo = { + TCppClassTypeTraits::IsAbstract, + }; + const UECodeGen_Private::FClassParams Z_Construct_UClass_UEasyXMLParseManager_Statics::ClassParams = { + &UEasyXMLParseManager::StaticClass, + nullptr, + &StaticCppClassTypeInfo, + DependentSingletons, + FuncInfo, + nullptr, + nullptr, + UE_ARRAY_COUNT(DependentSingletons), + UE_ARRAY_COUNT(FuncInfo), + 0, + 0, + 0x001000A0u, + METADATA_PARAMS(Z_Construct_UClass_UEasyXMLParseManager_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UEasyXMLParseManager_Statics::Class_MetaDataParams)) + }; + UClass* Z_Construct_UClass_UEasyXMLParseManager() + { + if (!Z_Registration_Info_UClass_UEasyXMLParseManager.OuterSingleton) + { + UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEasyXMLParseManager.OuterSingleton, Z_Construct_UClass_UEasyXMLParseManager_Statics::ClassParams); + } + return Z_Registration_Info_UClass_UEasyXMLParseManager.OuterSingleton; + } + template<> EASYXMLPARSER_API UClass* StaticClass() + { + return UEasyXMLParseManager::StaticClass(); + } + DEFINE_VTABLE_PTR_HELPER_CTOR(UEasyXMLParseManager); + UEasyXMLParseManager::~UEasyXMLParseManager() {} + struct Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics + { + static const FClassRegisterCompiledInInfo ClassInfo[]; + }; + const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics::ClassInfo[] = { + { Z_Construct_UClass_UEasyXMLParseManager, UEasyXMLParseManager::StaticClass, TEXT("UEasyXMLParseManager"), &Z_Registration_Info_UClass_UEasyXMLParseManager, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEasyXMLParseManager), 2546931556U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_1096825654(TEXT("/Script/EasyXMLParser"), + Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_Statics::ClassInfo), + nullptr, 0, + nullptr, 0); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.generated.h new file mode 100644 index 00000000..47cac35b --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.generated.h @@ -0,0 +1,110 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLParseManager.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +class UEasyXMLElement; +enum class EEasyXMLParserErrorCode : uint8; +#ifdef EASYXMLPARSER_EasyXMLParseManager_generated_h +#error "EasyXMLParseManager.generated.h already included, missing '#pragma once' in EasyXMLParseManager.h" +#endif +#define EASYXMLPARSER_EasyXMLParseManager_generated_h + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_SPARSE_DATA +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS \ + \ + DECLARE_FUNCTION(execLoadFromString); \ + DECLARE_FUNCTION(execLoadFromFile); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + \ + DECLARE_FUNCTION(execLoadFromString); \ + DECLARE_FUNCTION(execLoadFromFile); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ACCESSORS +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS_NO_PURE_DECLS \ +private: \ + static void StaticRegisterNativesUEasyXMLParseManager(); \ + friend struct Z_Construct_UClass_UEasyXMLParseManager_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLParseManager, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLParseManager) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS \ +private: \ + static void StaticRegisterNativesUEasyXMLParseManager(); \ + friend struct Z_Construct_UClass_UEasyXMLParseManager_Statics; \ +public: \ + DECLARE_CLASS(UEasyXMLParseManager, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/EasyXMLParser"), NO_API) \ + DECLARE_SERIALIZER(UEasyXMLParseManager) + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_STANDARD_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLParseManager(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLParseManager) \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLParseManager); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLParseManager); \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLParseManager(UEasyXMLParseManager&&); \ + NO_API UEasyXMLParseManager(const UEasyXMLParseManager&); \ +public: \ + NO_API virtual ~UEasyXMLParseManager(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ENHANCED_CONSTRUCTORS \ + /** Standard constructor, called after all reflected properties have been initialized */ \ + NO_API UEasyXMLParseManager(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ +private: \ + /** Private move- and copy-constructors, should never be used */ \ + NO_API UEasyXMLParseManager(UEasyXMLParseManager&&); \ + NO_API UEasyXMLParseManager(const UEasyXMLParseManager&); \ +public: \ + DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEasyXMLParseManager); \ + DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEasyXMLParseManager); \ + DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEasyXMLParseManager) \ + NO_API virtual ~UEasyXMLParseManager(); + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_13_PROLOG +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_GENERATED_BODY_LEGACY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_STANDARD_CONSTRUCTORS \ +public: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +#define FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_GENERATED_BODY \ +PRAGMA_DISABLE_DEPRECATION_WARNINGS \ +public: \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_SPARSE_DATA \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_RPC_WRAPPERS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ACCESSORS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_INCLASS_NO_PURE_DECLS \ + FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h_16_ENHANCED_CONSTRUCTORS \ +private: \ +PRAGMA_ENABLE_DEPRECATION_WARNINGS + + +template<> EASYXMLPARSER_API UClass* StaticClass(); + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParseManager_h + + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp new file mode 100644 index 00000000..48e98ee1 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp @@ -0,0 +1,35 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLParser_init() {} + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature(); + EASYXMLPARSER_API UFunction* Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature(); + static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_EasyXMLParser; + FORCENOINLINE UPackage* Z_Construct_UPackage__Script_EasyXMLParser() + { + if (!Z_Registration_Info_UPackage__Script_EasyXMLParser.OuterSingleton) + { + static UObject* (*const SingletonFuncArray[])() = { + (UObject* (*)())Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromFile_Result__DelegateSignature, + (UObject* (*)())Z_Construct_UDelegateFunction_EasyXMLParser_EasyXMLAsyncLoadFromString_Result__DelegateSignature, + }; + static const UECodeGen_Private::FPackageParams PackageParams = { + "/Script/EasyXMLParser", + SingletonFuncArray, + UE_ARRAY_COUNT(SingletonFuncArray), + PKG_CompiledIn | 0x00000000, + 0xCB9D5C1D, + 0x5229CB6F, + METADATA_PARAMS(nullptr, 0) + }; + UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_EasyXMLParser.OuterSingleton, PackageParams); + } + return Z_Registration_Info_UPackage__Script_EasyXMLParser.OuterSingleton; + } + static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_EasyXMLParser(Z_Construct_UPackage__Script_EasyXMLParser, TEXT("/Script/EasyXMLParser"), Z_Registration_Info_UPackage__Script_EasyXMLParser, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xCB9D5C1D, 0x5229CB6F)); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserClasses.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserClasses.h new file mode 100644 index 00000000..82953124 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserClasses.h @@ -0,0 +1,10 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#pragma once + + + diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp new file mode 100644 index 00000000..c7c25f68 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp @@ -0,0 +1,134 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +#include "UObject/GeneratedCppIncludes.h" +#include "EasyXMLParser/Public/EasyXMLParserEnums.h" +PRAGMA_DISABLE_DEPRECATION_WARNINGS +void EmptyLinkFunctionForGeneratedCodeEasyXMLParserEnums() {} +// Cross Module References + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode(); + EASYXMLPARSER_API UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound(); + UPackage* Z_Construct_UPackage__Script_EasyXMLParser(); +// End Cross Module References + static FEnumRegistrationInfo Z_Registration_Info_UEnum_EEasyXMLParserErrorCode; + static UEnum* EEasyXMLParserErrorCode_StaticEnum() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.OuterSingleton) + { + Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode, Z_Construct_UPackage__Script_EasyXMLParser(), TEXT("EEasyXMLParserErrorCode")); + } + return Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.OuterSingleton; + } + template<> EASYXMLPARSER_API UEnum* StaticEnum() + { + return EEasyXMLParserErrorCode_StaticEnum(); + } + struct Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics + { + static const UECodeGen_Private::FEnumeratorParam Enumerators[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[]; +#endif + static const UECodeGen_Private::FEnumParams EnumParams; + }; + const UECodeGen_Private::FEnumeratorParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enumerators[] = { + { "EEasyXMLParserErrorCode::Successed", (int64)EEasyXMLParserErrorCode::Successed }, + { "EEasyXMLParserErrorCode::Failed", (int64)EEasyXMLParserErrorCode::Failed }, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enum_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "Failed.Name", "EEasyXMLParserErrorCode::Failed" }, + { "ModuleRelativePath", "Public/EasyXMLParserEnums.h" }, + { "Successed.Name", "EEasyXMLParserErrorCode::Successed" }, + }; +#endif + const UECodeGen_Private::FEnumParams Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::EnumParams = { + (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, + nullptr, + "EEasyXMLParserErrorCode", + "EEasyXMLParserErrorCode", + Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enumerators, + UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enumerators), + RF_Public|RF_Transient|RF_MarkAsNative, + EEnumFlags::None, + (uint8)UEnum::ECppForm::EnumClass, + METADATA_PARAMS(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enum_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::Enum_MetaDataParams)) + }; + UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.InnerSingleton) + { + UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.InnerSingleton, Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserErrorCode_Statics::EnumParams); + } + return Z_Registration_Info_UEnum_EEasyXMLParserErrorCode.InnerSingleton; + } + static FEnumRegistrationInfo Z_Registration_Info_UEnum_EEasyXMLParserFound; + static UEnum* EEasyXMLParserFound_StaticEnum() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserFound.OuterSingleton) + { + Z_Registration_Info_UEnum_EEasyXMLParserFound.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound, Z_Construct_UPackage__Script_EasyXMLParser(), TEXT("EEasyXMLParserFound")); + } + return Z_Registration_Info_UEnum_EEasyXMLParserFound.OuterSingleton; + } + template<> EASYXMLPARSER_API UEnum* StaticEnum() + { + return EEasyXMLParserFound_StaticEnum(); + } + struct Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics + { + static const UECodeGen_Private::FEnumeratorParam Enumerators[]; +#if WITH_METADATA + static const UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[]; +#endif + static const UECodeGen_Private::FEnumParams EnumParams; + }; + const UECodeGen_Private::FEnumeratorParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enumerators[] = { + { "EEasyXMLParserFound::Found", (int64)EEasyXMLParserFound::Found }, + { "EEasyXMLParserFound::NotFound", (int64)EEasyXMLParserFound::NotFound }, + }; +#if WITH_METADATA + const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enum_MetaDataParams[] = { + { "BlueprintType", "true" }, + { "Found.Name", "EEasyXMLParserFound::Found" }, + { "ModuleRelativePath", "Public/EasyXMLParserEnums.h" }, + { "NotFound.Name", "EEasyXMLParserFound::NotFound" }, + }; +#endif + const UECodeGen_Private::FEnumParams Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::EnumParams = { + (UObject*(*)())Z_Construct_UPackage__Script_EasyXMLParser, + nullptr, + "EEasyXMLParserFound", + "EEasyXMLParserFound", + Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enumerators, + UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enumerators), + RF_Public|RF_Transient|RF_MarkAsNative, + EEnumFlags::None, + (uint8)UEnum::ECppForm::EnumClass, + METADATA_PARAMS(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enum_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::Enum_MetaDataParams)) + }; + UEnum* Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound() + { + if (!Z_Registration_Info_UEnum_EEasyXMLParserFound.InnerSingleton) + { + UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EEasyXMLParserFound.InnerSingleton, Z_Construct_UEnum_EasyXMLParser_EEasyXMLParserFound_Statics::EnumParams); + } + return Z_Registration_Info_UEnum_EEasyXMLParserFound.InnerSingleton; + } + struct Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics + { + static const FEnumRegisterCompiledInInfo EnumInfo[]; + }; + const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics::EnumInfo[] = { + { EEasyXMLParserErrorCode_StaticEnum, TEXT("EEasyXMLParserErrorCode"), &Z_Registration_Info_UEnum_EEasyXMLParserErrorCode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3999638294U) }, + { EEasyXMLParserFound_StaticEnum, TEXT("EEasyXMLParserFound"), &Z_Registration_Info_UEnum_EEasyXMLParserFound, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2318316098U) }, + }; + static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_1240852195(TEXT("/Script/EasyXMLParser"), + nullptr, 0, + nullptr, 0, + Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h_Statics::EnumInfo)); +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.generated.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.generated.h new file mode 100644 index 00000000..1e910fe2 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.generated.h @@ -0,0 +1,37 @@ +// Copyright Epic Games, Inc. All Rights Reserved. +/*=========================================================================== + Generated code exported from UnrealHeaderTool. + DO NOT modify this manually! Edit the corresponding .h files instead! +===========================================================================*/ + +// IWYU pragma: private, include "EasyXMLParserEnums.h" +#include "UObject/ObjectMacros.h" +#include "UObject/ScriptMacros.h" + +PRAGMA_DISABLE_DEPRECATION_WARNINGS +#ifdef EASYXMLPARSER_EasyXMLParserEnums_generated_h +#error "EasyXMLParserEnums.generated.h already included, missing '#pragma once' in EasyXMLParserEnums.h" +#endif +#define EASYXMLPARSER_EasyXMLParserEnums_generated_h + +#undef CURRENT_FILE_ID +#define CURRENT_FILE_ID FID_myPlugins_Plugins_EasyXMLParser_Source_EasyXMLParser_Public_EasyXMLParserEnums_h + + +#define FOREACH_ENUM_EEASYXMLPARSERERRORCODE(op) \ + op(EEasyXMLParserErrorCode::Successed) \ + op(EEasyXMLParserErrorCode::Failed) + +enum class EEasyXMLParserErrorCode : uint8; +template<> struct TIsUEnumClass { enum { Value = true }; }; +template<> EASYXMLPARSER_API UEnum* StaticEnum(); + +#define FOREACH_ENUM_EEASYXMLPARSERFOUND(op) \ + op(EEasyXMLParserFound::Found) \ + op(EEasyXMLParserFound::NotFound) + +enum class EEasyXMLParserFound : uint8; +template<> struct TIsUEnumClass { enum { Value = true }; }; +template<> EASYXMLPARSER_API UEnum* StaticEnum(); + +PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/Timestamp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/Timestamp new file mode 100644 index 00000000..1b382b7a --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/Timestamp @@ -0,0 +1,7 @@ +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLAsyncLoadFromFile.h +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLAsyncLoadFromString.h +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLAttribute.h +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLElement.h +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLObject.h +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLParseManager.h +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public\EasyXMLParserEnums.h diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Definitions.EasyXMLParser.h b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Definitions.EasyXMLParser.h new file mode 100644 index 00000000..5790e79f --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Definitions.EasyXMLParser.h @@ -0,0 +1,204 @@ +#undef EASYXMLPARSER_API +#undef UE_IS_ENGINE_MODULE +#undef DEPRECATED_FORGAME +#define DEPRECATED_FORGAME DEPRECATED +#undef UE_DEPRECATED_FORGAME +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#undef UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 +// Generated by UnrealBuildTool (UEBuildModuleCPP.cs) +#define IS_PROGRAM 0 +#define UE_GAME 1 +#define ENABLE_PGO_PROFILE 0 +#define USE_VORBIS_FOR_STREAMING 1 +#define USE_XMA2_FOR_STREAMING 1 +#define WITH_DEV_AUTOMATION_TESTS 0 +#define WITH_PERF_AUTOMATION_TESTS 0 +#define WITH_LOW_LEVEL_TESTS 0 +#define WITH_TESTS 0 +#define UNICODE 1 +#define _UNICODE 1 +#define __UNREAL__ 1 +#define IS_MONOLITHIC 1 +#define WITH_ENGINE 1 +#define WITH_UNREAL_DEVELOPER_TOOLS 0 +#define WITH_UNREAL_TARGET_DEVELOPER_TOOLS 0 +#define WITH_APPLICATION_CORE 1 +#define WITH_COREUOBJECT 1 +#define WITH_VERSE 1 +#define USE_STATS_WITHOUT_ENGINE 0 +#define WITH_PLUGIN_SUPPORT 0 +#define WITH_ACCESSIBILITY 1 +#define WITH_PERFCOUNTERS 0 +#define USE_LOGGING_IN_SHIPPING 0 +#define WITH_LOGGING_TO_MEMORY 0 +#define USE_CACHE_FREED_OS_ALLOCS 1 +#define USE_CHECKS_IN_SHIPPING 0 +#define USE_UTF8_TCHARS 0 +#define USE_ESTIMATED_UTCNOW 0 +#define WITH_EDITOR 0 +#define WITH_EDITORONLY_DATA 0 +#define WITH_SERVER_CODE 1 +#define WITH_SERVER_CODE_TRUSTED 1 +#define WITH_SERVER_CODE_UNTRUSTED 0 +#define UE_FNAME_OUTLINE_NUMBER 0 +#define WITH_PUSH_MODEL 0 +#define WITH_CEF3 1 +#define WITH_LIVE_CODING 0 +#define WITH_CPP_MODULES 0 +#define WITH_CPP_COROUTINES 0 +#define WITH_PROCESS_PRIORITY_CONTROL 0 +#define UBT_MODULE_MANIFEST "UnrealGame-Win64-Shipping.modules" +#define UBT_MODULE_MANIFEST_DEBUGGAME "UnrealGame-Win64-DebugGame.modules" +#define UBT_COMPILED_PLATFORM Win64 +#define UBT_COMPILED_TARGET Game +#define UE_APP_NAME "UnrealGame" +#define UE_ENGINE_DIRECTORY "F:/UE/UE_5.1/Engine/" +#define NDIS_MINIPORT_MAJOR_VERSION 0 +#define WIN32 1 +#define _WIN32_WINNT 0x0601 +#define WINVER 0x0601 +#define PLATFORM_WINDOWS 1 +#define PLATFORM_MICROSOFT 1 +#define OVERRIDE_PLATFORM_HEADER_NAME Windows +#define RHI_RAYTRACING 1 +#define NDEBUG 1 +#define UE_BUILD_SHIPPING 1 +#define UE_IS_ENGINE_MODULE 0 +#define UE_DISABLE_INLINE_GEN_CPP 0 +#define UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1 1 +#define UE_PROJECT_NAME myPlugins +#define UE_TARGET_NAME MyProject2 +#define UE_MODULE_NAME "EasyXMLParser" +#define UE_PLUGIN_NAME "EasyXMLParser" +#define IMPLEMENT_ENCRYPTION_KEY_REGISTRATION() +#define IMPLEMENT_SIGNING_KEY_REGISTRATION() +#define DEPRECATED_FORGAME DEPRECATED +#define UE_DEPRECATED_FORGAME UE_DEPRECATED +#define COREUOBJECT_API +#define UE_ENABLE_ICU 1 +#define WITH_ADDITIONAL_CRASH_CONTEXTS 1 +#define WITH_VS_PERF_PROFILER 0 +#define WITH_SUPERLUMINAL_PROFILER 0 +#define WITH_CONCURRENCYVIEWER_PROFILER 0 +#define WITH_DIRECTXMATH 0 +#define UE_WITH_IRIS 0 +#define WITH_MALLOC_STOMP 0 +#define CORE_API +#define TRACELOG_API +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define GPUPARTICLE_LOCAL_VF_ONLY 0 +#define WITH_ODSC 0 +#define UE_WITH_IRIS 0 +#define ENGINE_API +#define PLATFORM_MAX_LOCAL_PLAYERS 0 +#define COREONLINE_API +#define NETCORE_API +#define NETCOMMON_API +#define UE_WINDOWS_USING_UIA 1 +#define APPLICATIONCORE_API +#define RHI_WANT_BREADCRUMB_EVENTS 1 +#define RHI_API +#define IMAGECORE_API +#define JSON_API +#define JSONUTILITIES_API +#define WITH_FREETYPE 1 +#define SLATECORE_API +#define INPUTCORE_API +#define SLATE_API +#define WITH_UNREALPNG 1 +#define WITH_UNREALJPEG 1 +#define WITH_LIBJPEGTURBO 1 +#define WITH_UNREALEXR 1 +#define IMAGEWRAPPER_API +#define WITH_LIBTIFF 1 +#define MESSAGING_API +#define MESSAGINGCOMMON_API +#define RENDERCORE_API +#define ANALYTICSET_API +#define ANALYTICS_API +#define SOCKETS_PACKAGE 1 +#define SOCKETS_API +#define ASSETREGISTRY_API +#define ENGINEMESSAGES_API +#define ENGINESETTINGS_API +#define SYNTHBENCHMARK_API +#define RENDERER_API +#define UE_WITH_IRIS 0 +#define GAMEPLAYTAGS_API +#define DEVELOPERSETTINGS_API +#define PACKETHANDLER_API +#define RELIABILITYHANDLERCOMPONENT_API +#define AUDIOPLATFORMCONFIGURATION_API +#define MESHDESCRIPTION_API +#define STATICMESHDESCRIPTION_API +#define SKELETALMESHDESCRIPTION_API +#define ANIMATIONCORE_API +#define PAKFILE_API +#define RSA_API +#define NETWORKREPLAYSTREAMING_API +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define PHYSICSCORE_API +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_MEMORY_TRACKING 0 +#define CHAOS_API +#define COMPILE_WITHOUT_UNREAL_SUPPORT 0 +#define CHAOS_CHECKED 0 +#define CHAOS_DEBUG_NAME 0 +#define CHAOSCORE_API +#define INTEL_ISPC 1 +#define VORONOI_API +#define GEOMETRYCORE_API +#define SIGNALPROCESSING_API +#define AUDIOEXTENSIONS_API +#define AUDIOMIXERCORE_API +#define AUDIOLINKCORE_API +#define COOKONTHEFLY_API +#define NETWORKING_API +#define WITH_CLOTH_COLLISION_DETECTION 1 +#define INCLUDE_CHAOS UE_DEPRECATED_MACRO(5.1, "INCLUDE_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.") 1 +#define WITH_CHAOS_NEEDS_TO_BE_FIXED UE_DEPRECATED_MACRO(5.1, "WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX is deprecated and should always be considered 1.") 1 +#define WITH_PHYSX_COOKING UE_DEPRECATED_MACRO(5.1, "WITH_PHYSX_COOKING is deprecated and should always be considered 0.") 0 +#define PHYSICS_INTERFACE_PHYSX UE_DEPRECATED_MACRO(5.1, "PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_APEX UE_DEPRECATED_MACRO(5.1, "WITH_APEX is deprecated and should always be considered 0.") 0 +#define WITH_APEX_CLOTHING UE_DEPRECATED_MACRO(5.1, "WITH_APEX_CLOTHING is deprecated and should always be considered 0.") 0 +#define WITH_NVCLOTH UE_DEPRECATED_MACRO(5.1, "WITH_NVCLOTH is deprecated and should always be considered 0.") 0 +#define WITH_IMMEDIATE_PHYSX UE_DEPRECATED_MACRO(5.1, "WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.") 0 +#define WITH_CUSTOM_SQ_STRUCTURE UE_DEPRECATED_MACRO(5.1, "WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.") 0 +#define CLOTHINGSYSTEMRUNTIMEINTERFACE_API +#define UE_WITH_IRIS 0 +#define IRISSTUB_API +#define AUDIOMIXER_API +#define TARGETPLATFORM_API +#define TEXTUREFORMAT_API +#define MOVIESCENECAPTURE_API +#define TYPEDELEMENTFRAMEWORK_API +#define TYPEDELEMENTRUNTIME_API +#define XMLPARSER_API +#define EASYXMLPARSER_API diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp new file mode 100644 index 00000000..462b373a --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp @@ -0,0 +1,19 @@ +// This file is automatically generated at compile-time to include some subset of the user-created cpp files. +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromFile.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAsyncLoadFromString.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLAttribute.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLElement.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLObject.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParseManager.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParser.init.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Inc/EasyXMLParser/UHT/EasyXMLParserEnums.gen.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromFile.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromString.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAttribute.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLElement.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLObject.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParseManager.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParser.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/NodeAccessTest.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/ReadValueTest.cpp" +#include "D:/UnrealEngine4/Projects/myPlugins/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.cpp" diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json new file mode 100644 index 00000000..efa31f1b --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.dep.json @@ -0,0 +1,56 @@ +{ + "Version": "1.2", + "Data": { + "Source": "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\shipping\\easyxmlparser\\module.easyxmlparser.cpp", + "ProvidedModule": "", + "PCH": "d:\\unrealengine4\\projects\\myplugins\\intermediate\\build\\win64\\myproject2\\shipping\\engine\\sharedpch.engine.shadowerrors.inclorderunreal5_0.h.pch", + "Includes": [ + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\shipping\\easyxmlparser\\definitions.easyxmlparser.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromfile.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlasyncloadfromfile.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\engine\\classes\\kismet\\blueprintasyncactionbase.h", + "f:\\ue\\ue_5.1\\engine\\intermediate\\build\\win64\\unrealgame\\inc\\engine\\uht\\blueprintasyncactionbase.generated.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\uobject\\noexporttypes.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\uobject\\propertyaccessutil.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\math\\unitconversion.inl", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\misc\\optionalfwd.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\core\\public\\internationalization\\polyglottextdata.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\coreuobject\\public\\assetregistry\\arfilter.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlelement.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlobject.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlobject.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparserenums.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlelement.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromfile.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromstring.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlasyncloadfromstring.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlasyncloadfromstring.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlattribute.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlattribute.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlattribute.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlelement.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlobject.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparsemanager.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparsemanager.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparsemanager.generated.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparser.init.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\intermediate\\build\\win64\\unrealgame\\inc\\easyxmlparser\\uht\\easyxmlparserenums.gen.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlasyncloadfromfile.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\utils\\customxmlparser.h", + "f:\\ue\\ue_5.1\\engine\\source\\runtime\\xmlparser\\public\\fastxml.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlasyncloadfromstring.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlattribute.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlelement.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlobject.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlparsemanager.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\easyxmlparser.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\public\\easyxmlparser.h", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\tests\\nodeaccesstest.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\tests\\readvaluetest.cpp", + "d:\\unrealengine4\\projects\\myplugins\\plugins\\easyxmlparser\\source\\easyxmlparser\\private\\utils\\customxmlparser.cpp" + ], + "ImportedModules": [], + "ImportedHeaderUnits": [] + } +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.obj b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.obj new file mode 100644 index 00000000..06f9e816 Binary files /dev/null and b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.obj differ diff --git a/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response new file mode 100644 index 00000000..f93b8750 --- /dev/null +++ b/Plugins/EasyXMLParser/Intermediate/Build/Win64/UnrealGame/Shipping/EasyXMLParser/Module.EasyXMLParser.cpp.obj.response @@ -0,0 +1,165 @@ +D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Shipping\EasyXMLParser\Module.EasyXMLParser.cpp +/I . +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Private +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\CoreUObject\UHT +/I Runtime +/I Runtime\CoreUObject\Public +/I Runtime\TraceLog\Public +/I Runtime\Core\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\Engine\UHT +/I ..\Shaders\Shared +/I Runtime\Engine\Classes +/I Runtime\Engine\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\CoreOnline\UHT +/I Runtime\CoreOnline\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\NetCore\UHT +/I Runtime\Net +/I Runtime\Net\Core\Classes +/I Runtime\Net\Core\Public +/I Runtime\Net\Common\Public +/I Runtime\ApplicationCore\Public +/I Runtime\RHI\Public +/I Runtime\ImageCore\Public +/I Runtime\Json\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\JsonUtilities\UHT +/I Runtime\JsonUtilities\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\SlateCore\UHT +/I Runtime\SlateCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\InputCore\UHT +/I Runtime\InputCore\Classes +/I Runtime\InputCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\Slate\UHT +/I Runtime\Slate\Public +/I Runtime\ImageWrapper\Public +/I ThirdParty +/I Runtime\Messaging\Public +/I Runtime\MessagingCommon\Public +/I Runtime\RenderCore\Public +/I Runtime\Analytics +/I Runtime\Analytics\AnalyticsET\Public +/I Runtime\Analytics\Analytics\Public +/I Runtime\Sockets\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AssetRegistry\UHT +/I Runtime\AssetRegistry\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\EngineMessages\UHT +/I Runtime\EngineMessages\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\EngineSettings\UHT +/I Runtime\EngineSettings\Classes +/I Runtime\EngineSettings\Public +/I Runtime\SynthBenchmark\Public +/I Runtime\Renderer\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\GameplayTags\UHT +/I Runtime\GameplayTags\Classes +/I Runtime\GameplayTags\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\DeveloperSettings\UHT +/I Runtime\DeveloperSettings\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\PacketHandler\UHT +/I Runtime\PacketHandlers +/I Runtime\PacketHandlers\PacketHandler\Classes +/I Runtime\PacketHandlers\PacketHandler\Public +/I Runtime\PacketHandlers\ReliabilityHandlerComponent\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioPlatformConfiguration\UHT +/I Runtime\AudioPlatformConfiguration\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\MeshDescription\UHT +/I Runtime\MeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\StaticMeshDescription\UHT +/I Runtime\StaticMeshDescription\Public +/I Runtime\SkeletalMeshDescription\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AnimationCore\UHT +/I Runtime\AnimationCore\Public +/I Runtime\PakFile\Public +/I Runtime\RSA\Public +/I Runtime\NetworkReplayStreaming +/I Runtime\NetworkReplayStreaming\NetworkReplayStreaming\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\PhysicsCore\UHT +/I Runtime\PhysicsCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\Chaos\UHT +/I Runtime\Experimental +/I Runtime\Experimental\Chaos\Public +/I Runtime\Experimental\ChaosCore\Public +/I ThirdParty\Intel +/I Runtime\Experimental\Voronoi\Public +/I Runtime\GeometryCore\Public +/I Runtime\SignalProcessing\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioExtensions\UHT +/I Runtime\AudioExtensions\Public +/I Runtime\AudioMixerCore\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioLinkCore\UHT +/I Runtime\AudioLink +/I Runtime\AudioLink\AudioLinkCore\Public +/I Runtime\Networking\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\ClothSysRuntimeIntrfc\UHT +/I Runtime\ClothingSystemRuntimeInterface\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\IrisStub\UHT +/I Runtime\Experimental\Iris +/I Runtime\Experimental\Iris\Stub\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\AudioMixer\UHT +/I Runtime\AudioMixer\Classes +/I Runtime\AudioMixer\Public +/I Developer +/I Developer\TargetPlatform\Public +/I Developer\TextureFormat\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\MovieSceneCapture\UHT +/I Runtime\MovieSceneCapture\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\TypedElementFramework\UHT +/I Runtime\TypedElementFramework\Public +/I ..\Intermediate\Build\Win64\UnrealGame\Inc\TypedElementRuntime\UHT +/I Runtime\TypedElementRuntime\Public +/I Runtime\XmlParser\Public +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Inc\EasyXMLParser\UHT +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source +/I D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Source\EasyXMLParser\Public +/external:W0 +/external:I ThirdParty\mimalloc\include +/external:I ThirdParty\LibTiff\Source\Win64 +/external:I ThirdParty\LibTiff\Source +/external:I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" +/external:I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" +/FI"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2\Shipping\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/FI"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Shipping\EasyXMLParser\Definitions.EasyXMLParser.h" +/Yu"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2\Shipping\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h" +/Fp"D:\UnrealEngine4\Projects\myPlugins\Intermediate\Build\Win64\MyProject2\Shipping\Engine\SharedPCH.Engine.ShadowErrors.InclOrderUnreal5_0.h.pch" +/Fo"D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Shipping\EasyXMLParser\Module.EasyXMLParser.cpp.obj" +/sourceDependencies D:\UnrealEngine4\Projects\myPlugins\Plugins\EasyXMLParser\Intermediate\Build\Win64\UnrealGame\Shipping\EasyXMLParser\Module.EasyXMLParser.cpp.dep.json +/Zc:inline +/nologo +/Oi +/FC +/c +/Gw +/Gy +/Zm1000 +/wd4819 +/D_CRT_STDIO_LEGACY_WIDE_SPECIFIERS=1 +/D_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS=1 +/D_DISABLE_EXTENDED_ALIGNED_STORAGE +/source-charset:utf-8 +/execution-charset:utf-8 +/Ob2 +/fastfail +/Ox +/Ot +/GF +/errorReport:prompt +/D_HAS_EXCEPTIONS=0 +/DPLATFORM_EXCEPTIONS_DISABLED=1 +/Z7 +/MD +/bigobj +/fp:fast +/Zo +/Zp8 +/we4456 +/we4458 +/we4459 +/wd4463 +/we4668 +/wd4244 +/wd4838 +/TP +/GR- +/W4 +/std:c++17 diff --git a/Plugins/EasyXMLParser/Resources/Icon128.png b/Plugins/EasyXMLParser/Resources/Icon128.png new file mode 100644 index 00000000..2335a569 Binary files /dev/null and b/Plugins/EasyXMLParser/Resources/Icon128.png differ diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/EasyXMLParser.Build.cs b/Plugins/EasyXMLParser/Source/EasyXMLParser/EasyXMLParser.Build.cs new file mode 100644 index 00000000..9578dc48 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/EasyXMLParser.Build.cs @@ -0,0 +1,53 @@ +// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; + +public class EasyXMLParser : ModuleRules +{ + public EasyXMLParser(ReadOnlyTargetRules Target) : base(Target) + { + PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs; + + PublicIncludePaths.AddRange( + new string[] { + // ... add public include paths required here ... + } + ); + + + PrivateIncludePaths.AddRange( + new string[] { + // ... add other private include paths required here ... + } + ); + + + PublicDependencyModuleNames.AddRange( + new string[] + { + "Core", + // ... add other public dependencies that you statically link with here ... + } + ); + + + PrivateDependencyModuleNames.AddRange( + new string[] + { + "CoreUObject", + "Engine", + "Slate", + "SlateCore", + "XmlParser" + } + ); + + + DynamicallyLoadedModuleNames.AddRange( + new string[] + { + // ... add any modules that your module loads dynamically here ... + } + ); + } +} diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromFile.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromFile.cpp new file mode 100644 index 00000000..4b214e0f --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromFile.cpp @@ -0,0 +1,52 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#include "EasyXMLAsyncLoadFromFile.h" +#include "Engine/World.h" +#include "TimerManager.h" +#include "Async/Async.h" +#include "Utils/CustomXMLParser.h" +#include "EasyXMLParseManager.h" + +UEasyXMLAsyncLoadFromFile::UEasyXMLAsyncLoadFromFile(const FObjectInitializer& ObjectInitializer) + :Super(ObjectInitializer) +{ + +} + +UEasyXMLAsyncLoadFromFile* UEasyXMLAsyncLoadFromFile::AsyncLoadFromFile(UObject* WorldContextObject, const FString& FilePath, bool IsAblolute) +{ + auto Action = NewObject(); + Action->RegisterWithGameInstance(WorldContextObject); + Action->_XMLFile = FilePath; + Action->_IsAblolute = IsAblolute; + + return Action; +} + +void UEasyXMLAsyncLoadFromFile::Activate() +{ + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [this]() + { + auto manager = NewObject(); + FString _errorMessage; + EEasyXMLParserErrorCode _isSuccessed; + auto rootElement = manager->LoadFromFile(_XMLFile, _IsAblolute, _isSuccessed, _errorMessage); + + if (_isSuccessed == EEasyXMLParserErrorCode::Successed) + { + AsyncTask(ENamedThreads::GameThread, [this, rootElement]() + { + Successed.Broadcast(rootElement, TEXT("")); + SetReadyToDestroy(); + }); + } + else + { + AsyncTask(ENamedThreads::GameThread, [this, _errorMessage]() + { + Failed.Broadcast(nullptr, _errorMessage); + SetReadyToDestroy(); + }); + } + + }); +} diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromString.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromString.cpp new file mode 100644 index 00000000..3f7a3eaf --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAsyncLoadFromString.cpp @@ -0,0 +1,50 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#include "EasyXMLAsyncLoadFromString.h" +#include "Engine/World.h" +#include "TimerManager.h" +#include "Async/Async.h" +#include "Utils/CustomXMLParser.h" + +UEasyXMLAsyncLoadFromString::UEasyXMLAsyncLoadFromString(const FObjectInitializer& ObjectInitializer) + :Super(ObjectInitializer) +{ + +} + +UEasyXMLAsyncLoadFromString* UEasyXMLAsyncLoadFromString::AsyncLoadFromString(UObject* WorldContextObject, const FString& XMLString) +{ + auto Action = NewObject(); + Action->RegisterWithGameInstance(WorldContextObject); + Action->_XMLString = XMLString; + + return Action; +} + +void UEasyXMLAsyncLoadFromString::Activate() +{ + AsyncTask(ENamedThreads::AnyBackgroundThreadNormalTask, [this]() + { + CustomXMLParser parser; + FString _errorMessage; + + auto rootElement = parser.Parse(_XMLString, _errorMessage); + + if (rootElement != nullptr) + { + AsyncTask(ENamedThreads::GameThread, [this, rootElement]() + { + Successed.Broadcast(rootElement, TEXT("")); + SetReadyToDestroy(); + }); + } + else + { + AsyncTask(ENamedThreads::GameThread, [this, _errorMessage]() + { + Failed.Broadcast(nullptr, _errorMessage); + SetReadyToDestroy(); + }); + } + + }); +} diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAttribute.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAttribute.cpp new file mode 100644 index 00000000..19061b5f --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLAttribute.cpp @@ -0,0 +1,13 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#include "EasyXMLAttribute.h" +#include "EasyXMLElement.h" + +UEasyXMLAttribute* UEasyXMLAttribute::CreateAttribute(UEasyXMLElement* ParentObject, FString _Name, FString _Value) +{ + auto newAttribute = NewObject(ParentObject == nullptr ? (UObject*)GetTransientPackage() : ParentObject); + newAttribute->Parent = ParentObject; + newAttribute->Name = _Name; + newAttribute->Value = _Value.TrimStartAndEnd(); + + return newAttribute; +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLElement.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLElement.cpp new file mode 100644 index 00000000..d8878cce --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLElement.cpp @@ -0,0 +1,223 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#include "EasyXMLElement.h" +#include "EasyXMLAttribute.h" +#include "Internationalization/Regex.h" + +UEasyXMLElement* UEasyXMLElement::CreateElement(UEasyXMLObject* ParentObject, FString Tag, FString Content, int32 _LineNumber) +{ + auto newElement = NewObject(ParentObject == nullptr ? (UObject*)GetTransientPackage() : ParentObject); + newElement->Parent = ParentObject; + newElement->Name = Tag; + newElement->Value = Content.TrimStartAndEnd(); + newElement->LineNumber = _LineNumber; + + return newElement; +} + + +int32 UEasyXMLElement::ReadInt(const FString& AccessString, int32 DefaultValue) +{ + auto foundElement = ReadEasyXMLObject(AccessString); + if (!foundElement) return DefaultValue; + + return foundElement->GetIntValue(DefaultValue); +} + + +float UEasyXMLElement::ReadFloat(const FString& AccessString, float DefaultValue) +{ + auto foundElement = ReadEasyXMLObject(AccessString); + if (!foundElement) return DefaultValue; + + return foundElement->GetFloatValue(DefaultValue); +} + +FString UEasyXMLElement::ReadString(const FString& AccessString, const FString& DefaultValue) +{ + auto foundElement = ReadEasyXMLObject(AccessString); + if (!foundElement) return DefaultValue; + + return foundElement->GetStringValue(DefaultValue); +} + +bool UEasyXMLElement::ReadBool(const FString& AccessString, bool DefaultValue) +{ + auto foundElement = ReadEasyXMLObject(AccessString); + if (!foundElement) return DefaultValue; + + return foundElement->GetBoolValue(DefaultValue); +} + +UEasyXMLElement* UEasyXMLElement::ReadElement(const FString& AccessString, EEasyXMLParserFound& Result) +{ + auto filterArray = ReadElements(AccessString, Result); + + return filterArray.Num() > 0 ? filterArray[0] : nullptr; +} + +TArray UEasyXMLElement::ReadElements(const FString& AccessString, EEasyXMLParserFound& Result) +{ + TArray foundElements; + + TArray Accessers; + AccessString.ParseIntoArray(Accessers, TEXT("."), true); + + Result = EEasyXMLParserFound::NotFound; + + auto parentNode = this; + + for (int i = 0; i < Accessers.Num(); ++i) + { + auto accesseName = Accessers[i]; + + if (accesseName.IsEmpty()) return foundElements; + + if (accesseName[0] == TEXT('@')) + { + return foundElements; + } + + FString elementName; + int32 arrayIndex = 0; + bool IsArrayAccess = IsAccessAsArray(accesseName, elementName, arrayIndex); + + auto filterNodes = parentNode->GetElementsByTagName(elementName); + + if (i == (Accessers.Num() - 1)) + { + if (IsArrayAccess) + { + if (filterNodes.Num() > arrayIndex) + { + foundElements.Emplace(filterNodes[arrayIndex]); + } + } + else + { + foundElements = filterNodes; + } + } + else + { + if (filterNodes.Num() > arrayIndex) + { + parentNode = filterNodes[arrayIndex]; + } + + if (!parentNode) return foundElements; + } + } + + Result = EEasyXMLParserFound::Found; + + return foundElements; +} + +UEasyXMLObject* UEasyXMLElement::ReadEasyXMLObject(const FString& AccessString) +{ + TArray Accessers; + AccessString.ParseIntoArray(Accessers, TEXT("."), true); + + auto parentNode = this; + + for (auto accesseName : Accessers) + { + if (!parentNode) return nullptr; + if (accesseName.IsEmpty()) return nullptr; + + if (accesseName[0] == TEXT('@')) + { + EEasyXMLParserFound retFound; + return parentNode->GetAttribute(accesseName.Mid(1), retFound); + } + + FString elementName; + int32 arrayIndex = 0; + IsAccessAsArray(accesseName, elementName, arrayIndex); + + auto filterNodes = parentNode->GetElementsByTagName(elementName); + if (filterNodes.Num() > arrayIndex) + { + parentNode = filterNodes[arrayIndex]; + } + else + { + return nullptr; + } + } + + return parentNode; +} + +TArray UEasyXMLElement::GetElementsByTagName(const FString& TagName) +{ + TArray foundElements = Children.FilterByPredicate( + [TagName](UEasyXMLElement* child) + { + return child->Name.Equals(TagName, ESearchCase::IgnoreCase); + }); + + return foundElements; +} + +UEasyXMLAttribute* UEasyXMLElement::GetAttribute(const FString& AtrributeName, EEasyXMLParserFound& Result) +{ + if (Attributes.Contains(AtrributeName)) + { + Result = EEasyXMLParserFound::Found; + return Attributes[AtrributeName]; + } + + Result = EEasyXMLParserFound::NotFound; + return nullptr; +} + +bool UEasyXMLElement::IsAccessAsArray(const FString& AccessName, FString& ElementName, int32& ArrayIndex) +{ + const FRegexPattern pattern = FRegexPattern(FString(TEXT("(.*)\\[([0-9]+)\\]$"))); + FRegexMatcher matcher(pattern, AccessName); + + while (matcher.FindNext()) + { + ElementName = matcher.GetCaptureGroup(1); + + FString numStr = matcher.GetCaptureGroup(2); + if (numStr.IsNumeric()) + { + ArrayIndex = (FCString::Atoi(*numStr)); + } + + return true; + } + + ElementName = AccessName; + ArrayIndex = 0; + + return false; +} + + + +bool UEasyXMLElement::IsContainAttributeKeys(const TArray& Keys, TArray& FoundAttributeKeys) +{ + TArray attributeKeys; + Attributes.GetKeys(attributeKeys); + + for (auto key : Keys) + { + bool found = false; + for (auto attributeKey : attributeKeys) + { + if (key.Equals(attributeKey, ESearchCase::IgnoreCase)) + { + found = true; + FoundAttributeKeys.Emplace(attributeKey); + } + + } + + if (!found) return false; + } + + return true; +} diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLObject.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLObject.cpp new file mode 100644 index 00000000..7529b009 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLObject.cpp @@ -0,0 +1,49 @@ +// Copyright 2019 ayumax. All Rights Reserved. + +#include "EasyXMLObject.h" +#include "Utils/CustomXMLParser.h" + +int32 UEasyXMLObject::GetIntValue(int32 DefaultValue) +{ + if (Value.IsEmpty()) return DefaultValue; + + int32 _index = 0; + + if (Value.IsNumeric() && !Value.FindChar(TEXT('.'), _index)) + { + return FCString::Atoi(*Value); + } + + return DefaultValue; +} + +float UEasyXMLObject::GetFloatValue(float DefaultValue) +{ + if (Value.IsEmpty()) return DefaultValue; + + auto isSuccess = Value.IsNumeric(); + return isSuccess ? FCString::Atof(*Value) : DefaultValue; +} + +FString UEasyXMLObject::GetStringValue(FString DefaultValue) +{ + if (Value.IsEmpty()) return DefaultValue; + + return Value; +} + +bool UEasyXMLObject::GetBoolValue(bool DefaultValue) +{ + if (Value.IsEmpty()) return DefaultValue; + + if (Value.Equals(TEXT("true"), ESearchCase::IgnoreCase)) + { + return true; + } + else if (Value.Equals(TEXT("false"), ESearchCase::IgnoreCase)) + { + return false; + } + + return DefaultValue; +} diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParseManager.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParseManager.cpp new file mode 100644 index 00000000..a2a24c69 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParseManager.cpp @@ -0,0 +1,37 @@ +// Copyright 2019 ayumax. All Rights Reserved. + +#include "EasyXMLParseManager.h" +#include "Misc/Paths.h" +#include "Misc/FileHelper.h" +#include "EasyXMLElement.h" +#include "Utils/CustomXMLParser.h" + + +UEasyXMLElement* UEasyXMLParseManager::LoadFromString(const FString& XMLString, EEasyXMLParserErrorCode& Result, FString& ErrorMessage) +{ + CustomXMLParser parser; + FString _errorMessage; + + auto rootElement = parser.Parse(XMLString, _errorMessage); + Result = rootElement != nullptr ? EEasyXMLParserErrorCode::Successed : EEasyXMLParserErrorCode::Failed; + ErrorMessage = _errorMessage; + + return rootElement; +} + +UEasyXMLElement* UEasyXMLParseManager::LoadFromFile(const FString& FilePath, bool IsAblolute, EEasyXMLParserErrorCode& Result, FString& ErrorMessage) +{ + auto readPath = FilePath; + if (!IsAblolute) + { + readPath = FPaths::Combine(FPaths::ProjectContentDir(), FilePath); + } + + if (!FPaths::FileExists(readPath)) return nullptr; + + FString xmlString; + + FFileHelper::LoadFileToString(xmlString, *readPath); + + return LoadFromString(xmlString, Result, ErrorMessage); +} diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParser.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParser.cpp new file mode 100644 index 00000000..80f860da --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/EasyXMLParser.cpp @@ -0,0 +1,20 @@ +// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. + +#include "EasyXMLParser.h" + +#define LOCTEXT_NAMESPACE "FEasyXMLParserModule" + +void FEasyXMLParserModule::StartupModule() +{ + // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module +} + +void FEasyXMLParserModule::ShutdownModule() +{ + // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading, + // we call this function before unloading the module. +} + +#undef LOCTEXT_NAMESPACE + +IMPLEMENT_MODULE(FEasyXMLParserModule, EasyXMLParser) \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/NodeAccessTest.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/NodeAccessTest.cpp new file mode 100644 index 00000000..83ec705d --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/NodeAccessTest.cpp @@ -0,0 +1,270 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#include "Misc/AutomationTest.h" +#include "EasyXMLParseManager.h" + +IMPLEMENT_SIMPLE_AUTOMATION_TEST(FNodeAccessTest, "EasyXMLParser.NodeAccessTest", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter) + +bool FNodeAccessTest::RunTest(const FString& Parameters) +{ + { + FString xmlString = TEXT("\r") + TEXT("\r") + TEXT("\r") + TEXT("123\r") + TEXT("\r") + TEXT("\r") + TEXT("40\r") + TEXT("ZZZZ\r") + TEXT("\r") + TEXT("bbbChild\r") + TEXT("\r") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.abc")), TEXT("123")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.abc[0]")), TEXT("123")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.abc[1]")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.abc[2]")), TEXT("40")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.abc[3]")), TEXT("ZZZZ")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.bbb")), TEXT("bbbChild")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.abc[0].@attr1")), TEXT("10")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("root.abc[0].@attr2")), TEXT("false")); + } + + return true; +} + + +IMPLEMENT_SIMPLE_AUTOMATION_TEST(FNodeAccessTest2, "EasyXMLParser.NodeAccessTest2", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter) + +bool FNodeAccessTest2::RunTest(const FString& Parameters) +{ + FString XMLSource = + TEXT("\r") + TEXT("
\r") + TEXT("Ellen Adams\r") + TEXT("123 Maple Street\r") + TEXT("Mill Valley\r") + TEXT("CA\r") + TEXT("10999\r") + TEXT("USA\r") + TEXT("
\r") + TEXT("
\r") + TEXT("Tai Yee\r") + TEXT("8 Oak Avenue\r") + TEXT("Old Town\r") + TEXT("PA\r") + TEXT("95819\r") + TEXT("USA\r") + TEXT("
\r") + TEXT("Please leave packages in shed by driveway.\r") + TEXT("\r") + TEXT("\r") + TEXT("Lawnmower\r") + TEXT("1\r") + TEXT("148.95\r") + TEXT("Confirm this is electric\r") + TEXT("\r") + TEXT("\r") + TEXT("Baby Monitor\r") + TEXT("2\r") + TEXT("39.98\r") + TEXT("1999-05-21\r") + TEXT("\r") + TEXT("\r") + TEXT("
\r"); + + { + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(XMLSource, result, errorMessage); + + TestEqual(TEXT("success read"), rootNode->ReadInt(TEXT("PurchaseOrder.@PurchaseOrderNumber")), 99503); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.@OrderDate")), TEXT("1999-10-20")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].@Type")), TEXT("Shipping")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].Name")), TEXT("Ellen Adams")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].Street")), TEXT("123 Maple Street")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].City")), TEXT("Mill Valley")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].State")), TEXT("CA")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].Zip")), TEXT("10999")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].Country")), TEXT("USA")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].@Type")), TEXT("Billing")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].Name")), TEXT("Tai Yee")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].Street")), TEXT("8 Oak Avenue")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].City")), TEXT("Old Town")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].State")), TEXT("PA")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].Zip")), TEXT("95819")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].Country")), TEXT("USA")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.DeliveryNotes")), TEXT("Please leave packages in shed by driveway.")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[0].@PartNumber")), TEXT("872-AA")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[0].ProductName")), TEXT("Lawnmower")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[0].Quantity")), TEXT("1")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[0].USPrice")), TEXT("148.95")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[0].Comment")), TEXT("Confirm this is electric")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[1].@PartNumber")), TEXT("926-AA")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[1].ProductName")), TEXT("Baby Monitor")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[1].Quantity")), TEXT("2")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[1].USPrice")), TEXT("39.98")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[1].ShipDate")), TEXT("1999-05-21")); + } + + { + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(XMLSource, result, errorMessage); + + EEasyXMLParserFound retFound; + auto Address0Node = rootNode->ReadElement(TEXT("PurchaseOrder.Address[0]"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + auto Address1Node = rootNode->ReadElement(TEXT("PurchaseOrder.Address[1]"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + auto Item0Node = rootNode->ReadElement(TEXT("PurchaseOrder.Items.Item[0]"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + auto Item1Node = rootNode->ReadElement(TEXT("PurchaseOrder.Items.Item[1]"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + + TestEqual(TEXT("success read"), rootNode->ReadInt(TEXT("PurchaseOrder.@PurchaseOrderNumber")), 99503); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.@OrderDate")), TEXT("1999-10-20")); + TestEqual(TEXT("success read"), Address0Node->ReadString(TEXT("@Type")), TEXT("Shipping")); + TestEqual(TEXT("success read"), Address0Node->ReadString(TEXT("Name")), TEXT("Ellen Adams")); + TestEqual(TEXT("success read"), Address0Node->ReadString(TEXT("Street")), TEXT("123 Maple Street")); + TestEqual(TEXT("success read"), Address0Node->ReadString(TEXT("City")), TEXT("Mill Valley")); + TestEqual(TEXT("success read"), Address0Node->ReadString(TEXT("State")), TEXT("CA")); + TestEqual(TEXT("success read"), Address0Node->ReadString(TEXT("Zip")), TEXT("10999")); + TestEqual(TEXT("success read"), Address0Node->ReadString(TEXT("Country")), TEXT("USA")); + TestEqual(TEXT("success read"), Address1Node->ReadString(TEXT("@Type")), TEXT("Billing")); + TestEqual(TEXT("success read"), Address1Node->ReadString(TEXT("Name")), TEXT("Tai Yee")); + TestEqual(TEXT("success read"), Address1Node->ReadString(TEXT("Street")), TEXT("8 Oak Avenue")); + TestEqual(TEXT("success read"), Address1Node->ReadString(TEXT("City")), TEXT("Old Town")); + TestEqual(TEXT("success read"), Address1Node->ReadString(TEXT("State")), TEXT("PA")); + TestEqual(TEXT("success read"), Address1Node->ReadString(TEXT("Zip")), TEXT("95819")); + TestEqual(TEXT("success read"), Address1Node->ReadString(TEXT("Country")), TEXT("USA")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.DeliveryNotes")), TEXT("Please leave packages in shed by driveway.")); + TestEqual(TEXT("success read"), Item0Node->ReadString(TEXT("@PartNumber")), TEXT("872-AA")); + TestEqual(TEXT("success read"), Item0Node->ReadString(TEXT("ProductName")), TEXT("Lawnmower")); + TestEqual(TEXT("success read"), Item0Node->ReadString(TEXT("Quantity")), TEXT("1")); + TestEqual(TEXT("success read"), Item0Node->ReadString(TEXT("USPrice")), TEXT("148.95")); + TestEqual(TEXT("success read"), Item0Node->ReadString(TEXT("Comment")), TEXT("Confirm this is electric")); + TestEqual(TEXT("success read"), Item1Node->ReadString(TEXT("@PartNumber")), TEXT("926-AA")); + TestEqual(TEXT("success read"), Item1Node->ReadString(TEXT("ProductName")), TEXT("Baby Monitor")); + TestEqual(TEXT("success read"), Item1Node->ReadString(TEXT("Quantity")), TEXT("2")); + TestEqual(TEXT("success read"), Item1Node->ReadString(TEXT("USPrice")), TEXT("39.98")); + TestEqual(TEXT("success read"), Item1Node->ReadString(TEXT("ShipDate")), TEXT("1999-05-21")); + } + + + { + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(XMLSource, result, errorMessage); + + EEasyXMLParserFound retFound; + auto AddressNodes = rootNode->ReadElements(TEXT("PurchaseOrder.Address"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + auto ItemNodes = rootNode->ReadElements(TEXT("PurchaseOrder.Items.Item"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("@Type")), TEXT("Shipping")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Name")), TEXT("Ellen Adams")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Street")), TEXT("123 Maple Street")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("City")), TEXT("Mill Valley")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("State")), TEXT("CA")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Zip")), TEXT("10999")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Country")), TEXT("USA")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("@Type")), TEXT("Billing")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Name")), TEXT("Tai Yee")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Street")), TEXT("8 Oak Avenue")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("City")), TEXT("Old Town")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("State")), TEXT("PA")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Zip")), TEXT("95819")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Country")), TEXT("USA")); + + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("@PartNumber")), TEXT("872-AA")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("ProductName")), TEXT("Lawnmower")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("Quantity")), TEXT("1")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("USPrice")), TEXT("148.95")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("Comment")), TEXT("Confirm this is electric")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("@PartNumber")), TEXT("926-AA")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("ProductName")), TEXT("Baby Monitor")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("Quantity")), TEXT("2")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("USPrice")), TEXT("39.98")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("ShipDate")), TEXT("1999-05-21")); + } + + { + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(XMLSource, result, errorMessage); + + TestEqual(TEXT("success read"), rootNode->ReadInt(TEXT("PurchaseOrder.PurchaseOrderNumber")), 0); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.OrderDate")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].Type")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].Name-")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrde-r.Address[0].Street")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address-[0].City")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0].State-")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder-.Address[0].Zip")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[0]-.Country")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1]-.@Type")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder-.Address[1].Name")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].Stree-t")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1]-.City")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder-.Address[1].State")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1].Zip-")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Address[1]-.Country")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder-.DeliveryNotes")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[0].@PartNumber-")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[0]-.ProductName")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items-.Item[0].Quantity")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[4].USPrice")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[-1].Comment")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[8].@PartNumber")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[99].ProductName")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[7].Quantity")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[555].USPrice")), TEXT("")); + TestEqual(TEXT("success read"), rootNode->ReadString(TEXT("PurchaseOrder.Items.Item[9999].ShipDate")), TEXT("")); + } + + { + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(XMLSource, result, errorMessage); + + EEasyXMLParserFound retFound; + auto AddressNodes = rootNode->ReadElements(TEXT("PurchaseOrder.Address"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + auto ItemNodes = rootNode->ReadElements(TEXT("PurchaseOrder.Items.Item"), retFound); + TestTrue(TEXT("success read"), retFound == EEasyXMLParserFound::Found); + + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("@Type-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Name-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Street-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("City-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("State-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Zip-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[0]->ReadString(TEXT("Country-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("@Type-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Name-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Street-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("City-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("State-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Zip-")), TEXT("")); + TestEqual(TEXT("success read"), AddressNodes[1]->ReadString(TEXT("Country-")), TEXT("")); + + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("@PartNumber-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("ProductName-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("Quantity-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("USPrice-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[0]->ReadString(TEXT("Comment-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("@PartNumber-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("ProductName-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("Quantity-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("USPrice-")), TEXT("")); + TestEqual(TEXT("success read"), ItemNodes[1]->ReadString(TEXT("ShipDate-")), TEXT("")); + } + + return true; +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/ReadValueTest.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/ReadValueTest.cpp new file mode 100644 index 00000000..8a755649 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Tests/ReadValueTest.cpp @@ -0,0 +1,428 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#include "Misc/AutomationTest.h" +#include "EasyXMLParseManager.h" + +IMPLEMENT_SIMPLE_AUTOMATION_TEST(FReadValueTest_Int, "EasyXMLParser.ReadValueTest.Int", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter) + +bool FReadValueTest_Int::RunTest(const FString& Parameters) +{ + // parse success + { + FString xmlString = TEXT("\r") + TEXT("\r") + TEXT("\r") + TEXT("123\r") + TEXT("\r") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + TestEqual(TEXT("success read int"), rootNode->ReadInt(TEXT("root.abc"), 0), 123); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("-123") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + TestEqual(TEXT("success read int"), rootNode->ReadInt(TEXT("root.abc"), 0), -123); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("123456789") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read int"), rootNode->ReadInt(TEXT("root.abc"), 0), 123456789); + } + + + // parse ng(string) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("text") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("ng read int(string)"), rootNode->ReadInt(TEXT("root.abc"), 0), 0); + } + + // parse ng(float) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("3.14") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("ng read int(float)"), rootNode->ReadInt(TEXT("root.abc"), 0), 0); + } + + // parse ng(xml) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("") + TEXT("123") + TEXT("") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("ng read int(xml)"), rootNode->ReadInt(TEXT("root.abc"), 0), 0); + } + + + return true; +} + + +IMPLEMENT_SIMPLE_AUTOMATION_TEST(FReadValueTest_Float, "EasyXMLParser.ReadValueTest.Float", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter) + +bool FReadValueTest_Float::RunTest(const FString& Parameters) +{ + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("1.23") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read float"), rootNode->ReadFloat(TEXT("root.abc"), 0), 1.23f); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("-1.23") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read float"), rootNode->ReadFloat(TEXT("root.abc"), 0), -1.23f); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("123.456789") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read float"), rootNode->ReadFloat(TEXT("root.abc"), 0), 123.456789f); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("123") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read float"), rootNode->ReadFloat(TEXT("root.abc"), 0), 123.0f); + } + + + // parse ng(string) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("text") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("ng read float(string)"), rootNode->ReadFloat(TEXT("root.abc"), 0), 0.0f); + } + + // parse ng(xml) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("") + TEXT("1.23") + TEXT("") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("ng read float(xml)"), rootNode->ReadFloat(TEXT("root.abc"), 0), 0.0f); + } + + return true; +} + + +IMPLEMENT_SIMPLE_AUTOMATION_TEST(FReadValueTest_Bool, "EasyXMLParser.ReadValueTest.Bool", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter) + +bool FReadValueTest_Bool::RunTest(const FString& Parameters) +{ + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("True") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read bool"), rootNode->ReadBool(TEXT("root.abc"), false), true); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("tRue") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read bool"), rootNode->ReadBool(TEXT("root.abc"), false), true); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("False") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read bool"), rootNode->ReadBool(TEXT("root.abc"), true), false); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("fAlse") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read bool"), rootNode->ReadBool(TEXT("root.abc"), true), false); + } + + + // parse ng(string) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("text") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("ng read bool(string)"), rootNode->ReadBool(TEXT("root.abc"), false), false); + } + + // parse ng(xml) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("") + TEXT("true") + TEXT("") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("ng read bool(xml)"), rootNode->ReadBool(TEXT("root.abc"), false), false); + } + + return true; +} + + +IMPLEMENT_SIMPLE_AUTOMATION_TEST(FReadValueTest_String, "EasyXMLParser.ReadValueTest.String", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter) + +bool FReadValueTest_String::RunTest(const FString& Parameters) +{ + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("text") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read string"), rootNode->ReadString(TEXT("root.abc"), TEXT("")), TEXT("text")); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("123") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read string"), rootNode->ReadString(TEXT("root.abc"), TEXT("")), TEXT("123")); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("1.23") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read string"), rootNode->ReadString(TEXT("root.abc"), TEXT("")), TEXT("1.23")); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("true") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read string"), rootNode->ReadString(TEXT("root.abc"), TEXT("")), TEXT("true")); + } + + // parse success + { + FString xmlString = TEXT("") + TEXT("") + TEXT("false") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + + TestEqual(TEXT("success read string"), rootNode->ReadString(TEXT("root.abc"), TEXT("")), TEXT("false")); + } + + // parse ng(xml) + { + FString xmlString = TEXT("") + TEXT("") + TEXT("") + TEXT("text") + TEXT("") + TEXT("") + TEXT(""); + + EEasyXMLParserErrorCode result; + FString errorMessage; + auto rootNode = UEasyXMLParseManager::LoadFromString(xmlString, result, errorMessage); + + TestEqual(TEXT("success read string"), rootNode->ReadString(TEXT("root.abc"), TEXT("")), TEXT("")); + } + + return true; +} \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.cpp b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.cpp new file mode 100644 index 00000000..935ab95b --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.cpp @@ -0,0 +1,83 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#include "CustomXMLParser.h" + +#include "Misc/FeedbackContext.h" +#include "EasyXMLElement.h" +#include "EasyXMLAttribute.h" + +CustomXMLParser::CustomXMLParser() +{ +} + +CustomXMLParser::~CustomXMLParser() +{ +} + +UEasyXMLElement *CustomXMLParser::Parse(FString xmlString, FString &ErrorMessage) +{ + RootElement = NewObject(); + XMLObjectStack.Emplace(RootElement); + + FText _errorMessage; + int32 _errorMessageNumber; + + if (!FFastXml::ParseXmlFile(this, TEXT(""), &xmlString[0], nullptr, false, false, _errorMessage, _errorMessageNumber)) + { + ErrorMessage = FString::Printf(TEXT("line=%d, %s"), _errorMessageNumber, *_errorMessage.ToString()); + return nullptr; + } + + return RootElement; +} + +bool CustomXMLParser::ProcessXmlDeclaration(const TCHAR *ElementData, int32 XmlFileLineNumber) +{ + return true; +} + +bool CustomXMLParser::ProcessElement(const TCHAR *ElementName, const TCHAR *ElementData, int32 XmlFileLineNumber) +{ + auto currentNode = XMLObjectStack.Num() > 0 ? XMLObjectStack.Last() : nullptr; + + auto newNode = UEasyXMLElement::CreateElement(currentNode, ElementName, ElementData, XmlFileLineNumber); + + if (currentNode) + { + currentNode->Children.Emplace(newNode); + } + + XMLObjectStack.Emplace(newNode); + + return true; +} + +bool CustomXMLParser::ProcessAttribute(const TCHAR *AttributeName, const TCHAR *AttributeValue) +{ + auto currentNode = XMLObjectStack.Last(); + + if (!currentNode) return false; + if (currentNode->Attributes.Contains(AttributeName)) return false; + + auto newAttribute = UEasyXMLAttribute::CreateAttribute(currentNode, AttributeName, AttributeValue); + currentNode->Attributes.Add(AttributeName, newAttribute); + + return true; +} + +bool CustomXMLParser::ProcessClose(const TCHAR *Element) +{ + if (XMLObjectStack.Num() == 0) return false; + + XMLObjectStack.RemoveAt(XMLObjectStack.Num() - 1); + + return true; +} + +bool CustomXMLParser::ProcessComment(const TCHAR *Comment) +{ + if (XMLObjectStack.Num() == 0) return false; + + XMLObjectStack.Last()->Comments.Emplace(Comment); + + return true; +} diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.h new file mode 100644 index 00000000..28545963 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Private/Utils/CustomXMLParser.h @@ -0,0 +1,68 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#pragma once + +#include "CoreMinimal.h" +#include "FastXml.h" + +class UEasyXMLElement; + +class CustomXMLParser : public IFastXmlCallback +{ +public: + CustomXMLParser(); + virtual ~CustomXMLParser(); + + UEasyXMLElement* Parse(FString xmlString, FString& ErrorMessage); + + /** + * Called after the XML's header is parsed. This is usually the first call that you'll get back. + * + * @param ElementData Optional data for this element, nullptr if none + * @param XmlFileLineNumber Line number in the XML file we're on + * + * @return You should return true to continue processing the file, or false to stop processing immediately. + */ + virtual bool ProcessXmlDeclaration(const TCHAR* ElementData, int32 XmlFileLineNumber) override; + + /** + * Called when a new XML element is encountered, starting a new scope. You'll receive a call to ProcessClose() + * when this element's scope has ended. + * + * @param ElementName The name of the element + * @param ElementData Optional data for this element, nullptr if none + * @param XmlFileLineNumber The line number in the XML file we're on + * + * @return You should return true to continue processing the file, or false to stop processing immediately. + */ + virtual bool ProcessElement(const TCHAR* ElementName, const TCHAR* ElementData, int32 XmlFileLineNumber) override; + + /** + * Called when an XML attribute is encountered for the current scope's element. + * + * @param AttributeName The name of the attribute + * @param AttributeValue The value of the attribute + * + * @return You should return true to continue processing the file, or false to stop processing immediately. + */ + virtual bool ProcessAttribute(const TCHAR* AttributeName, const TCHAR* AttributeValue) override; + + /** + * Called when an element's scope ends in the XML file + * + * @param ElementName Name of the element whose scope closed + * + * @return You should return true to continue processing the file, or false to stop processing immediately. + */ + virtual bool ProcessClose(const TCHAR* Element) override; + + /** + * Called when a comment is encountered. This can happen pretty much anywhere in the file. + * + * @param Comment The comment text + */ + virtual bool ProcessComment(const TCHAR* Comment) override; + +private: + TArray XMLObjectStack; + UEasyXMLElement* RootElement; +}; diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAsyncLoadFromFile.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAsyncLoadFromFile.h new file mode 100644 index 00000000..51b93e81 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAsyncLoadFromFile.h @@ -0,0 +1,40 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#pragma once + +#include "CoreMinimal.h" +#include "Kismet/BlueprintAsyncActionBase.h" +#include "UObject/NoExportTypes.h" +#include "EasyXMLElement.h" +#include "EasyXMLAsyncLoadFromFile.generated.h" + +DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FEasyXMLAsyncLoadFromFile_Result, UEasyXMLElement*, XMLObject, FString, ErrorMessage); + + +UCLASS() +class EASYXMLPARSER_API UEasyXMLAsyncLoadFromFile : public UBlueprintAsyncActionBase +{ + GENERATED_BODY() + +public: + UPROPERTY(BlueprintAssignable) + FEasyXMLAsyncLoadFromFile_Result Successed; + + UPROPERTY(BlueprintAssignable) + FEasyXMLAsyncLoadFromFile_Result Failed; + +private: + UPROPERTY(Transient) + FString _XMLFile; + UPROPERTY(Transient) + bool _IsAblolute; + +public: + UEasyXMLAsyncLoadFromFile(const FObjectInitializer& ObjectInitializer); + + UFUNCTION(BlueprintCallable, Category = "EasyXMLParser", meta = (WorldContext = "WorldContextObject", BlueprintInternalUseOnly = "true")) + static UEasyXMLAsyncLoadFromFile * AsyncLoadFromFile(UObject * WorldContextObject, const FString& FilePath, bool IsAblolute); + + + virtual void Activate() override; + +}; \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAsyncLoadFromString.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAsyncLoadFromString.h new file mode 100644 index 00000000..ebfa3872 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAsyncLoadFromString.h @@ -0,0 +1,38 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#pragma once + +#include "CoreMinimal.h" +#include "Kismet/BlueprintAsyncActionBase.h" +#include "UObject/NoExportTypes.h" +#include "EasyXMLElement.h" +#include "EasyXMLAsyncLoadFromString.generated.h" + +DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FEasyXMLAsyncLoadFromString_Result, UEasyXMLElement*, XMLObject, FString, ErrorMessage); + + +UCLASS() +class EASYXMLPARSER_API UEasyXMLAsyncLoadFromString : public UBlueprintAsyncActionBase +{ + GENERATED_BODY() + +public: + UPROPERTY(BlueprintAssignable) + FEasyXMLAsyncLoadFromString_Result Successed; + + UPROPERTY(BlueprintAssignable) + FEasyXMLAsyncLoadFromString_Result Failed; + +private: + UPROPERTY(Transient) + FString _XMLString; + +public: + UEasyXMLAsyncLoadFromString(const FObjectInitializer& ObjectInitializer); + + UFUNCTION(BlueprintCallable, Category = "EasyXMLParser", meta = (WorldContext = "WorldContextObject", BlueprintInternalUseOnly = "true")) + static UEasyXMLAsyncLoadFromString* AsyncLoadFromString(UObject * WorldContextObject, const FString& XMLString); + + + virtual void Activate() override; + +}; \ No newline at end of file diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAttribute.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAttribute.h new file mode 100644 index 00000000..a89ebe49 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLAttribute.h @@ -0,0 +1,18 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#pragma once + +#include "CoreMinimal.h" +#include "EasyXMLObject.h" +#include "EasyXMLAttribute.generated.h" + +class UEasyXMLElement; + +UCLASS(BlueprintType, Blueprintable) +class EASYXMLPARSER_API UEasyXMLAttribute : public UEasyXMLObject +{ + GENERATED_BODY() + +public: + static UEasyXMLAttribute* CreateAttribute(UEasyXMLElement* ParentObject, FString Name, FString Value); + +}; diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLElement.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLElement.h new file mode 100644 index 00000000..c00af7e4 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLElement.h @@ -0,0 +1,62 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#pragma once + +#include "EasyXMLObject.h" +#include "EasyXMLParserEnums.h" +#include "EasyXMLElement.generated.h" + +class UEasyXMLAttribute; + +UCLASS(BlueprintType, Blueprintable) +class EASYXMLPARSER_API UEasyXMLElement : public UEasyXMLObject +{ + GENERATED_BODY() + +public: + static UEasyXMLElement* CreateElement(UEasyXMLObject* ParentObject, FString Tag, FString Content, int32 LineNumber); + +public: + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|ReadValue") + int32 ReadInt(const FString& AccessString, int32 DefaultValue = 0); + + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|ReadValue") + float ReadFloat(const FString& AccessString, float DefaultValue = 0.0f); + + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|ReadValue") + FString ReadString(const FString& AccessString, const FString& DefaultValue = TEXT("")); + + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|ReadValue") + bool ReadBool(const FString& AccessString, bool DefaultValue = false); + + UFUNCTION(BlueprintCallable, Category = "EasyXMLParser|ReadValue", meta = (ExpandEnumAsExecs = "Result")) + UEasyXMLElement* ReadElement(const FString& AccessString, EEasyXMLParserFound& Result); + + UFUNCTION(BlueprintCallable, Category = "EasyXMLParser|ReadValue", meta = (ExpandEnumAsExecs = "Result")) + TArray ReadElements(const FString& AccessString, EEasyXMLParserFound& Result); + + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|Object", meta = (ExpandEnumAsExecs = "Result")) + UEasyXMLAttribute* GetAttribute(const FString& AtrributeName, EEasyXMLParserFound& Result); + + +public: + UEasyXMLObject* ReadEasyXMLObject(const FString& AccessString); + TArray GetElementsByTagName(const FString& TagName); + bool IsContainAttributeKeys(const TArray& Keys, TArray& FoundAttributeKeys); + +private: + bool IsAccessAsArray(const FString& AccessName, FString& ElementName, int32& ArrayIndex); + + +public: + UPROPERTY(BlueprintReadOnly, Category = "EasyXMLParser|Object") + int32 LineNumber = 0; + + UPROPERTY(BlueprintReadOnly, Category = "EasyXMLParser|Object") + TArray Children; + + UPROPERTY(BlueprintReadOnly, Category = "EasyXMLParser|Object") + TMap Attributes; + + UPROPERTY(BlueprintReadOnly, Category = "EasyXMLParser|Object") + TArray Comments; +}; diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLObject.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLObject.h new file mode 100644 index 00000000..f1196515 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLObject.h @@ -0,0 +1,37 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#pragma once + +#include "CoreMinimal.h" +#include "UObject/NoExportTypes.h" +#include "EasyXMLObject.generated.h" + + +UCLASS(BlueprintType, Blueprintable) +class EASYXMLPARSER_API UEasyXMLObject : public UObject +{ + GENERATED_BODY() + +public: + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|GetValue") + int32 GetIntValue(int32 DefaultValue = 0); + + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|GetValue") + float GetFloatValue(float DefaultValue = 0.0f); + + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|GetValue") + FString GetStringValue(FString DefaultValue = TEXT("")); + + UFUNCTION(BlueprintPure, Category = "EasyXMLParser|GetValue") + bool GetBoolValue(bool DefaultValue = false); + +public: + UPROPERTY(BlueprintReadOnly, Category = "EasyXMLParser|Object") + FString Name = TEXT(""); + + UPROPERTY(BlueprintReadOnly, Category = "EasyXMLParser|Object") + FString Value = TEXT(""); + + UPROPERTY(BlueprintReadOnly, Category = "EasyXMLParser|Object") + UEasyXMLObject* Parent = nullptr; + +}; diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParseManager.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParseManager.h new file mode 100644 index 00000000..5c653471 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParseManager.h @@ -0,0 +1,36 @@ +// Copyright 2019 ayumax. All Rights Reserved. +#pragma once + +#include "CoreMinimal.h" +#include "UObject/NoExportTypes.h" +#include "EasyXMLElement.h" +#include "EasyXMLParserEnums.h" +#include "EasyXMLParseManager.generated.h" + +/** + * + */ +UCLASS(BlueprintType, Blueprintable) +class EASYXMLPARSER_API UEasyXMLParseManager : public UObject +{ + GENERATED_BODY() + +public: + /** + * load xml file + * @param FilePath - xml file path + * @param IsAblolute - true:FilePath is absolute path, false:Relative path from "Content" + * @return xml object + */ + UFUNCTION(BlueprintCallable, Category = "EasyXMLParser", meta = (ExpandEnumAsExecs = "Result")) + static UEasyXMLElement* LoadFromFile(const FString& FilePath, bool IsAblolute, EEasyXMLParserErrorCode& Result, FString& ErrorMessage); + + /** + * load xml string + * @param XMLString - xml file path + * @return xml object + */ + UFUNCTION(BlueprintCallable, Category = "EasyXMLParser", meta = (ExpandEnumAsExecs = "Result")) + static UEasyXMLElement* LoadFromString(const FString& XMLString, EEasyXMLParserErrorCode& Result, FString& ErrorMessage); + +}; diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParser.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParser.h new file mode 100644 index 00000000..2a386922 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParser.h @@ -0,0 +1,15 @@ +// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" +#include "Modules/ModuleManager.h" + +class FEasyXMLParserModule : public IModuleInterface +{ +public: + + /** IModuleInterface implementation */ + virtual void StartupModule() override; + virtual void ShutdownModule() override; +}; diff --git a/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParserEnums.h b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParserEnums.h new file mode 100644 index 00000000..f3edc900 --- /dev/null +++ b/Plugins/EasyXMLParser/Source/EasyXMLParser/Public/EasyXMLParserEnums.h @@ -0,0 +1,19 @@ +// Copyright 2019 ayumax. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" + +UENUM(BlueprintType) +enum class EEasyXMLParserErrorCode : uint8 +{ + Successed, + Failed +}; + +UENUM(BlueprintType) +enum class EEasyXMLParserFound : uint8 +{ + Found, + NotFound +}; \ No newline at end of file diff --git a/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.dll b/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.dll index 9fa8666e..f0742cc7 100644 Binary files a/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.dll and b/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.dll differ diff --git a/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.pdb b/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.pdb index 3576c360..6f9dc115 100644 Binary files a/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.pdb and b/Plugins/manageTextFile/Binaries/Win64/UnrealEditor-manageTextFile.pdb differ diff --git a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res index d66a2b2b..141f17e4 100644 Binary files a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res and b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res differ diff --git a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response index 4d52420d..873947e5 100644 --- a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response +++ b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response @@ -66,7 +66,7 @@ /DORIGINAL_FILE_NAME="UnrealEditor-manageTextFile.dll" /DBUILT_FROM_CHANGELIST=23058290 /DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 -/DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" +/DBUILD_ICON_FILE_NAME="\"E:\\Projects\\dron666_lifeResidence\\Build\\Windows\\Application.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." /DPROJECT_PRODUCT_IDENTIFIER=lifeResidence /fo "E:\Projects\dron666_lifeResidence\Plugins\manageTextFile\Intermediate\Build\Win64\UnrealEditor\Development\manageTextFile\Default.rc2.res" diff --git a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response.old b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response.old index 8baa74c1..4d52420d 100644 --- a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response.old +++ b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/Default.rc2.res.response.old @@ -3,7 +3,6 @@ /l 0x409 /I "." /I "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\INCLUDE" -/I "C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.2\include\um" /I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" /I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" /I "C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" @@ -15,6 +14,8 @@ /DUSE_XMA2_FOR_STREAMING=1 /DWITH_DEV_AUTOMATION_TESTS=1 /DWITH_PERF_AUTOMATION_TESTS=1 +/DWITH_LOW_LEVEL_TESTS=0 +/DWITH_TESTS=1 /DUNICODE /D_UNICODE /D__UNREAL__ @@ -24,7 +25,7 @@ /DWITH_UNREAL_TARGET_DEVELOPER_TOOLS=1 /DWITH_APPLICATION_CORE=1 /DWITH_COREUOBJECT=1 -/DWITH_VERSE=0 +/DWITH_VERSE=1 /DUSE_STATS_WITHOUT_ENGINE=0 /DWITH_PLUGIN_SUPPORT=0 /DWITH_ACCESSIBILITY=1 @@ -33,15 +34,20 @@ /DWITH_LOGGING_TO_MEMORY=0 /DUSE_CACHE_FREED_OS_ALLOCS=1 /DUSE_CHECKS_IN_SHIPPING=0 +/DUSE_UTF8_TCHARS=0 /DUSE_ESTIMATED_UTCNOW=0 /DWITH_EDITOR=1 /DWITH_IOSTORE_IN_EDITOR=1 /DWITH_SERVER_CODE=1 +/DWITH_SERVER_CODE_TRUSTED=1 +/DWITH_SERVER_CODE_UNTRUSTED=0 +/DUE_FNAME_OUTLINE_NUMBER=0 /DWITH_PUSH_MODEL=1 /DWITH_CEF3=1 /DWITH_LIVE_CODING=1 /DWITH_CPP_MODULES=0 /DWITH_CPP_COROUTINES=0 +/DWITH_PROCESS_PRIORITY_CONTROL=0 /DUBT_MODULE_MANIFEST="UnrealEditor.modules" /DUBT_MODULE_MANIFEST_DEBUGGAME="UnrealEditor-Win64-DebugGame.modules" /DUBT_COMPILED_PLATFORM=Win64 @@ -58,10 +64,10 @@ /DNDEBUG=1 /DUE_BUILD_DEVELOPMENT=1 /DORIGINAL_FILE_NAME="UnrealEditor-manageTextFile.dll" -/DBUILT_FROM_CHANGELIST=20979098 -/DBUILD_VERSION=++UE5+Release-5.0-CL-20979098 +/DBUILT_FROM_CHANGELIST=23058290 +/DBUILD_VERSION=++UE5+Release-5.1-CL-23058290 /DBUILD_ICON_FILE_NAME="\"..\\Build\\Windows\\Resources\\Default.ico\"" /DPROJECT_COPYRIGHT_STRING="Fill out your copyright notice in the Description page of Project Settings." -/DPROJECT_PRODUCT_IDENTIFIER=nksJukovaDev -/fo "E:\Projects\nksJukova\Plugins\manageTextFile\Intermediate\Build\Win64\UnrealEditor\Development\manageTextFile\Default.rc2.res" +/DPROJECT_PRODUCT_IDENTIFIER=lifeResidence +/fo "E:\Projects\dron666_lifeResidence\Plugins\manageTextFile\Intermediate\Build\Win64\UnrealEditor\Development\manageTextFile\Default.rc2.res" "..\Build\Windows\Resources\Default.rc2" diff --git a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.exp b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.exp index c5575299..bd317a8e 100644 Binary files a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.exp and b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.exp differ diff --git a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.lib b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.lib index d9e82e79..f052cda8 100644 Binary files a/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.lib and b/Plugins/manageTextFile/Intermediate/Build/Win64/UnrealEditor/Development/manageTextFile/UnrealEditor-manageTextFile.lib differ diff --git a/lifeResidence.uproject b/lifeResidence.uproject index 60b1d661..86b7920b 100644 --- a/lifeResidence.uproject +++ b/lifeResidence.uproject @@ -190,6 +190,11 @@ { "Name": "GPULightmass", "Enabled": true + }, + { + "Name": "EasyXMLParser", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/af98110080a4411a8eaf3b8e931b8655" } ] } \ No newline at end of file