diff --git a/Unreal/Plugins/AirSim/Content/HUDAssets/OptionsMenu.uasset b/Unreal/Plugins/AirSim/Content/HUDAssets/OptionsMenu.uasset index ed11301a3b..c7b42ee6ba 100644 Binary files a/Unreal/Plugins/AirSim/Content/HUDAssets/OptionsMenu.uasset and b/Unreal/Plugins/AirSim/Content/HUDAssets/OptionsMenu.uasset differ diff --git a/Unreal/Plugins/AirSim/Content/Weather/UI/OptionsMenu.uasset b/Unreal/Plugins/AirSim/Content/Weather/UI/OptionsMenu.uasset deleted file mode 100644 index 72dddc6a40..0000000000 Binary files a/Unreal/Plugins/AirSim/Content/Weather/UI/OptionsMenu.uasset and /dev/null differ diff --git a/Unreal/Plugins/AirSim/Source/Weather/WeatherLib.h b/Unreal/Plugins/AirSim/Source/Weather/WeatherLib.h index b3d48e0239..d1a0f2848c 100644 --- a/Unreal/Plugins/AirSim/Source/Weather/WeatherLib.h +++ b/Unreal/Plugins/AirSim/Source/Weather/WeatherLib.h @@ -54,15 +54,11 @@ class AIRSIM_API UWeatherLib : public UBlueprintFunctionLibrary { return FSoftClassPath(TEXT("AActor'/AirSim/Weather/WeatherFX/WeatherActor.WeatherActor_C'")); } - + static const FSoftClassPath getWeatherMenuWidgetClass() { - return FSoftClassPath(TEXT("UUserWidget'/AirSim/Weather/UI/OptionsMenu.OptionsMenu_C'")); + return FSoftClassPath(TEXT("UUserWidget'/AirSim/HUDAssets/OptionsMenu.OptionsMenu_C'")); } - /*static const FSoftClassPath getMenuClass() - { - return TEXT("/AirSim/Weather/UI/OptionsMenu.OptionsMenu_C"); - }*/ // menu class name for finding and closing it static const FString getWeatherMenuClassName() {