From 778af391fc9b5ad52d4b78973bbf8f9d89f3e695 Mon Sep 17 00:00:00 2001 From: chillpert Date: Tue, 26 Apr 2022 18:11:41 +0200 Subject: [PATCH] Update PlatformFileManager include path --- .../FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FMODStudio/Source/FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp b/FMODStudio/Source/FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp index 7c418e56..187f6571 100644 --- a/FMODStudio/Source/FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp +++ b/FMODStudio/Source/FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp @@ -6,7 +6,7 @@ #include "AssetRegistryModule.h" #include "Editor.h" #include "Editor/UnrealEd/Public/FileHelpers.h" -#include "HAL/PlatformFilemanager.h" +#include "HAL/PlatformFileManager.h" #include "../Classes/FMODAssetBuilder.h" DEFINE_LOG_CATEGORY_STATIC(LogFMODCommandlet, Log, All);